Uses of Interface
com.topologi.diffx.xml.XMLWritable
Packages that use XMLWritable
Package
Description
The event interfaces used by the Diff-X algorithm.
The events implementations used by the Diff-X.
SAX Extension to the XML tools.
-
Uses of XMLWritable in com.topologi.diffx.event
Subinterfaces of XMLWritable in com.topologi.diffx.eventModifier and TypeInterfaceDescriptioninterfaceAn event for attributes.interfaceThe event corresponding to theendElementSAX event.interfaceDefines and event that can be processed by DiffX.interfaceThe event corresponding to thestartElementSAX event.interfaceAn interface for any data that comes from a text node. -
Uses of XMLWritable in com.topologi.diffx.event.impl
Classes in com.topologi.diffx.event.impl that implement XMLWritableModifier and TypeClassDescriptionfinal classA basic implementation of the attribute event.final classA namespace aware implementation of the attribute event.final classAn event corresponds to the "characters" SAX event.classA base class for all the characters events "characters" SAX event.final classEvent corresponding to a single character.final classA basic implementation of the close element event.final classThe event corresponding to thestartElementSAX event.final classA comment event.(package private) classA base class for DiffX events.final classA particular type of event reserved for ignored white spaces.final classAn interface for any data that comes from a text node.final classA basic implementation of the close element event.final classThe event corresponding to thestartElementSAX event.final classA processing instruction event.final classA particular type of event reserved for white spaces.final classA text event representing a word.final classA branch of XML data. -
Uses of XMLWritable in com.topologi.diffx.xml.sax
Fields in com.topologi.diffx.xml.sax declared as XMLWritableModifier and TypeFieldDescriptionprivate final XMLWritableXMLWritableInputSource.sourceThe wrapped XML writable object.Methods in com.topologi.diffx.xml.sax that return XMLWritableModifier and TypeMethodDescriptionXMLWritableInputSource.getXMLWritable()Returns the XMLWritable objectMethods in com.topologi.diffx.xml.sax with parameters of type XMLWritableConstructors in com.topologi.diffx.xml.sax with parameters of type XMLWritableModifierConstructorDescriptionXMLWritableInputSource(XMLWritable object) Creates an XML Writable object.