Package com.sun.msv.relaxns.reader.relax
Class InterfaceStateEx
java.lang.Object
com.sun.msv.reader.State
com.sun.msv.reader.SimpleState
com.sun.msv.reader.relax.core.InterfaceState
com.sun.msv.relaxns.reader.relax.InterfaceStateEx
- All Implemented Interfaces:
ContentHandler
parses <interface> element and <div> in interface.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected State
creates appropriate child state object for this elementMethods inherited from class com.sun.msv.reader.relax.core.InterfaceState
getReader
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
-
Constructor Details
-
InterfaceStateEx
InterfaceStateEx()
-
-
Method Details
-
createChildState
Description copied from class:SimpleState
creates appropriate child state object for this element- Overrides:
createChildState
in classInterfaceState
-