| 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.
|
| 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 | Interface and Description |
|---|---|
interface |
XSAny
Represents the schema Any type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XSAnyImpl
Concrete implementation of
XSAny. |
Copyright © 1999–2015. All rights reserved.