Package com.sun.msv.reader.xmlschema
Class RootIncludedSchemaState
- java.lang.Object
-
- com.sun.msv.reader.State
-
- com.sun.msv.reader.SimpleState
-
- com.sun.msv.reader.xmlschema.RootIncludedSchemaState
-
- All Implemented Interfaces:
ContentHandler
- Direct Known Subclasses:
RootState
public class RootIncludedSchemaState extends SimpleState
used to parse root of schema document.- Author:
- Kohsuke KAWAGUCHI
-
-
Field Summary
Fields Modifier and Type Field Description protected State
topLevelState
-
Constructor Summary
Constructors Constructor Description RootIncludedSchemaState(State topLevelState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected State
createChildState(StartTagInfo tag)
creates appropriate child state object for this element-
Methods inherited from class com.sun.msv.reader.SimpleState
endDocument, endElement, endSelf, isGrammarElement, startElement
-
Methods inherited from class com.sun.msv.reader.State
_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelf
-
-
-
-
Field Detail
-
topLevelState
protected State topLevelState
-
-
Constructor Detail
-
RootIncludedSchemaState
public RootIncludedSchemaState(State topLevelState)
-
-
Method Detail
-
createChildState
protected State createChildState(StartTagInfo tag)
Description copied from class:SimpleState
creates appropriate child state object for this element- Specified by:
createChildState
in classSimpleState
-
-