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, startSelfpublic 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 ContentHandlercharacters in class StateCopyright © 2016 Oracle Corporation. All Rights Reserved.