|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmarg.XMLParsePluginTemplate
public class XMLParsePluginTemplate
Constructor Summary | |
---|---|
XMLParsePluginTemplate()
|
Method Summary | |
---|---|
void |
endElement(java.lang.String tagName)
Called when the endtag of an element is received |
void |
setPropertyChangeSupport(java.beans.PropertyChangeSupport prop)
Sets the PropertyChangeSupport object of the parent XMLParser. |
void |
startElement(java.lang.String tagName,
org.xml.sax.Attributes atts)
Called when the starttag of an element is received |
void |
tagContents(java.lang.String parentTag,
char[] ch,
int start,
int length)
Called when contents of an element is received. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLParsePluginTemplate()
Method Detail |
---|
public void setPropertyChangeSupport(java.beans.PropertyChangeSupport prop)
XMLParsePlugin
setPropertyChangeSupport
in interface XMLParsePlugin
prop
- the PropertyChangeSupport object sent from parent XMLParserpublic void startElement(java.lang.String tagName, org.xml.sax.Attributes atts)
startElement
in interface XMLParsePlugin
tagName
- name of the element/tagatts
- attributes of the elementpublic void endElement(java.lang.String tagName)
endElement
in interface XMLParsePlugin
tagName
- name of the element/tagpublic void tagContents(java.lang.String parentTag, char[] ch, int start, int length)
tagContents
in interface XMLParsePlugin
parentTag
- name of the first parent tag this content was wrapped inch
- character bufferstart
- start offset for the content in character bufferlength
- length of content
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |