com.sun.msv.reader.xmlschema
Class ElementDeclState
java.lang.Object
com.sun.msv.reader.State
com.sun.msv.reader.SimpleState
com.sun.msv.reader.ExpressionState
com.sun.msv.reader.ExpressionWithChildState
com.sun.msv.reader.xmlschema.ElementDeclState
- All Implemented Interfaces:
- ExpressionOwner, ContentHandler
public class ElementDeclState
- extends ExpressionWithChildState
used to parse <element > element without ref attribute.
this state uses ExpressionWithChildState to collect content model
of this element declaration.
- Author:
- Kohsuke KAWAGUCHI
Fields inherited from class com.sun.msv.reader.State |
reader |
Method Summary |
boolean |
isGlobal()
Returns true if this element declaration is a global element declaration. |
Methods inherited from class com.sun.msv.reader.State |
_assert, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping |
ElementDeclState
public ElementDeclState()
isGlobal
public boolean isGlobal()
- Returns true if this element declaration is a global element declaration.