Package org.opensaml.core.xml
Interface AttributeExtensibleXMLObject
-
- All Superinterfaces:
XMLObject
- All Known Subinterfaces:
XSAny
- All Known Implementing Classes:
AbstractExtensibleXMLObject,XSAnyImpl
public interface AttributeExtensibleXMLObject extends XMLObject
An interface for XMLObjects that represent DOM elements that support the XML Schema anyAttribute construct.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeMapgetUnknownAttributes()Gets a mutable map of the attributes.-
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
-
-
-
Method Detail
-
getUnknownAttributes
@Nonnull AttributeMap getUnknownAttributes()
Gets a mutable map of the attributes. The map key is the namespace qualified name of the attribute, the map value is the value of the attribute.- Returns:
- a map of the attributes
-
-