| java.lang.Object org.xml.sax.helpers.DefaultHandler com.sun.jumpimpl.module.download.Parser
Method Summary | |
public void | characters(char[] ch, int start, int length) | public void | endDocument() | public void | endElement(String namespaceURI, String localName, String qName) | public Document | getDocument() | public void | parse(URL url) | public void | parse(InputStream is) | public void | startDocument() | public void | startElement(String uri, String localName, String qName, Attributes attr) Receive notification of the start of an element.
Parameters: uri - - The Namespace URI, or the empty stringif the element has no Namespace URI orif Namespace processing is not beingperformed. Parameters: localName - - The local name (without prefix), or theempty string if Namespace processing is notbeing performed. Parameters: qName - - The qualified name (with prefix), or the emptystring if qualified names are not available. Parameters: atts - - The attributes attached to the element. |
fastForward | boolean fastForward(Code) | | |
characters | public void characters(char[] ch, int start, int length) throws SAXException(Code) | | |
endDocument | public void endDocument()(Code) | | |
startDocument | public void startDocument()(Code) | | |
startElement | public void startElement(String uri, String localName, String qName, Attributes attr) throws SAXException(Code) | | Receive notification of the start of an element.
Parameters: uri - - The Namespace URI, or the empty stringif the element has no Namespace URI orif Namespace processing is not beingperformed. Parameters: localName - - The local name (without prefix), or theempty string if Namespace processing is notbeing performed. Parameters: qName - - The qualified name (with prefix), or the emptystring if qualified names are not available. Parameters: atts - - The attributes attached to the element. If thereare no attributes, it shall be an empty Attributes object. throws: SAXException - - Any SAX exception, possibly wrappinganother exception. |
Methods inherited from org.xml.sax.helpers.DefaultHandler | 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 uri, String localName, String qName) throws SAXException(Code)(Java Doc) public void endPrefixMapping(String prefix) 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) throws SAXException(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 skippedEntity(String name) throws SAXException(Code)(Java Doc) public void startDocument() throws SAXException(Code)(Java Doc) public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException(Code)(Java Doc) public void startPrefixMapping(String prefix, String uri) throws SAXException(Code)(Java Doc) public void unparsedEntityDecl(String name, String publicId, String systemId, String notationName) throws SAXException(Code)(Java Doc) public void warning(SAXParseException e) throws SAXException(Code)(Java Doc)
|
|
|