Package com.sun.msv.reader.datatype.xsd
Class FacetState
- java.lang.Object
-
- com.sun.msv.reader.State
-
- com.sun.msv.reader.SimpleState
-
- com.sun.msv.reader.ChildlessState
-
- com.sun.msv.reader.datatype.xsd.FacetState
-
- All Implemented Interfaces:
ContentHandler
public class FacetState extends ChildlessState
state that reads facets.- Author:
- Kohsuke KAWAGUCHI
-
-
Field Summary
Fields Modifier and Type Field Description static Set
facetNames
set of recognizable facet names
-
Constructor Summary
Constructors Constructor Description FacetState()
-
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
-
-
-
-
Field Detail
-
facetNames
public static final Set facetNames
set of recognizable facet names
-
-