Package com.sun.msv.reader
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.
- Author:
- Kohsuke KAWAGUCHI
-
Field Summary
-
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 com.sun.msv.reader.State
_assert, callInterceptExpression, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelfMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
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
-