- Walker - Interface in org.jdom2.output.support
-
A model for walking the (potentially formatted) content of an Element.
- WalkerNORMALIZE - Class in org.jdom2.output.support
-
This Walker implementation will produce trimmed text content.
- WalkerNORMALIZE(List<? extends Content>, FormatStack, boolean) - Constructor for class org.jdom2.output.support.WalkerNORMALIZE
-
Create the Trimmed walker instance.
- WalkerPRESERVE - Class in org.jdom2.output.support
-
This Walker implementation walks a list of Content in its original RAW
format.
- WalkerPRESERVE(List<? extends Content>) - Constructor for class org.jdom2.output.support.WalkerPRESERVE
-
Create a Walker that preserves all content in its raw state.
- WalkerTRIM - Class in org.jdom2.output.support
-
This Walker implementation will produce trimmed text content.
- WalkerTRIM(List<? extends Content>, FormatStack, boolean) - Constructor for class org.jdom2.output.support.WalkerTRIM
-
Create the Trimmed walker instance.
- WalkerTRIM_FULL_WHITE - Class in org.jdom2.output.support
-
This Walker implementation will produce trimmed text content.
- WalkerTRIM_FULL_WHITE(List<? extends Content>, FormatStack, boolean) - Constructor for class org.jdom2.output.support.WalkerTRIM_FULL_WHITE
-
Create the Trimmed walker instance.
- warning(SAXParseException) - Method in class org.jdom2.input.sax.BuilderErrorHandler
-
This method is called when a warning has occurred; this indicates that
while no XML rules were broken, something appears to be incorrect or
missing.
- write(Writer, String) - Method in class org.jdom2.output.support.AbstractXMLOutputProcessor
-
Print some string value to the output.
- write(Writer, char) - Method in class org.jdom2.output.support.AbstractXMLOutputProcessor
-
Write a single character to the output Writer.
- writeAttribute(String, String) - Method in class org.jdom2.input.StAXStreamWriter
-
- writeAttribute(String, String, String) - Method in class org.jdom2.input.StAXStreamWriter
-
- writeAttribute(String, String, String, String) - Method in class org.jdom2.input.StAXStreamWriter
-
- writeCData(String) - Method in class org.jdom2.input.StAXStreamWriter
-
- writeCharacters(String) - Method in class org.jdom2.input.StAXStreamWriter
-
- writeCharacters(char[], int, int) - Method in class org.jdom2.input.StAXStreamWriter
-
- writeComment(String) - Method in class org.jdom2.input.StAXStreamWriter
-
- writeDefaultNamespace(String) - Method in class org.jdom2.input.StAXStreamWriter
-
- writeDTD(String) - Method in class org.jdom2.input.StAXStreamWriter
-
- writeEmptyElement(String) - Method in class org.jdom2.input.StAXStreamWriter
-
- writeEmptyElement(String, String) - Method in class org.jdom2.input.StAXStreamWriter
-
- writeEmptyElement(String, String, String) - Method in class org.jdom2.input.StAXStreamWriter
-
- writeEndDocument() - Method in class org.jdom2.input.StAXStreamWriter
-
- writeEndElement() - Method in class org.jdom2.input.StAXStreamWriter
-
- writeEntityRef(String) - Method in class org.jdom2.input.StAXStreamWriter
-
- writeNamespace(String, String) - Method in class org.jdom2.input.StAXStreamWriter
-
- writeProcessingInstruction(String) - Method in class org.jdom2.input.StAXStreamWriter
-
- writeProcessingInstruction(String, String) - Method in class org.jdom2.input.StAXStreamWriter
-
- writeReplace() - Method in class org.jdom2.xpath.XPath
-
Deprecated.
[Serialization support] Returns the alternative object
to write to the stream when serializing this object.
- writeStartDocument() - Method in class org.jdom2.input.StAXStreamWriter
-
- writeStartDocument(String) - Method in class org.jdom2.input.StAXStreamWriter
-
- writeStartDocument(String, String) - Method in class org.jdom2.input.StAXStreamWriter
-
- writeStartElement(String) - Method in class org.jdom2.input.StAXStreamWriter
-
- writeStartElement(String, String) - Method in class org.jdom2.input.StAXStreamWriter
-
- writeStartElement(String, String, String) - Method in class org.jdom2.input.StAXStreamWriter
-