Package com.topologi.diffx.xml
package com.topologi.diffx.xml
A set classes and interfaces for XML processing.
-
ClassDescriptionException thrown when attempting to close an element when there is no corresponding open element.Exception thrown when an XML writer is closed but there is still and open element tag without it closing element.Class of exceptions thrown when a namespace is being used without being declared.An Object which implements this interface can be formatted as XML using a
toXMLmethod as a string.Utility class that provides common XML operations so that the calling class uses lighter code.A class to indent automatically some XML data.An Object which implements this interface can be serialized as XML using theXMLSerializer.This class provides methods to serialize objects to XML.An XML which writes on to a string.A utility class for XML data.An Object which implements this interface can be written as XML using aXMLWriterinstance.Defines a writer for XML data.A base implementation for XML writers.A simple writer for XML data that does not support namespaces.A light object to keep track of the element.A Namespace-aware writer for XML data.A light object to keep track of the elementsLight-weight class to represent a prefix mapping.