Package com.sun.msv.reader.relax.core
Class IncludeModuleState
- java.lang.Object
-
- com.sun.msv.reader.State
-
- com.sun.msv.reader.SimpleState
-
- com.sun.msv.reader.ChildlessState
-
- com.sun.msv.reader.relax.core.IncludeModuleState
-
- All Implemented Interfaces:
ContentHandler
public class IncludeModuleState extends ChildlessState
parses <include> element of RELAX Core.- Author:
- Kohsuke KAWAGUCHI
-
-
Constructor Summary
Constructors Constructor Description IncludeModuleState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
startSelf()
performs a task that should be done before reading any child elements.-
Methods inherited from class com.sun.msv.reader.ChildlessState
createChildState
-
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
-
-