Free Trial - Stylus Studio, The World's Best XML IDE!


com.saxonica.importer
Class IncludeUnmarshaller

java.lang.Object
  |
  +--com.saxonica.importer.ComponentReader
        |
        +--com.saxonica.importer.IncludeUnmarshaller

public class IncludeUnmarshaller
extends ComponentReader


Field Summary
 
Fields inherited from class com.saxonica.importer.ComponentReader
REQUIRE_NULL_NS, REQUIRE_TARGET_NS, state, USE_DEFAULT_NS, USE_NO_NAMESPACE, USE_TARGET_NS
 
Constructor Summary
IncludeUnmarshaller(Schema schema, org.xml.sax.Attributes atts, com.saxonica.importer.UnmarshallerState state)
           
 
Method Summary
 java.lang.String elementName()
          Sets the name of the element that this UnknownUnmarshaller handles
 java.lang.Object getObject()
          Returns the Object created by this ComponentReader
 
Methods inherited from class com.saxonica.importer.ComponentReader
allowAttributes, characters, duplicate, duplicateElement, endElement, error, finish, getFingerprint, getNamePool, illegalElement, indefiniteArticle, invalidAttributeValue, missingAttribute, missingChildElement, mustBeFirstElement, mustBeLastElement, mustPrecede, mutuallyExclusive, mutuallyExclusiveAttributes, mutuallyExclusiveElementAndAttribute, parseFinalOrBlock, requireAttribute, setDocumentLocator, setNamespaceContext, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncludeUnmarshaller

public IncludeUnmarshaller(Schema schema,
                           org.xml.sax.Attributes atts,
                           com.saxonica.importer.UnmarshallerState state)
                    throws SchemaException
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


Stylus Studio features integrated development and debugging support for Saxon in the XQuery editor and XSLT editor.