| java.lang.Object org.xml.sax.HandlerBase org.w3c.tools.resources.serialization.xml.XMLReader
XMLReader | public class XMLReader extends HandlerBase implements JigXML(Code) | | version: $Revision: 1.10 $ author: Benoît Mahé (bmahe@w3.org) |
isavalue | boolean isavalue(Code) | | |
characters | public void characters(char ch, int start, int length) throws SAXException(Code) | | |
Methods inherited from org.xml.sax.HandlerBase | public void characters(char ch, int start, int length) throws SAXException(Code)(Java Doc) public void endDocument() throws SAXException(Code)(Java Doc) public void endElement(String name) throws SAXException(Code)(Java Doc) public void error(SAXParseException e) throws SAXException(Code)(Java Doc) public void fatalError(SAXParseException e) throws SAXException(Code)(Java Doc) public void ignorableWhitespace(char ch, int start, int length) throws SAXException(Code)(Java Doc) public void notationDecl(String name, String publicId, String systemId)(Code)(Java Doc) public void processingInstruction(String target, String data) throws SAXException(Code)(Java Doc) public InputSource resolveEntity(String publicId, String systemId) throws SAXException(Code)(Java Doc) public void setDocumentLocator(Locator locator)(Code)(Java Doc) public void startDocument() throws SAXException(Code)(Java Doc) public void startElement(String name, AttributeList attributes) throws SAXException(Code)(Java Doc) public void unparsedEntityDecl(String name, String publicId, String systemId, String notationName)(Code)(Java Doc) public void warning(SAXParseException e) throws SAXException(Code)(Java Doc)
|
|
|