Syntax
public class
ParserHandler
extends
DefaultHandler
Members
All members of ParserHandler, including inherited members.
Variables
Modifier and Type |
Variable |
Description |
protected StringBuffer |
buffer
|
|
protected List< Integer > |
routes
|
|
protected List< String > |
values
|
|
Methods
Modifier and Type |
Method |
Description |
protected void |
addValue()
|
|
public void |
characters(char[], int, int)
|
|
public void |
endElement(String, String, String)
|
|
public ParserDocument |
getDocument()
|
|
protected String |
resolveAttributeName(Attributes, int)
|
|
protected String |
resolveName(String, String, String)
|
|
public void |
startDocument()
|
|
public void |
startElement(String, String, String, Attributes)
|
|
public void |
startPrefixMapping(String, String)
|
|