public class AttributedQNameUnmarshaller extends XSQNameUnmarshaller
AttributedQName.| Constructor and Description |
|---|
AttributedQNameUnmarshaller() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processAttribute(XMLObject xmlObject,
org.w3c.dom.Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
processChildElement, processElementContent, unmarshallTextContentbuildXMLObject, checkIDAttribute, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributesprotected void processAttribute(XMLObject xmlObject, org.w3c.dom.Attr attribute) throws UnmarshallingException
processAttribute in class XSQNameUnmarshallerxmlObject - the XMLObjectattribute - the attributeUnmarshallingException - thrown if there is a problem adding the attribute to the XMLObject