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 TypeMethodDescriptionvoid
characters
(char[] buffer, int from, int len) final void
final void
endElement
(String namespaceURI, String localName, String qName) final void
startElement
(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, startSelf
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
characters
in interfaceContentHandler
- Overrides:
characters
in classState
-