| Constructor and Description |
|---|
XmlContentListingActor(java.lang.String tagName) |
| Modifier and Type | Method and Description |
|---|---|
void |
endElement(java.lang.String name,
java.lang.String characterData)
Called when a closing tag is encounterd, ending an element.
|
java.util.List<java.lang.String> |
getValues() |
void |
startElement(java.lang.String name,
org.xml.sax.Attributes attributes)
Called when an opening tag is encountered, starting an element.
|
public void endElement(java.lang.String name,
java.lang.String characterData)
throws java.lang.Exception
XmlActorendElement in interface XmlActorname - qName of elementcharacterData - any character data encounteredjava.lang.Exception - if anything bad happens (this stops the parsing)public void startElement(java.lang.String name,
org.xml.sax.Attributes attributes)
throws java.lang.Exception
XmlActorstartElement in interface XmlActorname - qName of elementattributes - attributes listed in the tagjava.lang.Exception - if anything bad happens (this stops the parsing)public java.util.List<java.lang.String> getValues()