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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractExtensibleXMLObject
AbstractExtensibleXMLObject is an element of type
xs:any , and with xs:anyAttribute
attributes. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractXMLObjectMarshaller.marshallUnknownAttributes(AttributeExtensibleXMLObject xmlObject,
Element domElement)
Marshalls unknown attributes.
|
protected void |
AbstractXMLObjectUnmarshaller.processUnknownAttribute(AttributeExtensibleXMLObject xmlObject,
Attr attribute)
Called to store wildcard attributes, if the object supports that.
|
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 JBoss by Red Hat. All rights reserved.