characters
public void characters(ch[] ,
int start,
int length)
throws SAXException
endDocument
public void endDocument()
throws SAXException
endElement
public void endElement(String uri,
String name,
String qName)
throws SAXException
error
public void error(SAXParseException ex)
fatalError
public void fatalError(SAXParseException ex)
throws SAXException
getLocationString
public static String getLocationString(SAXParseException ex)
ignorableWhitespace
public void ignorableWhitespace(ch[] ,
int start,
int length)
read
public static org.objectweb.carol.cmi.compiler.XMLElement read(String uri)
throws Exception
resolveEntity
public InputSource resolveEntity(String publicId,
String systemId)
startDocument
public void startDocument()
startElement
public void startElement(String uri,
String name,
String qName,
Attributes attrs)
throws SAXException
warning
public void warning(SAXParseException ex)