Package org.opensaml.xmlsec.mock
Class SignableSimpleXMLObjectUnmarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
org.opensaml.xmlsec.mock.SignableSimpleXMLObjectUnmarshaller
- All Implemented Interfaces:
Unmarshaller
Unmarshaller for
SimpleXMLObject.-
Field Summary
Fields inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
CONFIG_PROPERTY_XML_STRICT_MODE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprocessAttribute(XMLObject xmlObject, Attr attribute) protected voidprocessChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) protected voidprocessElementContent(XMLObject xmlObject, String elementContent) Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
Constructor Details
-
SignableSimpleXMLObjectUnmarshaller
public SignableSimpleXMLObjectUnmarshaller()
-
-
Method Details
-
processChildElement
protected void processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) throws UnmarshallingException - Overrides:
processChildElementin classAbstractXMLObjectUnmarshaller- Throws:
UnmarshallingException
-
processAttribute
- Overrides:
processAttributein classAbstractXMLObjectUnmarshaller- Throws:
UnmarshallingException
-
processElementContent
- Overrides:
processElementContentin classAbstractXMLObjectUnmarshaller
-