This method is called when a warning occurs during the parsing of the
document.
Writes the given object which should be a String, a Node or a List of
Nodes.
Generates SAX events for the given CDATA
Generates SAX events for the given Comment
Generates SAX events for the given Document and all its content
This will print the Document
to the current Writer.
Generates SAX events for the given Element and all its content
Writes the
Element
, including its
Attribute
s, and its value, and all its content (child nodes) to the current
Writer.
Generates SAX events for the given Entity
A polymorphic method to write any Node to this SAX stream
Generates SAX events for the given ProcessingInstruction
Generates SAX events for the given text
Print out a String
, Perfoms the necessary entity escaping and
whitespace stripping.
write
writes this node as the default XML notation for
this node.
Writes the attributes of the given element
Writes a DOM4J
CDATA
to the event stream.
Writes each child node within the provided
Branch
instance.
Writes the closing tag of an
Element
Writes the closing tag of an
Element
Overriden method to not close certain element names to avoid wierd
behaviour from browsers for versions up to 5.x
Writes a DOM4J
Comment
to the stream.
This will write the declaration to the given Writer.
Writes a DOM4J
Document
node, and all its contents, to the
stream.
This override handles any elements that should not remove whitespace,
such as <PRE>, <SCRIPT>, <STYLE>, and <TEXTAREA>.
Writes a DOM4J
Element
node and its children to the stream.
Outputs the content of the given element.
Writes a DOM4J
Entity
to the stream.
Writes the SAX namepsaces
Writes the SAX namepsaces
Writes a DOM4J
Node
to the stream.
This method is used to write out Nodes that contain text and still allow
for xml:space to be handled properly.
Writes the opening tag of an
Element
, including its
Attribute
s but without its content.
Writes the opening tag of an
Element
, including its
Attribute
s but without its content.
This will print a new line only if the newlines flag was set to true
Writes a DOM4J ProcessingInstruction
to the stream.
The Writer used to output to
Writes a DOM4J
Text
to the stream.