Uses of Interface
org.dom4j.CDATA
-
Packages that use CDATA Package Description org.dom4j Defines the XML Document Object Model in Java interfaces together with some helper classes.org.dom4j.dom An implementation of the dom4j API which also supports the W3C object model.org.dom4j.io Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text.org.dom4j.tree 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.org.dom4j.util A collection of utility classes for the dom4j API. -
-
Uses of CDATA in org.dom4j
Methods in org.dom4j that return CDATA Modifier and Type Method Description CDATADocumentFactory. createCDATA(String text)static CDATADocumentHelper. createCDATA(String text)Methods in org.dom4j with parameters of type CDATA Modifier and Type Method Description voidElement. add(CDATA cdata)Adds the givenCDATAto this element.booleanElement. remove(CDATA cdata)Removes the givenCDATAif the node is an immediate child of this element.voidVisitor. visit(CDATA node)Visits the givenCDATAvoidVisitorSupport. visit(CDATA node) -
Uses of CDATA in org.dom4j.dom
Classes in org.dom4j.dom that implement CDATA Modifier and Type Class Description classDOMCDATADOMCDATAimplements a CDATA Section which supports the W3C DOM API.Methods in org.dom4j.dom that return CDATA Modifier and Type Method Description protected CDATADOMCDATA. createCDATA(String text)CDATADOMDocumentFactory. createCDATA(String text) -
Uses of CDATA in org.dom4j.io
Methods in org.dom4j.io with parameters of type CDATA Modifier and Type Method Description protected voidDOMWriter. appendDOMTree(Document domDocument, Node domCurrent, CDATA cdata)CharactersSTAXEventWriter. createCharacters(CDATA cdata)Constructs a STAXCharactersevent from a DOM4JCDATA.voidSAXWriter. write(CDATA cdata)Generates SAX events for the given CDATAvoidXMLWriter. write(CDATA cdata)Writes the givenCDATA.voidSTAXEventWriter. writeCDATA(CDATA cdata)Writes a DOM4JCDATAto the event stream. -
Uses of CDATA in org.dom4j.tree
Classes in org.dom4j.tree that implement CDATA Modifier and Type Class Description classAbstractCDATAAbstractCDATAis an abstract base class for tree implementors to use for implementation inheritence.classDefaultCDATADefaultCDATAis the default CDATA implementation.classFlyweightCDATAFlyweightCDATAis a Flyweight pattern implementation of a singly linked, read-only XML CDATA.Methods in org.dom4j.tree with parameters of type CDATA Modifier and Type Method Description voidAbstractElement. add(CDATA cdata)booleanAbstractElement. remove(CDATA cdata) -
Uses of CDATA in org.dom4j.util
Methods in org.dom4j.util that return CDATA Modifier and Type Method Description CDATAProxyDocumentFactory. createCDATA(String text)
-