|
Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 API Reference 11g Release 1 (10.3.1) Part Number E13941-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.xml.stream.util.XMLPullReaderBase
public class XMLPullReaderBase
Implements the XMLPullReader interface using the weblogic.apache.xerces.parsers.SAXParser
XMLOutputStream
Field Summary | |
---|---|
protected weblogic.apache.xerces.parsers.SAXPullParser |
saxParser
Deprecated. |
Constructor Summary | |
---|---|
XMLPullReaderBase()
Deprecated. |
|
XMLPullReaderBase(weblogic.apache.xerces.parsers.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 weblogic.apache.xerces.parsers.SAXPullParser saxParser
Constructor Detail |
---|
public XMLPullReaderBase() throws SAXException
SAXException
public XMLPullReaderBase(weblogic.apache.xerces.parsers.SAXPullParser parser) throws SAXException
SAXException
Method Detail |
---|
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 boolean parseSome() throws SAXException
XMLPullReader
parseSome
in interface XMLPullReader
SAXException
public void setFeature(String name, boolean state) throws SAXNotRecognizedException, SAXNotSupportedException
setFeature
in interface XMLReader
SAXNotRecognizedException
SAXNotSupportedException
public boolean getFeature(String name) throws SAXNotRecognizedException, SAXNotSupportedException
getFeature
in interface XMLReader
SAXNotRecognizedException
SAXNotSupportedException
public void setProperty(String name, Object value) throws SAXNotRecognizedException, SAXNotSupportedException
setProperty
in interface XMLReader
SAXNotRecognizedException
SAXNotSupportedException
public Object getProperty(String name) throws SAXNotRecognizedException, SAXNotSupportedException
getProperty
in interface XMLReader
SAXNotRecognizedException
SAXNotSupportedException
public void setEntityResolver(EntityResolver resolver)
setEntityResolver
in interface XMLReader
public EntityResolver getEntityResolver()
getEntityResolver
in interface XMLReader
public void setDTDHandler(DTDHandler handler)
setDTDHandler
in interface XMLReader
public DTDHandler getDTDHandler()
getDTDHandler
in interface XMLReader
public void setContentHandler(ContentHandler handler)
setContentHandler
in interface XMLReader
public ContentHandler getContentHandler()
getContentHandler
in interface XMLReader
public void setErrorHandler(ErrorHandler handler)
setErrorHandler
in interface XMLReader
public ErrorHandler getErrorHandler()
getErrorHandler
in interface XMLReader
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 static void main(String[] args) throws Exception
Exception
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm Copyright 1996, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 API Reference 11g Release 1 (10.3.1) Part Number E13941-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |