Class IgnoreState
java.lang.Object
com.sun.msv.reader.State
com.sun.msv.reader.IgnoreState
- All Implemented Interfaces:
ContentHandler
state that ignores the entire subtree.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcharacters(char[] buffer, int from, int len) final voidfinal voidendElement(String namespaceURI, String localName, String qName) final voidstartElement(String namespaceURI, String localName, String qName, Attributes atts) Methods inherited from class State
_assert, callInterceptExpression, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelf
-
Field Details
-
depth
private int depth
-
-
Constructor Details
-
IgnoreState
public IgnoreState()
-
-
Method Details
-
startElement
public final void startElement(String namespaceURI, String localName, String qName, Attributes atts) -
endElement
-
endDocument
public final void endDocument() -
characters
public void characters(char[] buffer, int from, int len) - Specified by:
charactersin interfaceContentHandler- Overrides:
charactersin classState
-