org.opensaml.xml
Interface AttributeExtensibleXMLObject

All Superinterfaces:
XMLObject
All Known Subinterfaces:
EncryptionProperty, XSAny
All Known Implementing Classes:
AbstractExtensibleXMLObject, EncryptionPropertyImpl, XSAnyImpl

public interface AttributeExtensibleXMLObject
extends XMLObject

An interface for XMLObjects that represent DOM elements that support the XML Schema anyAttribute construct.


Method Summary
 AttributeMap getUnknownAttributes()
          Gets a mutable map of the attributes.
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Method Detail

getUnknownAttributes

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


Copyright © 2006-2011 Internet2. All Rights Reserved.