org.apache.xerces.jaxp
Class SAXParserImpl
javax.xml.parsers.SAXParser
org.apache.xerces.jaxp.SAXParserImpl
- JAXPConstants, org.apache.xerces.xs.PSVIProvider
public class SAXParserImpl
extends javax.xml.parsers.SAXParser
This is the implementation specific class for the
javax.xml.parsers.SAXParser
.
$Id: SAXParserImpl.java,v 1.33 2005/06/21 17:19:08 mrglavas Exp $
getAttributePSVI
public org.apache.xerces.xs.AttributePSVI getAttributePSVI(int index)
getAttributePSVIByName
public org.apache.xerces.xs.AttributePSVI getAttributePSVIByName(String uri,
String localname)
getElementPSVI
public org.apache.xerces.xs.ElementPSVI getElementPSVI()
getParser
public Parser getParser()
throws SAXException
getProperty
public Object getProperty(String name)
throws SAXNotRecognizedException,
SAXNotSupportedException
returns the particular property requested for in the underlying
implementation of org.xml.sax.XMLReader.
getSchema
public Schema getSchema()
getXMLReader
public XMLReader getXMLReader()
Returns the XMLReader that is encapsulated by the implementation of
this class.
isNamespaceAware
public boolean isNamespaceAware()
isValidating
public boolean isValidating()
isXIncludeAware
public boolean isXIncludeAware()
Gets the XInclude processing mode for this parser
- the state of XInclude processing mode
setProperty
public void setProperty(String name,
Object value)
throws SAXNotRecognizedException,
SAXNotSupportedException
Sets the particular property in the underlying implementation of
org.xml.sax.XMLReader.
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.