| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AttributeEvent
An event for attributes.
|
interface |
CloseElementEvent
The event corresponding to the
endElement SAX event. |
interface |
DiffXEvent
Defines and event that can be processed by DiffX.
|
interface |
OpenElementEvent
The event corresponding to the
startElement SAX event. |
interface |
TextEvent
An interface for any data that comes from a text node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeEventImpl
A basic implementation of the attribute event.
|
class |
AttributeEventNSImpl
A namespace aware implementation of the attribute event.
|
class |
CharactersEvent
An event corresponds to the "characters" SAX event.
|
class |
CharactersEventBase
A base class for all the characters events "characters" SAX event.
|
class |
CharEvent
Event corresponding to a single character.
|
class |
CloseElementEventImpl
A basic implementation of the close element event.
|
class |
CloseElementEventNSImpl
The event corresponding to the
startElement SAX event. |
class |
CommentEvent
A comment event.
|
class |
IgnorableSpaceEvent
A particular type of event reserved for ignored white spaces.
|
class |
LineEvent
An interface for any data that comes from a text node.
|
class |
OpenElementEventImpl
A basic implementation of the close element event.
|
class |
OpenElementEventNSImpl
The event corresponding to the
startElement SAX event. |
class |
ProcessingInstructionEvent
A processing instruction event.
|
class |
SpaceEvent
A particular type of event reserved for white spaces.
|
class |
WordEvent
A text event representing a word.
|
class |
XMLBranchEvent
A branch of XML data.
|
Copyright © 2007-2022. All Rights Reserved.