Package | Description |
---|---|
org.opensaml.xml |
Base classes for working with XML as Java objects and configuring the library.
|
org.opensaml.xml.encryption.impl |
Implementations of the interfaces for XMLObjects that represent XML encryption types.
|
org.opensaml.xml.schema.impl |
Implementations of the interfaces for XMLObjects that represent XML schema types.
|
org.opensaml.xml.signature.impl |
Implementations of the interfaces for XMLObjects that represent XML signature types.
|
org.opensaml.xml.util |
Utility classes for working with XML, XMLObjects, and various data types.
|
Modifier and Type | Field and Description |
---|---|
private IndexedXMLObjectChildrenList<XMLObject> |
AbstractElementExtensibleXMLObject.anyXMLObjects
xs:any
XMLObject child elements. |
Modifier and Type | Field and Description |
---|---|
private IndexedXMLObjectChildrenList |
ReferenceListImpl.indexedChildren
ReferenceType child elements
|
private IndexedXMLObjectChildrenList<XMLObject> |
EncryptionMethodImpl.unknownChildren
"any" children.
|
private IndexedXMLObjectChildrenList |
EncryptionPropertyImpl.unknownChildren
Child elements from the <any> content model
|
private IndexedXMLObjectChildrenList |
AgreementMethodImpl.xmlChildren
List of wildcard <any> XMLObject children.
|
private IndexedXMLObjectChildrenList<XMLObject> |
ReferenceTypeImpl.xmlChildren
List of <any> XML child elements
|
Modifier and Type | Field and Description |
---|---|
private IndexedXMLObjectChildrenList<XMLObject> |
XSAnyImpl.unknownXMLObjects
Child XMLObjects.
|
Modifier and Type | Field and Description |
---|---|
private IndexedXMLObjectChildrenList |
X509DataImpl.indexedChildren
The list of XMLObject child elements.
|
private IndexedXMLObjectChildrenList |
KeyInfoTypeImpl.indexedChildren
The list of XMLObject child elements
|
private IndexedXMLObjectChildrenList |
SPKIDataImpl.indexedChildren
The list of XMLObject child elements
|
private IndexedXMLObjectChildrenList |
TransformImpl.indexedChildren |
private IndexedXMLObjectChildrenList<XMLObject> |
DigestMethodImpl.unknownChildren
"any" children.
|
private IndexedXMLObjectChildrenList |
PGPDataImpl.xmlChildren
List of <any> wildcard XMLObject children
|
Modifier and Type | Field and Description |
---|---|
private IndexedXMLObjectChildrenList<ElementType> |
ListView.backingList
List that backs this view.
|
Constructor and Description |
---|
ListView(IndexedXMLObjectChildrenList<ElementType> newBackingList,
QName newIndex)
Constructor.
|
Copyright © 1999–2017. All rights reserved.