public abstract class AbstractXMLSignatureUnmarshaller extends AbstractXMLObjectUnmarshaller
| Constructor and Description |
|---|
AbstractXMLSignatureUnmarshaller() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
buildXMLObject, checkIDAttribute, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContentprotected void processChildElement(@Nonnull XMLObject parentXMLObject, @Nonnull XMLObject childXMLObject) throws UnmarshallingException
processChildElement in class AbstractXMLObjectUnmarshallerparentXMLObject - the parent XMLObjectchildXMLObject - the child XMLObjectUnmarshallingException - thrown if there is a problem adding the child to the parentprotected void processAttribute(@Nonnull XMLObject xmlObject, @Nonnull Attr attribute) throws UnmarshallingException
processAttribute in class AbstractXMLObjectUnmarshallerxmlObject - the XMLObjectattribute - the attributeUnmarshallingException - thrown if there is a problem adding the attribute to the XMLObjectprotected void processElementContent(@Nonnull XMLObject xmlObject, @Nonnull String elementContent)
processElementContent in class AbstractXMLObjectUnmarshallerxmlObject - XMLObject the content will be given toelementContent - the Element's contentCopyright © 2016 JBoss by Red Hat. All rights reserved.