org.opensaml.xml.schema.impl
Class XSDateTimeUnmarshaller

java.lang.Object
  extended by org.opensaml.xml.io.AbstractXMLObjectUnmarshaller
      extended by org.opensaml.xml.io.BaseXMLObjectUnmarshaller
          extended by org.opensaml.xml.schema.impl.XSDateTimeUnmarshaller
All Implemented Interfaces:
Unmarshaller

public class XSDateTimeUnmarshaller
extends BaseXMLObjectUnmarshaller

Thread-safe unmarshaller for XSDateTime objects.


Constructor Summary
XSDateTimeUnmarshaller()
          Constructor.
 
Method Summary
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.
 
Methods inherited from class org.opensaml.xml.io.BaseXMLObjectUnmarshaller
processAttribute, processChildElement
 
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

XSDateTimeUnmarshaller

public XSDateTimeUnmarshaller()
Constructor.

Method Detail

processElementContent

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.

Overrides:
processElementContent in class BaseXMLObjectUnmarshaller
Parameters:
xmlObject - XMLObject the content will be given to
elementContent - the Element's content


Copyright © 1999-2013. All Rights Reserved.