Package mgui.interfaces.xml

  • Interface Summary
    Interface Description
    XMLObject
    Interface specifies methods for obtaining or writing the data contained in an implementing class in XML format.
  • Class Summary
    Class Description
    XMLFunctions
    Utility class for XML-related functions.
  • Enum Summary
    Enum Description
    XMLObject.XMLEncoding
    Defines the data I/O encoding, for internal XML representations.
    XMLObject.XMLType
    Defines the type of XML write to perform: Normal: Objects are written by reference if possible, fully otherwise Full: Objects are fully written Reference: Objects are written by reference if possible, short otherwise Short: Objects are written in short form
  • Exception Summary
    Exception Description
    XMLException  
    XMLInterruptException
    Exception used to prematurely terminate a SAX parse job.