javax > javax.xml > javax.xml.parsers > javax.xml.parsers.saxparser >

Class: javax.xml.parsers.SAXParser
    java.lang.Object
       javax.xml.parsers.SAXParser


public abstract class SAXParser extends Object


FIELDS:

CONSTRUCTORS:
protected SAXParser()


METHODS:
public abstract Parser getParser()
Throws: SAXException

public abstract Object getProperty(String name)
Throws: SAXNotRecognizedException
Throws: SAXNotSupportedException

public Schema getSchema()
Throws: UnsupportedOperationException

public abstract XMLReader getXMLReader()
Throws: SAXException

public abstract boolean isNamespaceAware()

public abstract boolean isValidating()

public boolean isXIncludeAware()
Throws: UnsupportedOperationException

public void parse(File f, HandlerBase hb)
Throws: IllegalArgumentException
Throws: IOException
Throws: SAXException

public void parse(File f, DefaultHandler dh)
Throws: IllegalArgumentException
Throws: IOException
Throws: SAXException

public void parse(InputStream is, HandlerBase hb)
Throws: IllegalArgumentException
Throws: SAXException
Throws: IOException

public void parse(InputStream is, HandlerBase hb, String systemId)
Throws: IllegalArgumentException
Throws: IOException
Throws: SAXException

public void parse(InputStream is, DefaultHandler dh)
Throws: IllegalArgumentException
Throws: IOException
Throws: SAXException

public void parse(InputStream is, DefaultHandler dh, String systemId)
Throws: IllegalArgumentException
Throws: IOException
Throws: SAXException

public void parse(String uri, HandlerBase hb)
Throws: IllegalArgumentException
Throws: IOException
Throws: SAXException

public void parse(String uri, DefaultHandler dh)
Throws: IllegalArgumentException
Throws: IOException
Throws: SAXException

public void parse(InputSource is, HandlerBase hb)
Throws: IllegalArgumentException
Throws: IOException
Throws: SAXException

public void parse(InputSource is, DefaultHandler dh)
Throws: IllegalArgumentException
Throws: IOException
Throws: SAXException

public void reset()
Throws: UnsupportedOperationException

public abstract void setProperty(String name, Object value)
Throws: SAXNotRecognizedException
Throws: SAXNotSupportedException


INHERITED METHODS:
getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net