Uses of Interface
com.topologi.diffx.event.AttributeEvent
Packages that use AttributeEvent
Package
Description
The events implementations used by the Diff-X.
Classes for formatting and text processing.
The set of classes used to produce the sequences that Diff-X will process.
-
Uses of AttributeEvent in com.topologi.diffx.event.impl
Classes in com.topologi.diffx.event.impl that implement AttributeEventModifier and TypeClassDescriptionfinal classA basic implementation of the attribute event.final classA namespace aware implementation of the attribute event.Methods in com.topologi.diffx.event.impl that return AttributeEventModifier and TypeMethodDescriptionEventFactory.makeAttribute(String uri, String name, String value) Returns the attribute event from the name and value given.EventFactory.makeAttribute(String uri, String localName, String qName, String value) Returns the attribute event from the name and value given. -
Uses of AttributeEvent in com.topologi.diffx.format
Fields in com.topologi.diffx.format with type parameters of type AttributeEventModifier and TypeFieldDescriptionprivate Stack<AttributeEvent>BasicXMLFormatter.delAttributesA stack of attributes to delete.private Stack<AttributeEvent>ConvenientXMLFormatter.delAttributesA stack of attributes to delete.private Stack<AttributeEvent>BasicXMLFormatter.insAttributesA stack of attributes to insert.private Stack<AttributeEvent>ConvenientXMLFormatter.insAttributesA stack of attributes to insert.Method parameters in com.topologi.diffx.format with type arguments of type AttributeEventModifier and TypeMethodDescriptionprivate voidBasicXMLFormatter.flushAttributes(Stack<AttributeEvent> atts, String uri) Writes any attribute that has not be written.private voidConvenientXMLFormatter.flushAttributes(Stack<AttributeEvent> atts, int mod) Writes any attribute that has not be written. -
Uses of AttributeEvent in com.topologi.diffx.load
Methods in com.topologi.diffx.load with parameters of type AttributeEventModifier and TypeMethodDescriptionintAttributeComparator.compare(AttributeEvent o1, AttributeEvent o2) Compares two objects if they are attributes.private voidDOMRecorder.load(AttributeEvent e) Loads the given attribute in the current sequence.