public abstract static class TreeParser.NodeListener extends Object
Constructor and Description |
---|
TreeParser.NodeListener() |
Modifier and Type | Method and Description |
---|---|
void |
endNode(String qname) |
void |
readAttributes(String qname,
Attributes attributes) |
void |
readCData(String qname,
char[] ch,
int start,
int length) |
void |
readChildren(String qname,
Attributes attributes) |
public void readAttributes(String qname, Attributes attributes) throws SAXException
SAXException
public void readChildren(String qname, Attributes attributes) throws SAXException
SAXException
public void readCData(String qname, char[] ch, int start, int length) throws SAXException
SAXException
public void endNode(String qname) throws SAXException
SAXException
Copyright © 2013. All Rights Reserved.