public void
characters
(char[] ch, int start, int length)
throws
SAXException
[Specified in DocumentHandler]
public boolean
getFeature
(String name)
throws
SAXNotRecognizedException
SAXNotSupportedException
[Specified in XMLReader]
public Object
getProperty
(String name)
throws
SAXNotRecognizedException
SAXNotSupportedException
[Specified in XMLReader]
public void
ignorableWhitespace
(char[] ch, int start, int length)
throws
SAXException
[Specified in DocumentHandler]
public void
processingInstruction
(String target, String data)
throws
SAXException
[Specified in DocumentHandler]
public void
setFeature
(String name, boolean value)
throws
SAXNotRecognizedException
SAXNotSupportedException
[Specified in XMLReader]
public void
setProperty
(String name, Object value)
throws
SAXNotRecognizedException
SAXNotSupportedException
[Specified in XMLReader]
public void
startElement
(String qName, AttributeList qAtts)
throws
SAXException
[Specified in DocumentHandler]