Package | Description |
---|---|
com.topologi.diffx.event.impl |
The events implementations used by the Diff-X.
|
com.topologi.diffx.xml |
A set classes and interfaces for XML processing.
|
com.topologi.diffx.xml.dom |
DOM Extension to the XML tools.
|
com.topologi.diffx.xml.sax |
SAX Extension to the XML tools.
|
Modifier and Type | Method and Description |
---|---|
void |
LineEvent.toXML(XMLWriter xml) |
void |
CloseElementEventNSImpl.toXML(XMLWriter xml) |
void |
IgnorableSpaceEvent.toXML(XMLWriter xml) |
void |
CharEvent.toXML(XMLWriter xml) |
void |
AttributeEventNSImpl.toXML(XMLWriter xml)
Writes the XML representation of the implementing instance using the specified
XMLWriter . |
void |
AttributeEventImpl.toXML(XMLWriter xml)
Writes the XML representation of the implementing instance using the specified
XMLWriter . |
void |
OpenElementEventImpl.toXML(XMLWriter xml) |
void |
ProcessingInstructionEvent.toXML(XMLWriter xml) |
void |
OpenElementEventNSImpl.toXML(XMLWriter xml) |
void |
CommentEvent.toXML(XMLWriter xml) |
void |
CharactersEventBase.toXML(XMLWriter xml)
Writes the XML representation of the implementing instance using the specified
XMLWriter . |
void |
XMLBranchEvent.toXML(XMLWriter xml)
Write the DiffX events in order.
|
void |
CloseElementEventImpl.toXML(XMLWriter xml) |
Modifier and Type | Class and Description |
---|---|
class |
XMLStringWriter
An XML which writes on to a string.
|
class |
XMLWriterImpl
A simple writer for XML data that does not support namespaces.
|
class |
XMLWriterNSImpl
A Namespace-aware writer for XML data.
|
Modifier and Type | Method and Description |
---|---|
XMLWriter |
XMLSerializer.getXML()
Returns the underlying XML document.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLWritable.toXML(XMLWriter xml)
Writes the XML representation of the implementing instance using the specified
XMLWriter . |
Constructor and Description |
---|
XMLSerializer(XMLWriter xml)
Creates a new XML serializer using the specified XML writer.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DOMWriter
An XML writer which output is a DOM tree.
|
Modifier and Type | Class and Description |
---|---|
class |
DOMWriterImpl
A simple implementation of a DOM writer
|
Modifier and Type | Class and Description |
---|---|
class |
XMLWriterSAX
An XML writer that generates SAX2 events.
|
Copyright © 2007-2019. All Rights Reserved.