Contains the common implementation of a loader, for loading a configuration
from an XML file.
The error handling policy can be described as being austere, dead set,
disciplinary, dour, draconian, exacting, firm, forbidding, grim, hard, hard-
boiled, harsh, harsh, in line, iron-fisted, no-nonsense, oppressive,
persnickety, picky, prudish, punctilious, puritanical, rigid, rigorous,
scrupulous, set, severe, square, stern, stickler, straight, strait-laced,
stringent, stuffy, stuffy, tough, unpermissive, unsparing and uptight.
error
public void error(SAXParseException aEx)
throws SAXException
org.xml.sax.ErrorHandler.error(org.xml.sax.SAXParseException)
fatalError
public void fatalError(SAXParseException aEx)
throws SAXException
org.xml.sax.ErrorHandler.fatalError
parseInputSource
public void parseInputSource(InputSource aInputSource)
throws IOException,
SAXException
Parses the specified input source.
aInputSource
- the input source to parse.
resolveEntity
public InputSource resolveEntity(String aPublicId,
String aSystemId)
throws SAXException
warning
public void warning(SAXParseException aEx)
throws SAXException
org.xml.sax.ErrorHandler.warning(org.xml.sax.SAXParseException)