public class ElementHandler extends Object
| Constructor and Description |
|---|
ElementHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length)
Method defining the character data.
|
void |
endElement(String uri,
String localName,
String qName)
Method defining the end of an element.
|
void |
startElement(String uri,
String localName,
String qName,
Attributes atts)
Method defining the start of an element.
|
public void startElement(String uri, String localName, String qName, Attributes atts) throws SAXException
uri - String representing the urilocalName - String representing the local nameqName - String representing the qNameatts - Attributes of a specific elementSAXExceptionpublic void endElement(String uri, String localName, String qName) throws SAXException
uri - String representing the urilocalName - String representing the local nameqName - String representing the qNameSAXExceptionpublic void characters(char[] ch,
int start,
int length)
throws SAXException
ch - char arraystart - integer where to startlength - integer with the amount of characters to readSAXExceptionCopyright © 2021 B3Partners B.V.. All rights reserved.