org.opensaml.xacml.impl
public abstract class AbstractXACMLObjectUnmarshaller extends AbstractXMLObjectUnmarshaller
AbstractXACMLObject
.Modifier | Constructor and Description |
---|---|
|
AbstractXACMLObjectUnmarshaller()
Constructor.
|
protected |
AbstractXACMLObjectUnmarshaller(String targetNamespaceURI,
String targetLocalName)
Deprecated.
no replacement
|
Modifier and Type | Method and Description |
---|---|
protected void |
processAttribute(XMLObject xmlObject,
Attr attribute) |
protected void |
processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject) |
protected void |
processElementContent(XMLObject xmlObject,
String elementContent) |
buildXMLObject, checkElementIsTarget, checkIDAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
protected AbstractXACMLObjectUnmarshaller(String targetNamespaceURI, String targetLocalName)
targetNamespaceURI
- the namespace URI of either the schema type QName or element QName of the elements this
unmarshaller operates ontargetLocalName
- the local name of either the schema type QName or element QName of the elements this
unmarshaller operates onpublic AbstractXACMLObjectUnmarshaller()
protected void processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) throws UnmarshallingException
processChildElement
in class AbstractXMLObjectUnmarshaller
UnmarshallingException
protected void processAttribute(XMLObject xmlObject, Attr attribute) throws UnmarshallingException
processAttribute
in class AbstractXMLObjectUnmarshaller
UnmarshallingException
protected void processElementContent(XMLObject xmlObject, String elementContent)
processElementContent
in class AbstractXMLObjectUnmarshaller
Copyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.