Uses of Interface
org.dom4j.Text
Packages that use Text
Package
Description
Defines the XML Document Object Model in Java interfaces together with some helper classes.
An implementation of the dom4j API which also supports the W3C object model.
Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text.
Contains the default implementations of the dom4j Document Object Model together with some helpful base classes for those wishing to implement their own document object model.
A collection of utility classes for the dom4j API.
-
Uses of Text in org.dom4j
Modifier and TypeMethodDescriptionDocumentFactory.createText(String text) static TextDocumentHelper.createText(String text) -
Uses of Text in org.dom4j.dom
Classes in org.dom4j.dom that implement TextModifier and TypeClassDescriptionclassDOMTextimplements a Text node which supports the W3C DOM API.Methods in org.dom4j.dom that return TextModifier and TypeMethodDescriptionDOMDocumentFactory.createText(String text) protected TextDOMText.createText(String text) -
Uses of Text in org.dom4j.io
Methods in org.dom4j.io with parameters of type TextModifier and TypeMethodDescriptionSTAXEventWriter.createCharacters(Text text) Constructs a STAXCharactersevent from a DOM4JText.voidWrites the givenText.voidWrites a DOM4JTextto the stream. -
Uses of Text in org.dom4j.tree
Classes in org.dom4j.tree that implement TextModifier and TypeClassDescriptionclassAbstractTextis an abstract base class for tree implementors to use for implementation inheritence.classDefaultTextis the default Text implementation.classFlyweightTextis a Flyweight pattern implementation of a singly linked, read-only XML Text.Methods in org.dom4j.tree with parameters of type Text -
Uses of Text in org.dom4j.util
Methods in org.dom4j.util that return Text