|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.io.AbstractXMLObjectUnmarshaller
org.opensaml.xml.AbstractElementExtensibleXMLObjectUnmarshaller
org.opensaml.xml.AbstractExtensibleXMLObjectUnmarshaller
public abstract class AbstractExtensibleXMLObjectUnmarshaller
AbstractExtensibleXMLObjectUnmarshaller unmarshalls element of type xs:any and with
xs:anyAttribute attributes.
| Constructor Summary | |
|---|---|
AbstractExtensibleXMLObjectUnmarshaller()
Constructor. |
|
AbstractExtensibleXMLObjectUnmarshaller(java.lang.String targetNamespaceURI,
java.lang.String targetLocalName)
Deprecated. no replacement |
|
| Method Summary | |
|---|---|
protected void |
processAttribute(XMLObject xmlObject,
org.w3c.dom.Attr attribute)
Unmarshalls the xs:anyAttribute attributes. |
| Methods inherited from class org.opensaml.xml.AbstractElementExtensibleXMLObjectUnmarshaller |
|---|
processChildElement, processElementContent |
| Methods inherited from class org.opensaml.xml.io.AbstractXMLObjectUnmarshaller |
|---|
buildXMLObject, checkElementIsTarget, checkIDAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractExtensibleXMLObjectUnmarshaller()
public AbstractExtensibleXMLObjectUnmarshaller(java.lang.String targetNamespaceURI,
java.lang.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 on| Method Detail |
|---|
protected void processAttribute(XMLObject xmlObject,
org.w3c.dom.Attr attribute)
throws UnmarshallingException
xs:anyAttribute attributes.
No xs:anyAttribute attribute.
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute in class AbstractElementExtensibleXMLObjectUnmarshallerxmlObject - the XMLObjectattribute - the attribute
UnmarshallingException - thrown if there is a problem adding the attribute to the XMLObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||