|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XMLParsePlugin
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. |
Method Detail |
---|
void startElement(java.lang.String tagName, org.xml.sax.Attributes atts)
tagName
- name of the element/tagatts
- attributes of the elementvoid endElement(java.lang.String tagName)
tagName
- name of the element/tagvoid tagContents(java.lang.String parentTag, char[] ch, int start, int length)
parentTag
- name of the first parent tag this content was wrapped inch
- character bufferstart
- start offset for the content in character bufferlength
- length of contentvoid setPropertyChangeSupport(java.beans.PropertyChangeSupport prop)
prop
- the PropertyChangeSupport object sent from parent XMLParser
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |