ContentHandler
public class IgnoreState extends State
Constructor | Description |
---|---|
IgnoreState() |
Modifier and Type | Method | 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
_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 © 2019 Oracle Corporation. All rights reserved.