Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
W
X
S
SAXRecorder
- class com.topologi.diffx.load.
SAXRecorder
.
Records the SAX events in an
EventSequence
.
SAXRecorder()
- Constructor for class com.topologi.diffx.load.
SAXRecorder
SINGLE_WHITESPACE
- Static variable in class com.topologi.diffx.event.impl.
SpaceEvent
A static instance for the single whitespaces.
SequenceSlicer
- class com.topologi.diffx.sequence.
SequenceSlicer
.
The slicer takes two sequences and removes the common elements from the beginning and the end of the chain so that only the smallest sequences are passed to the DiffXAlgorithmBase.
SequenceSlicer(EventSequence, EventSequence)
- Constructor for class com.topologi.diffx.sequence.
SequenceSlicer
Creates a new sequence slicer.
ShortStringFormatter
- class com.topologi.diffx.format.
ShortStringFormatter
.
A simple formatter to write the short string version of the events.
ShortStringFormatter()
- Constructor for class com.topologi.diffx.format.
ShortStringFormatter
Creates a new formatter on the standard output.
ShortStringFormatter(Writer)
- Constructor for class com.topologi.diffx.format.
ShortStringFormatter
Creates a new formatter using the specified writer.
SimpleXMLWriter
- class com.topologi.diffx.xml.
SimpleXMLWriter
.
A simple writer for XML data that does not support namespaces.
SimpleXMLWriter(Writer)
- Constructor for class com.topologi.diffx.xml.
SimpleXMLWriter
Creates a new XML writer.
SimpleXMLWriter(Writer, boolean)
- Constructor for class com.topologi.diffx.xml.
SimpleXMLWriter
Create a new XML writer.
SmartXMLFormatter
- class com.topologi.diffx.format.
SmartXMLFormatter
.
An XML formatter that tries to rectify the errors affecting the well-formedness of the XML.
SmartXMLFormatter()
- Constructor for class com.topologi.diffx.format.
SmartXMLFormatter
Creates a new formatter on the standard output.
SmartXMLFormatter(Writer)
- Constructor for class com.topologi.diffx.format.
SmartXMLFormatter
Creates a new formatter using the specified writer.
SpaceEvent
- class com.topologi.diffx.event.impl.
SpaceEvent
.
A particular type of event reserved for white spaces.
SpaceEvent(CharSequence)
- Constructor for class com.topologi.diffx.event.impl.
SpaceEvent
Creates a new word event.
StrictXMLFormatter
- class com.topologi.diffx.format.
StrictXMLFormatter
.
A simple XML formatter that writes strictly what it is given.
StrictXMLFormatter()
- Constructor for class com.topologi.diffx.format.
StrictXMLFormatter
Creates a new formatter on the standard output.
StrictXMLFormatter(Writer)
- Constructor for class com.topologi.diffx.format.
StrictXMLFormatter
Creates a new formatter using the specified writer.
serialize(Object, String)
- Method in class com.topologi.diffx.xml.
XMLSerializer
Serialises the given object using the given name as element name.
serializeCollection(Collection)
- Method in class com.topologi.diffx.xml.
XMLSerializer
Serialises the given Collection to xml.
serializeHashtable(Hashtable)
- Method in class com.topologi.diffx.xml.
XMLSerializer
Serialise the given
Hashtable
to xml.
serializeObject(Object)
- Method in class com.topologi.diffx.xml.
XMLSerializer
Serialises the given object to xml by using the public methods
getXXX()
.
setConfig(DiffXConfig)
- Method in interface com.topologi.diffx.format.
DiffXFormatter
Sets the configuration to use with this formatter.
setConfig(DiffXConfig)
- Method in class com.topologi.diffx.format.
ShortStringFormatter
Ignored.
setConfig(DiffXConfig)
- Method in class com.topologi.diffx.format.
SmartXMLFormatter
setConfig(DiffXConfig)
- Method in class com.topologi.diffx.format.
StrictXMLFormatter
setConfig(DiffXConfig)
- Method in class com.topologi.diffx.load.
DOMRecorder
Sets the configuration used by this recorder.
setConfig(DiffXConfig)
- Method in class com.topologi.diffx.load.
SAXRecorder
Sets the configuration used by this recorder.
setDeleteTags(String, String)
- Method in class com.topologi.diffx.format.
StrictXMLFormatter
Sets the open and end tags for deleted text.
setEvent(int, DiffXEvent)
- Method in class com.topologi.diffx.sequence.
EventSequence
Replaces an event of this sequence at the specified position.
setIgnoreWhiteSpace(boolean)
- Method in class com.topologi.diffx.config.
DiffXConfig
Sets whether the differences in white spaces should be ignored or not.
setInsertTags(String, String)
- Method in class com.topologi.diffx.format.
StrictXMLFormatter
Sets the open and end tags for inserted text.
setNamespaceAware(boolean)
- Method in class com.topologi.diffx.config.
DiffXConfig
Sets whether the Diff-X should take namespaces into account.
setPrefixMapping(String, String)
- Method in class com.topologi.diffx.xml.
NSAwareXMLWriter
setPrefixMapping(String, String)
- Method in class com.topologi.diffx.xml.
SimpleXMLWriter
Not supported.
setPrefixMapping(String, String)
- Method in interface com.topologi.diffx.xml.
XMLWriter
Sets a prefix mapping.
setPreserveWhiteSpace(boolean)
- Method in class com.topologi.diffx.config.
DiffXConfig
Sets whether the white spaces should be preserved or not.
setReportPrefixDifferences(boolean)
- Method in class com.topologi.diffx.config.
DiffXConfig
Sets whether the Diff-X should report differences in prefixes.
setWeight(int)
- Method in interface com.topologi.diffx.event.
DiffXEvent
Sets the weight of this event.
setWeight(int)
- Method in class com.topologi.diffx.event.impl.
IgnorableSpaceEvent
Ignored.
setWriteXMLDeclaration(boolean)
- Method in class com.topologi.diffx.format.
SmartXMLFormatter
setWriteXMLDeclaration(boolean)
- Method in class com.topologi.diffx.format.
StrictXMLFormatter
setWriteXMLDeclaration(boolean)
- Method in interface com.topologi.diffx.format.
XMLDiffXFormatter
Set whether the formatter should include the XML declaration or not.
setXMLReaderClass(String)
- Static method in class com.topologi.diffx.load.
SAXRecorder
Sets the name of the XML reader class to use.
size()
- Method in class com.topologi.diffx.event.lang.
Repertory
Returns the number of words in the repertory.
size()
- Method in class com.topologi.diffx.sequence.
EventSequence
The size of the sequence.
slice()
- Method in class com.topologi.diffx.sequence.
SequenceSlicer
Slices the start and end of both sequences.
sliceEnd()
- Method in class com.topologi.diffx.sequence.
NaiveSequenceSlicer
Slices the end of both sequences.
sliceEnd(DiffXFormatter)
- Method in class com.topologi.diffx.sequence.
NaiveSequenceSlicer
Slices the end of both sequences and formats the start subsequence with the specified formatter.
sliceEnd()
- Method in class com.topologi.diffx.sequence.
SequenceSlicer
Slices the end of both sequences.
sliceStart()
- Method in class com.topologi.diffx.sequence.
NaiveSequenceSlicer
Slices the start of both sequences.
sliceStart(DiffXFormatter)
- Method in class com.topologi.diffx.sequence.
NaiveSequenceSlicer
Slices the start of both sequences and formats the start subsequence with the specified formatter.
sliceStart()
- Method in class com.topologi.diffx.sequence.
SequenceSlicer
Slices the start of both sequences.
startElement(String, String, String, Attributes)
- Method in class com.topologi.diffx.xml.
XMLIndenter
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
W
X