| java.lang.Object javax.xml.parsers.SAXParser com.rimfaxe.xml.xmlreader.SAXParserImpl
SAXParserImpl | public class SAXParserImpl extends SAXParser (Code) | | JAXP compatible XMLReader wrapper for Sparta.
Copyright (C) 2002 Hewlett-Packard Company.
This file is part of Sparta, an XML Parser, DOM, and XPath library.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU
Lesser General Public License as published by the Free Software
Foundation; either version 2.1 of the License, or (at your option)
any later version. This library is distributed in the hope that it
will be useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
version: $Date: 2002/12/05 04:37:14 $ $Revision: 1.2 $ author: Sergio Marti |
SAXParserImpl | public SAXParserImpl(boolean nsAware)(Code) | | |
getParser | public org.xml.sax.Parser getParser()(Code) | | Returns the SAX parser that is encapsultated by the implementation
of this class.
|
isNamespaceAware | public boolean isNamespaceAware()(Code) | | |
isValidating | public boolean isValidating()(Code) | | |
Methods inherited from javax.xml.parsers.SAXParser | abstract public Parser getParser() throws SAXException(Code)(Java Doc) abstract public Object getProperty(String id) throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc) abstract public XMLReader getXMLReader() throws SAXException(Code)(Java Doc) abstract public boolean isNamespaceAware()(Code)(Java Doc) abstract public boolean isValidating()(Code)(Java Doc) public void parse(InputStream stream, HandlerBase handler) throws SAXException, IOException(Code)(Java Doc) public void parse(InputStream stream, HandlerBase handler, String systemID) throws SAXException, IOException(Code)(Java Doc) public void parse(InputStream stream, DefaultHandler def) throws SAXException, IOException(Code)(Java Doc) public void parse(InputStream stream, DefaultHandler def, String systemID) throws SAXException, IOException(Code)(Java Doc) public void parse(String uri, HandlerBase handler) throws SAXException, IOException(Code)(Java Doc) public void parse(String uri, DefaultHandler def) throws SAXException, IOException(Code)(Java Doc) public void parse(File file, HandlerBase handler) throws SAXException, IOException(Code)(Java Doc) public void parse(File file, DefaultHandler def) throws SAXException, IOException(Code)(Java Doc) public void parse(InputSource source, HandlerBase handler) throws SAXException, IOException(Code)(Java Doc) public void parse(InputSource source, DefaultHandler def) throws SAXException, IOException(Code)(Java Doc) abstract public void setProperty(String id, Object value) throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
|
|
|