|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.xml.stream.util.XMLPullReaderBase
Implements the XMLPullReader interface using the weblogic.apache.xerces.parsers.SAXParser
XMLOutputStream
Field Summary | |
protected SAXPullParser |
saxParser
Deprecated. |
Constructor Summary | |
XMLPullReaderBase()
Deprecated. |
|
XMLPullReaderBase(SAXPullParser parser)
Deprecated. |
Method Summary | |
ContentHandler |
getContentHandler()
Deprecated. |
DTDHandler |
getDTDHandler()
Deprecated. |
EntityResolver |
getEntityResolver()
Deprecated. |
ErrorHandler |
getErrorHandler()
Deprecated. |
boolean |
getFeature(String name)
Deprecated. |
Object |
getProperty(String name)
Deprecated. |
static void |
main(String[] args)
Deprecated. |
void |
parse(InputSource input)
Deprecated. |
void |
parse(String systemId)
Deprecated. |
boolean |
parseSome()
Deprecated. a method that allows iterative parsing of a document |
boolean |
parseSomeSetup(InputSource input)
Deprecated. a prepare method for the parse |
boolean |
parseSomeSetup(String systemId)
Deprecated. a prepare method for the parse |
void |
setContentHandler(ContentHandler handler)
Deprecated. |
void |
setDTDHandler(DTDHandler handler)
Deprecated. |
void |
setEntityResolver(EntityResolver resolver)
Deprecated. |
void |
setErrorHandler(ErrorHandler handler)
Deprecated. |
void |
setFeature(String name,
boolean state)
Deprecated. |
void |
setProperty(String name,
Object value)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected SAXPullParser saxParser
Constructor Detail |
public XMLPullReaderBase() throws SAXException
public XMLPullReaderBase(SAXPullParser parser) throws SAXException
Method Detail |
public ContentHandler getContentHandler()
getContentHandler
in interface XMLReader
public DTDHandler getDTDHandler()
getDTDHandler
in interface XMLReader
public EntityResolver getEntityResolver()
getEntityResolver
in interface XMLReader
public ErrorHandler getErrorHandler()
getErrorHandler
in interface XMLReader
public boolean getFeature(String name) throws SAXNotRecognizedException, SAXNotSupportedException
getFeature
in interface XMLReader
SAXNotRecognizedException
SAXNotSupportedException
public Object getProperty(String name) throws SAXNotRecognizedException, SAXNotSupportedException
getProperty
in interface XMLReader
SAXNotRecognizedException
SAXNotSupportedException
public static void main(String[] args) throws Exception
Exception
public void parse(InputSource input) throws SAXException, IOException
parse
in interface XMLReader
SAXException
IOException
public void parse(String systemId) throws SAXException, IOException
parse
in interface XMLReader
SAXException
IOException
public boolean parseSome() throws SAXException
XMLPullReader
parseSome
in interface XMLPullReader
SAXException
public boolean parseSomeSetup(InputSource input) throws IOException, SAXException
XMLPullReader
parseSomeSetup
in interface XMLPullReader
input
- the input to parse
IOException
SAXException
public boolean parseSomeSetup(String systemId) throws IOException, SAXException
XMLPullReader
parseSomeSetup
in interface XMLPullReader
systemId
- the data to parse
IOException
SAXException
public void setContentHandler(ContentHandler handler)
setContentHandler
in interface XMLReader
public void setDTDHandler(DTDHandler handler)
setDTDHandler
in interface XMLReader
public void setEntityResolver(EntityResolver resolver)
setEntityResolver
in interface XMLReader
public void setErrorHandler(ErrorHandler handler)
setErrorHandler
in interface XMLReader
public void setFeature(String name, boolean state) throws SAXNotRecognizedException, SAXNotSupportedException
setFeature
in interface XMLReader
SAXNotRecognizedException
SAXNotSupportedException
public void setProperty(String name, Object value) throws SAXNotRecognizedException, SAXNotSupportedException
setProperty
in interface XMLReader
SAXNotRecognizedException
SAXNotSupportedException
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |