Package | Description |
---|---|
com.topologi.diffx.event |
The event interfaces used by the Diff-X algorithm.
|
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.
|
Class and Description |
---|
XMLFormattable
An Object which implements this interface can be formatted as XML using a
toXML
method as a string. |
XMLWritable
An Object which implements this interface can be written as XML using a
XMLWriter instance. |
Class and Description |
---|
XMLFormattable
An Object which implements this interface can be formatted as XML using a
toXML
method as a string. |
XMLWritable
An Object which implements this interface can be written as XML using a
XMLWriter instance. |
XMLWriter
Defines a writer for XML data.
|
Class and Description |
---|
IllegalCloseElementException
Exception thrown when attempting to close an element when there is no
corresponding open element.
|
UnclosedElementException
Exception thrown when an XML writer is closed but there is still and open
element tag without it closing element.
|
XMLWriter
Defines a writer for XML data.
|
Class and Description |
---|
IllegalCloseElementException
Exception thrown when attempting to close an element when there is no
corresponding open element.
|
XMLWriter
Defines a writer for XML data.
|
Class and Description |
---|
UnclosedElementException
Exception thrown when an XML writer is closed but there is still and open
element tag without it closing element.
|
XMLWritable
An Object which implements this interface can be written as XML using a
XMLWriter instance. |
XMLWriter
Defines a writer for XML data.
|
Copyright © 2007-2019. All Rights Reserved.