public interface DocumentHandler
Modifier and Type | Method and Description |
---|---|
void |
endDocument(org.dom4j.Document doc) |
void |
endElement(org.dom4j.Element e) |
void |
startDocument(org.dom4j.Document doc) |
void |
startElement(org.dom4j.Element e) |
void |
text(org.dom4j.Text t) |
Copyright © 2004–2014 CodeLutin. All rights reserved.