|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Text | |
org.dom4j | |
org.dom4j.dom | |
org.dom4j.io | |
org.dom4j.tree | |
org.dom4j.util |
Uses of Text in org.dom4j |
Methods in org.dom4j that return Text | |
static Text |
DocumentHelper.createText(java.lang.String text)
|
Text |
DocumentFactory.createText(java.lang.String text)
|
Methods in org.dom4j with parameters of type Text | |
void |
Visitor.visit(Text node)
Visits the given Text
|
void |
VisitorSupport.visit(Text node)
|
void |
Element.add(Text text)
Adds the given Text to this element. |
boolean |
Element.remove(Text text)
Removes the given Text if the node is
an immediate child of this element. |
Uses of Text in org.dom4j.dom |
Classes in org.dom4j.dom that implement Text | |
class |
DOMText
DOMText implements a Text node which
supports the W3C DOM API. |
Methods in org.dom4j.dom that return Text | |
Text |
DOMDocumentFactory.createText(java.lang.String text)
|
protected Text |
DOMText.createText(java.lang.String text)
|
Uses of Text in org.dom4j.io |
Methods in org.dom4j.io with parameters of type Text | |
void |
XMLWriter.write(Text text)
Writes the given Text . |
Uses of Text in org.dom4j.tree |
Classes in org.dom4j.tree that implement Text | |
class |
AbstractText
AbstractText is an abstract base class for
tree implementors to use for implementation inheritence. |
class |
DefaultText
DefaultText is the default Text implementation. |
class |
FlyweightText
FlyweightText is a Flyweight pattern implementation
of a singly linked, read-only XML Text. |
Methods in org.dom4j.tree with parameters of type Text | |
void |
AbstractElement.add(Text text)
|
boolean |
AbstractElement.remove(Text text)
|
Uses of Text in org.dom4j.util |
Methods in org.dom4j.util that return Text | |
Text |
ProxyDocumentFactory.createText(java.lang.String text)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |