public class IgnoreState extends State
Constructor and Description |
---|
IgnoreState() |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] buffer,
int from,
int len) |
void |
endDocument() |
void |
endElement(String namespaceURI,
String localName,
String qName) |
void |
startElement(String namespaceURI,
String localName,
String qName,
Attributes atts) |
_assert, callInterceptExpression, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelf
public final void startElement(String namespaceURI, String localName, String qName, Attributes atts)
public final void endDocument()
public void characters(char[] buffer, int from, int len)
characters
in interface ContentHandler
characters
in class State
Copyright © 2016 Oracle Corporation. All rights reserved.