A B C D E F G H I L M N O P R S T U V W X

E

element(String, String) - Method in class com.topologi.diffx.xml.dom.DOMWriterImpl
Opens element, inserts text node and closes.
element(String, String) - Method in class com.topologi.diffx.xml.sax.XMLWriterSAX
Opens element, inserts text node and closes.
element(String, String) - Method in class com.topologi.diffx.xml.XMLStringWriter
 
element(String, String) - Method in interface com.topologi.diffx.xml.XMLWriter
Opens element, inserts text node and closes.
ElementState - Class in com.topologi.diffx.algorithm
Maintains the state of open and closed elements during the processing the Diff-X algorithm.
ElementState(int) - Constructor for class com.topologi.diffx.algorithm.ElementState
Constructs an stack of elements with the specified initial capacity.
ElementState() - Constructor for class com.topologi.diffx.algorithm.ElementState
Constructs an empty stack with an initial capacity of 12.
emptyElement(String) - Method in class com.topologi.diffx.xml.dom.DOMWriterImpl
Writes an empty element.
emptyElement(String, String) - Method in class com.topologi.diffx.xml.dom.DOMWriterImpl
Not supported.
emptyElement(String) - Method in class com.topologi.diffx.xml.sax.XMLWriterSAX
Same as emptyElement(null, element);.
emptyElement(String, String) - Method in class com.topologi.diffx.xml.sax.XMLWriterSAX
Write an empty element.
emptyElement(String) - Method in class com.topologi.diffx.xml.XMLStringWriter
 
emptyElement(String, String) - Method in class com.topologi.diffx.xml.XMLStringWriter
 
emptyElement(String) - Method in interface com.topologi.diffx.xml.XMLWriter
Writes an empty element.
emptyElement(String, String) - Method in interface com.topologi.diffx.xml.XMLWriter
Writes an empty element.
emptyElement(String) - Method in class com.topologi.diffx.xml.XMLWriterImpl
Same as emptyElement(null, element);.
emptyElement(String, String) - Method in class com.topologi.diffx.xml.XMLWriterImpl
Not supported.
emptyElement(String) - Method in class com.topologi.diffx.xml.XMLWriterNSImpl
Same as emptyElement(null, element);.
emptyElement(String, String) - Method in class com.topologi.diffx.xml.XMLWriterNSImpl
Write an empty element.
endDocument() - Method in class com.topologi.diffx.xml.sax.ReporterHandlerProxy
endElement(String, String, String) - Method in class com.topologi.diffx.xml.sax.ReporterHandlerProxy
endElement(String, String, String) - Method in class com.topologi.diffx.xml.XMLIndenter
endPrefixMapping(String) - Method in class com.topologi.diffx.xml.sax.ReporterHandlerProxy
ensureCapacity(int) - Method in class com.topologi.diffx.algorithm.ElementState
Increases the capacity of this class instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
equals(DiffXEvent) - Method in interface com.topologi.diffx.event.DiffXEvent
Indicates whether the specified event is equal to this event.
equals(DiffXEvent) - Method in class com.topologi.diffx.event.impl.AttributeEventImpl
Returns true if the event is an attribute event.
equals(DiffXEvent) - Method in class com.topologi.diffx.event.impl.AttributeEventNSImpl
Returns true if the event is an attribute event.
equals(DiffXEvent) - Method in class com.topologi.diffx.event.impl.CharactersEventBase
Returns true if the event is a character event and its content is equivalent.
equals(DiffXEvent) - Method in class com.topologi.diffx.event.impl.CharEvent
 
equals(DiffXEvent) - Method in class com.topologi.diffx.event.impl.CloseElementEventImpl
Returns true if the event is a close element and has the same name.
equals(DiffXEvent) - Method in class com.topologi.diffx.event.impl.CloseElementEventNSImpl
Returns true if the event is a close element event.
equals(DiffXEvent) - Method in class com.topologi.diffx.event.impl.CommentEvent
Returns true if the event is a comment event.
equals(Object) - Method in class com.topologi.diffx.event.impl.IgnorableSpaceEvent
Returns true if the event is an ignorable white space, regardless of the characters that it matches.
equals(DiffXEvent) - Method in class com.topologi.diffx.event.impl.IgnorableSpaceEvent
Returns true if the event is an ignorable white space, regardless of the characters that it matches.
equals(DiffXEvent) - Method in class com.topologi.diffx.event.impl.LineEvent
Returns true if the event is a character event and the content is equivalent.
equals(DiffXEvent) - Method in class com.topologi.diffx.event.impl.OpenElementEventImpl
Returns true if the event is an open element event.
equals(DiffXEvent) - Method in class com.topologi.diffx.event.impl.OpenElementEventNSImpl
Returns true if the event is a open element event.
equals(DiffXEvent) - Method in class com.topologi.diffx.event.impl.ProcessingInstructionEvent
Returns true if the event is a processing instruction.
equals(DiffXEvent) - Method in class com.topologi.diffx.event.impl.XMLBranchEvent
Returns true if the diffX events in the branch are all equal.
equals(EventSequence) - Method in class com.topologi.diffx.sequence.EventSequence
Returns true if the specified event sequence is the same as this one.
equals(Object) - Method in class com.topologi.diffx.sequence.EventSequence
Returns true if the specified event sequence is the same as this one.
equivalent(File, File) - Static method in class com.topologi.diffx.Main
Returns true if the two specified files are XML equivalent by looking at the sequence SAX events reported an XML reader.
equivalent(InputStream, InputStream) - Static method in class com.topologi.diffx.Main
Returns true if the two specified input streams are equivalent by looking at the sequence SAX events reported an XML reader.
equivalent(Reader, Reader) - Static method in class com.topologi.diffx.Main
Returns true if the two specified readers are equivalent by looking at the sequence SAX events reported an XML reader.
escape(String) - Static method in class com.topologi.diffx.xml.XMLUtils
Replaces characters which are invalid in element values, by the corresponding entity in a given String.
escapeAttr(String) - Static method in class com.topologi.diffx.xml.XMLUtils
Replace characters which are invalid in attribute values, by the corresponding entity in a given String.
EventFactory - Class in com.topologi.diffx.event.impl
Factory for events.
EventFactory() - Constructor for class com.topologi.diffx.event.impl.EventFactory
Creates a new namespace aware factory for events.
EventFactory(boolean) - Constructor for class com.topologi.diffx.event.impl.EventFactory
Creates a factory for events.
eventIterator() - Method in class com.topologi.diffx.sequence.EventSequence
Returns a event iterator for this list.
events() - Method in class com.topologi.diffx.sequence.EventSequence
Returns the sequence of events.
EventSequence - Class in com.topologi.diffx.sequence
A sequence of events used for the Diff-X algorithm.
EventSequence() - Constructor for class com.topologi.diffx.sequence.EventSequence
Creates a new event sequence.
EventSequence(int) - Constructor for class com.topologi.diffx.sequence.EventSequence
Creates a new event sequence of the specified size.
EventSequence.EventIterator - Class in com.topologi.diffx.sequence
An iterator over the event elements in the sequences.
EventSequenceUtils - Class in com.topologi.diffx.sequence
A utility class for event sequences.
export(PrintWriter) - Method in class com.topologi.diffx.sequence.EventSequence
Export the sequence.
ext - Variable in class com.topologi.diffx.util.XMLFilenameFilter
Deprecated. will be made private in future releases
Extension - Class in com.topologi.diffx
To use Diff-X as an XSLT extension.
Extension() - Constructor for class com.topologi.diffx.Extension
 

A B C D E F G H I L M N O P R S T U V W X