Frames | No Frames |
Methods with parameter type org.dom4j.Comment | |
void | DOMWriter.appendDOMTree(org.w3c.dom.Document domDocument, org.w3c.dom.Node domCurrent, Comment comment) |
javax.xml.stream.events.Comment | Constructs a STAX javax.xml.stream.events.Comment event from a
DOM4J Comment . |
void | Generates SAX events for the given Comment
|
void | Writes the given Comment . |
void | Writes a DOM4J Comment to the stream. |
Methods with return type org.dom4j.Comment | |
Comment | STAXEventReader.createComment(Comment comment) Constructs a new DOM4J Comment from the provided StAX Comment event. |
Comment | STAXEventReader.readComment(XMLEventReader reader) Constructs a DOM4J Comment from the provided event stream. |
Methods with return type org.dom4j.Comment | |
Comment | ProxyDocumentFactory.createComment(String text) |
Methods with parameter type org.dom4j.Comment | |
void | Adds the given Comment to this branch. |
boolean | Removes the given Comment if the node is an immediate
child of this branch. |
void |
Visits the given Comment
|
void |
Methods with return type org.dom4j.Comment | |
Comment | DocumentFactory.createComment(String text) |
Comment | DocumentHelper.createComment(String text) |