|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for node callback object.
Method Summary | |
void |
handleAttr(Attr attr)
Handler called for Attr nodes. |
void |
handleCDATASection(CDATASection cdata)
Handler called for CDATASection nodes. |
void |
handleComment(Comment comment)
Handler called for Comment nodes. |
void |
handleDocument(Document document)
Handler called for Document nodes. |
void |
handleDocumentFragment(DocumentFragment documentFragment)
Handler called for DocumentFragment nodes. |
void |
handleDocumentType(DocumentType documentType)
Handler called for DocumentType nodes. |
void |
handleElement(Element element)
Handler called for Element nodes. |
void |
handleEntity(Entity entity)
Handler called for Entity nodes. |
void |
handleEntityReference(EntityReference entityRef)
Handler called for EntityReference nodes. |
void |
handleNotation(Notation notation)
Handler called for Notation nodes. |
void |
handleProcessingInstruction(ProcessingInstruction pi)
Handler called for ProcessingInstruction nodes. |
void |
handleText(Text text)
Handler called for Text nodes. |
Method Detail |
public void handleDocument(Document document) throws Exception
public void handleDocumentType(DocumentType documentType) throws Exception
public void handleDocumentFragment(DocumentFragment documentFragment) throws Exception
public void handleAttr(Attr attr) throws Exception
public void handleEntity(Entity entity) throws Exception
public void handleEntityReference(EntityReference entityRef) throws Exception
public void handleElement(Element element) throws Exception
public void handleNotation(Notation notation) throws Exception
public void handleProcessingInstruction(ProcessingInstruction pi) throws Exception
public void handleCDATASection(CDATASection cdata) throws Exception
public void handleComment(Comment comment) throws Exception
public void handleText(Text text) throws Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |