Uses of Interface
org.opensaml.core.xml.AttributeExtensibleXMLObject
-
Packages that use AttributeExtensibleXMLObject Package Description org.opensaml.core.xml Base classes for working with XML as Java objects and configuring the library.org.opensaml.core.xml.io Interfaces and abstract implementations of marshallers and unmarshallers.org.opensaml.core.xml.schema Interfaces for XMLObjects that represent XML schema types.org.opensaml.core.xml.schema.impl Implementations of the interfaces for XMLObjects that represent XML schema types. -
-
Uses of AttributeExtensibleXMLObject in org.opensaml.core.xml
Classes in org.opensaml.core.xml that implement AttributeExtensibleXMLObject Modifier and Type Class Description classAbstractExtensibleXMLObjectAbstractExtensibleXMLObject is an element of typexs:any, and withxs:anyAttributeattributes. -
Uses of AttributeExtensibleXMLObject in org.opensaml.core.xml.io
Methods in org.opensaml.core.xml.io with parameters of type AttributeExtensibleXMLObject Modifier and Type Method Description protected voidAbstractXMLObjectMarshaller. marshallUnknownAttributes(AttributeExtensibleXMLObject xmlObject, Element domElement)Marshalls unknown attributes.protected voidAbstractXMLObjectUnmarshaller. processUnknownAttribute(AttributeExtensibleXMLObject xmlObject, Attr attribute)Called to store wildcard attributes, if the object supports that. -
Uses of AttributeExtensibleXMLObject in org.opensaml.core.xml.schema
Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.core.xml.schema Modifier and Type Interface Description interfaceXSAnyRepresents the schema Any type. -
Uses of AttributeExtensibleXMLObject in org.opensaml.core.xml.schema.impl
Classes in org.opensaml.core.xml.schema.impl that implement AttributeExtensibleXMLObject Modifier and Type Class Description classXSAnyImplConcrete implementation ofXSAny.
-