Uses of Interface
com.topologi.diffx.xml.XMLWriter
Packages that use XMLWriter
Package
Description
The events implementations used by the Diff-X.
Classes for formatting and text processing.
A set classes and interfaces for XML processing.
DOM Extension to the XML tools.
SAX Extension to the XML tools.
-
Uses of XMLWriter in com.topologi.diffx.event.impl
Methods in com.topologi.diffx.event.impl with parameters of type XMLWriterModifier and TypeMethodDescriptionvoidWrites the XML representation of the implementing instance using the specifiedXMLWriter.voidWrites the XML representation of the implementing instance using the specifiedXMLWriter.final voidWrites the XML representation of the implementing instance using the specifiedXMLWriter.voidvoidvoidvoidvoidvoidvoidvoidvoidvoidWrite the DiffX events in order. -
Uses of XMLWriter in com.topologi.diffx.format
Fields in com.topologi.diffx.format declared as XMLWriterModifier and TypeFieldDescriptionprivate final XMLWriterBasicXMLFormatter.xmlThe output goes here.private final XMLWriterConvenientXMLFormatter.xmlThe output goes here.private final XMLWriterSafeXMLFormatter.xmlThe output goes here.private final XMLWriterSmartXMLFormatter.xmlThe output goes here. -
Uses of XMLWriter in com.topologi.diffx.xml
Classes in com.topologi.diffx.xml that implement XMLWriterModifier and TypeClassDescriptionfinal classAn XML which writes on to a string.(package private) classA base implementation for XML writers.final classA simple writer for XML data that does not support namespaces.final classA Namespace-aware writer for XML data.Fields in com.topologi.diffx.xml declared as XMLWriterModifier and TypeFieldDescriptionprivate final XMLWriterXMLSerializer.xmlUsed to store the xml document of this class.private final XMLWriterXMLStringWriter.xmlWraps an XML WriterMethods in com.topologi.diffx.xml that return XMLWriterMethods in com.topologi.diffx.xml with parameters of type XMLWriterModifier and TypeMethodDescriptionvoidWrites the XML representation of the implementing instance using the specifiedXMLWriter.Constructors in com.topologi.diffx.xml with parameters of type XMLWriterModifierConstructorDescriptionXMLSerializer(XMLWriter xml) Creates a new XML serializer using the specified XML writer. -
Uses of XMLWriter in com.topologi.diffx.xml.dom
Subinterfaces of XMLWriter in com.topologi.diffx.xml.domModifier and TypeInterfaceDescriptioninterfaceAn XML writer which output is a DOM tree.Classes in com.topologi.diffx.xml.dom that implement XMLWriterModifier and TypeClassDescriptionfinal classA simple implementation of a DOM writer -
Uses of XMLWriter in com.topologi.diffx.xml.sax
Classes in com.topologi.diffx.xml.sax that implement XMLWriterModifier and TypeClassDescriptionfinal classAn XML writer that generates SAX2 events.