Package edu.emory.mathcs.util.xml

XML parsing utilities.

See:
          Description

Class Summary
AccumulatingErrorHandler SAX error handler that remembers all errors and warnings encountered during parsing and offers methods to access them after parsing is done.
ConsoleErrorHandler SAX error handler that displays information of all encountered errors and warnings on the specified output, System.err by default.
DOMUtils Set of lightweight utility methods to simplify XML parsing with DOM, if one does not want to use JAXB or other large libraries.
DTDResolver SAX entity resolver that associates public IDs to URLs of their appropriate DTD specifications.
 

Package edu.emory.mathcs.util.xml Description

XML parsing utilities.