Uses of Interface org.dom4j.Comment

Uses in package org.dom4j.io

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.Commentevent from a DOM4J Comment.
void
Generates SAX events for the given Comment
void
Writes the given Comment.
void
Writes a DOM4J Commentto 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.

Uses in package org.dom4j.util

Methods with return type org.dom4j.Comment

Comment

Uses in package org.dom4j

Methods with parameter type org.dom4j.Comment

void
Branch.add(Comment comment)
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
Comment

Copyright B) 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo