|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An element digester digest a particular element inside an xml file in common-digest framework
| Method Summary | |
void |
characters(SaxDigesterHandler handler,
char[] chars,
int offset,
int length)
Handle the characters |
void |
endDigest(SaxDigesterHandler handler)
End the element |
java.lang.String |
getElementName()
Get the element name |
void |
startDigest(SaxDigesterHandler handler,
org.xml.sax.Attributes attr)
Start an element with the given attributes |
| Method Detail |
public java.lang.String getElementName()
public void startDigest(SaxDigesterHandler handler,
org.xml.sax.Attributes attr)
throws org.xml.sax.SAXException
handler - the handlerattr - the attributes
org.xml.sax.SAXException - if there's handling exception
public void endDigest(SaxDigesterHandler handler)
throws org.xml.sax.SAXException
handler - the handler
org.xml.sax.SAXException - if there's handling exception
public void characters(SaxDigesterHandler handler,
char[] chars,
int offset,
int length)
throws org.xml.sax.SAXException
handler - the handlerchars - the charactersoffset - the offsetlength - the length
org.xml.sax.SAXException - if there's parse problem
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||