Uses of Class
org.opensaml.core.xml.util.AttributeMap
-
Packages that use AttributeMap Package Description org.opensaml.core.xml Base classes for working with XML as Java objects and configuring the library.org.opensaml.core.xml.schema.impl Implementations of the interfaces for XMLObjects that represent XML schema types.org.opensaml.core.xml.util Utility classes for working with XML, XMLObjects, and various data types. -
-
Uses of AttributeMap in org.opensaml.core.xml
Fields in org.opensaml.core.xml declared as AttributeMap Modifier and Type Field Description private AttributeMapAbstractExtensibleXMLObject. anyAttributesxs:anyAttribute for this element.Methods in org.opensaml.core.xml that return AttributeMap Modifier and Type Method Description AttributeMapAbstractExtensibleXMLObject. getUnknownAttributes()Gets a mutable map of the attributes.AttributeMapAttributeExtensibleXMLObject. getUnknownAttributes()Gets a mutable map of the attributes. -
Uses of AttributeMap in org.opensaml.core.xml.schema.impl
Fields in org.opensaml.core.xml.schema.impl declared as AttributeMap Modifier and Type Field Description private AttributeMapXSAnyImpl. unknownAttributesAttributes for this element.Methods in org.opensaml.core.xml.schema.impl that return AttributeMap Modifier and Type Method Description AttributeMapXSAnyImpl. getUnknownAttributes()Gets a mutable map of the attributes. -
Uses of AttributeMap in org.opensaml.core.xml.util
Methods in org.opensaml.core.xml.util with parameters of type AttributeMap Modifier and Type Method Description static voidXMLObjectSupport. marshallAttributeMap(AttributeMap attributeMap, Element domElement)Marshall the attributes represented by the indicated AttributeMap into the indicated DOM Element.static voidXMLObjectSupport. marshallAttributeMapIDness(AttributeMap attributeMap, Element domElement)Marshall the ID-ness of attributes represented by the indicated AttributeMap into the indicated DOM Element.static voidXMLObjectSupport. unmarshallToAttributeMap(AttributeMap attributeMap, Attr attribute)Unmarshall a DOM Attr to an AttributeMap.
-