Uses of Interface
org.opensaml.core.xml.ElementExtensibleXMLObject
-
Packages that use ElementExtensibleXMLObject Package Description org.opensaml.core.xml Base classes for working with XML as Java objects and configuring the library.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 ElementExtensibleXMLObject in org.opensaml.core.xml
Classes in org.opensaml.core.xml that implement ElementExtensibleXMLObject Modifier and Type Class Description classAbstractElementExtensibleXMLObjectAbstractElementExtensible is an element of typexs:any, but withoutxs:anyAttributeattribute or text content.classAbstractExtensibleXMLObjectAbstractExtensibleXMLObject is an element of typexs:any, and withxs:anyAttributeattributes. -
Uses of ElementExtensibleXMLObject in org.opensaml.core.xml.schema
Subinterfaces of ElementExtensibleXMLObject in org.opensaml.core.xml.schema Modifier and Type Interface Description interfaceXSAnyRepresents the schema Any type. -
Uses of ElementExtensibleXMLObject in org.opensaml.core.xml.schema.impl
Classes in org.opensaml.core.xml.schema.impl that implement ElementExtensibleXMLObject Modifier and Type Class Description classXSAnyImplConcrete implementation ofXSAny.
-