public class ProcessingContext
extends org.opensaml.core.xml.schema.impl.XSStringImpl
implements org.opensaml.core.xml.AttributeExtensibleXMLObject
Processing context facets are denoted by URIs. URIs are assigned to denote specific processing context facets. This specification defines several such URIs below in Section 6.1.2.2.
<xs:complexType name="ProcessingContextType">
<xs:simpleContent>
<xs:extension base="xs:anyURI">
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessingContext.Builder
Internal Builder
|
static class |
ProcessingContext.Defined
New processing context facet identifiers MAY be defined in other specifications, for example in ID-SIS data
service specifications.
|
static class |
ProcessingContext.Marshaller
Marshall attributes into the DOM
|
static class |
ProcessingContext.Unmarshaller
Internal class that handles unmarshalling from the DOM
|
| Modifier and Type | Field and Description |
|---|---|
static String |
LOCAL_NAME |
private org.opensaml.core.xml.util.AttributeMap |
otherAttributes |
| Modifier | Constructor and Description |
|---|---|
|
ProcessingContext() |
protected |
ProcessingContext(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.core.xml.util.AttributeMap |
getUnknownAttributes() |
getOrderedChildren, getValue, setValuedetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationpublic static String LOCAL_NAME
private org.opensaml.core.xml.util.AttributeMap otherAttributes
Copyright © 1999–2015. All rights reserved.