Class IncludeUnmarshaller


  • public class IncludeUnmarshaller
    extends ComponentReader
    A simple unmarshaller to read included schemas. Included schemas can be cached in the original parent Schema or can be inlined in that same XML Schema as recommended by the XML Schema specification.
    Version:
    $Revision: 7410 $ $Date: 2006-04-25 15:08:23 -0600 (Tue, 25 Apr 2006) $
    Author:
    Keith Visco, Arnaud Blandin
    • Method Detail

      • elementName

        public java.lang.String elementName()
        Sets the name of the element that this UnknownUnmarshaller handles
        Specified by:
        elementName in class ComponentReader
        Returns:
        the name of the element that this ComponentReader handles
      • getObject

        public java.lang.Object getObject()
        Returns the Object created by this ComponentReader
        Specified by:
        getObject in class ComponentReader
        Returns:
        the Object created by this ComponentReader