JHotDraw 7.0.6

Uses of Package
net.n3.nanoxml

Packages that use net.n3.nanoxml
net.n3.nanoxml This is a patched version of NanoXML which is made to be compilable with Java 1.5 and to take advantage of the Java2 Collections API. 
 

Classes in net.n3.nanoxml used by net.n3.nanoxml
IXMLBuilder
          NanoXML uses IXMLBuilder to construct the XML data structure it retrieved from its data source.
IXMLElement
          IXMLElement is an XML element.
IXMLEntityResolver
          An IXMLEntityResolver resolves entities.
IXMLParser
          IXMLParser is the core parser of NanoXML.
IXMLReader
          IXMLReader reads the data to be parsed.
IXMLValidator
          IXMLValidator processes the DTD and handles entity references.
XMLException
          An XMLException is thrown when an exception occurred while processing the XML data.
XMLParseException
          An XMLParseException is thrown when the XML passed to the XML parser is not well-formed.
XMLValidationException
          An XMLValidationException is thrown when the XML passed to the XML parser is well-formed but not valid.
 


Copyright 1996-2006 © JHotDraw.org