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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractElementExtensibleXMLObject
AbstractElementExtensible is an element of type
xs:any , but without xs:anyAttribute
attribute or text content. |
class |
AbstractExtensibleXMLObject
AbstractExtensibleXMLObject is an element of type
xs:any , and with xs:anyAttribute
attributes. |
Modifier and Type | Class and Description |
---|---|
class |
XSAnyImpl
Concrete implementation of
XSAny . |
class |
XSBase64BinaryImpl
Concrete implementation of
XSBase64Binary . |
class |
XSBooleanImpl
Concrete implementation of
XSBoolean . |
class |
XSDateTimeImpl
Concrete implementation of
XSDateTime . |
class |
XSIntegerImpl
Concrete implementation of
XSInteger . |
class |
XSQNameImpl
Concrete implementation of
XSQName . |
class |
XSStringImpl
Concrete implementation of
XSString . |
class |
XSURIImpl
Conrete implementation of
XSURI . |
Copyright © 1999–2015 JBoss by Red Hat. All rights reserved.