Package jas.util.xml

Interface Summary
HasXMLRepresentation An interface to be implemented by Objects which can provide their own XML representation
 

Class Summary
ClassPathEntityResolver An implementation of an EntityResolver which can be used to locate DTD files located on the current java class path
JASDOMParser Ideally wouldnt need this interface, except that the DOM specification only specifies how to extract information from a DOM, not how to create a DOM from an XML file.
XMLCharacterProperties A class representing properties of characters according to various W3C recommendations XMLCharacterProperties provides convenience methods for commonly used character tests.
XMLNodeTraverser Utility class for traversing XML DOM trees
XMLWriter A class that makes it easy to write XML documents.
 

Exception Summary
JASDOMParser.JASXMLException An exception that gets thrown if there is an error reading an XML file.
XMLNodeTraverser.BadXMLException Exception to throw for any kind of XML problem
 



Copyright © 2000-2009 FreeHEP. All Rights Reserved.