Uses of Class
org.opensaml.core.xml.AbstractXMLObject
-
Packages that use AbstractXMLObject 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. -
-
Uses of AbstractXMLObject in org.opensaml.core.xml
Subclasses of AbstractXMLObject in org.opensaml.core.xml 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 AbstractXMLObject in org.opensaml.core.xml.schema.impl
Subclasses of AbstractXMLObject in org.opensaml.core.xml.schema.impl Modifier and Type Class Description classXSAnyImplConcrete implementation ofXSAny.classXSBase64BinaryImplConcrete implementation ofXSBase64Binary.classXSBooleanImplConcrete implementation ofXSBoolean.classXSDateTimeImplConcrete implementation ofXSDateTime.classXSIntegerImplConcrete implementation ofXSInteger.classXSQNameImplConcrete implementation ofXSQName.classXSStringImplConcrete implementation ofXSString.classXSURIImplConrete implementation ofXSURI.
-