public class IgnoreElementHandler extends SAXAbstractElementHandler
| Constructor and Description |
|---|
IgnoreElementHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length)
this message is sent when characters are available to the receiver
|
void |
processAttributes(Attributes attrs)
this message is sent - after is is initialized()
|
ISAXElementHandler |
startElement(String uri,
String local,
String name,
Attributes attrs)
this message is sent - when the receiver is requested to create a child
element
|
endChildElement, endDocumentElement, endElement, getChars, getColumn, getContextHandler, getData, getEndColumn, getEndLine, getLine, getLocalName, getLocator, getNesting, getParameters, getParent, getPath, getResult, getURI, ignorableWhitespace, initialize, initializeDocumentElement, isCharacterDataAllowed, isDocumentHandler, isLeaf, isRootElementHandler, isWhitespaceAllowed, markEndLocation, markStartLocation, processAttribute, reset, setChars, setColumn, setContextHandler, setLine, setLocalName, setParent, setURI, startChildElement, startedpublic void characters(char[] ch,
int start,
int length)
throws SAXException
ISAXElementHandlercharacters in interface ISAXElementHandlercharacters in class SAXAbstractElementHandlerch - the array of charactersstart - start index of first char to readlength - number of chars to readSAXException - if errorpublic void processAttributes(Attributes attrs) throws SAXException
ISAXElementHandlerprocessAttributes in interface ISAXElementHandlerprocessAttributes in class SAXAbstractElementHandlerSAXExceptionpublic ISAXElementHandler startElement(String uri, String local, String name, Attributes attrs) throws SAXException
ISAXElementHandlerstartElement in interface ISAXElementHandlerstartElement in class SAXAbstractElementHandlerSAXExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.