| 
 | Oracle® XML Java API Reference Release 1 (10.1) B12024-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--oracle.xml.pipeline.controller.PipelineDoc
Encapsulates the pipeline doc, which forms the input to the pipeline execution.
| Constructor Summary | |
| PipelineDoc(InputSource in, boolean validate)Create a pipeline doc. | |
| PipelineDoc(java.io.InputStream in, boolean validate)Create a pipeline doc. | |
| PipelineDoc(java.io.Reader r, boolean validate)Create a pipeline doc. | |
| PipelineDoc(java.lang.String in, boolean validate)Create a pipeline doc. | |
| Method Summary | |
|  XMLDocument | getDocument()Get the encapsulated document object | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public PipelineDoc(InputSource in,
                   boolean validate)
            throws XMLParseException,
SAXException,
                   java.io.IOException,
XSDException,
                   java.lang.Exception
XMLParseException - thrown for any parsing errorSAXException - thrown if any SAX errorjava.io.IOException - thrown if error reading input streamXSDException - thrown if error during schema validationjava.lang.Exception - thrown if error building XMLSchema object
public PipelineDoc(java.io.InputStream in,
                   boolean validate)
            throws XMLParseException,
SAXException,
                   java.io.IOException,
XSDException,
                   java.lang.Exception
XMLParseException - thrown for any parsing errorSAXException - thrown if any SAX errorjava.io.IOException - thrown if error reading input streamXSDException - thrown if error during schema validationjava.lang.Exception - thrown if error building XMLSchema object
public PipelineDoc(java.io.Reader r,
                   boolean validate)
            throws XMLParseException,
SAXException,
                   java.io.IOException,
XSDException,
                   java.lang.Exception
XMLParseException - thrown for any parsing errorSAXException - thrown if any SAX errorjava.io.IOException - thrown if error reading input streamXSDException - thrown if error during schema validationjava.lang.Exception - thrown if error building XMLSchema object
public PipelineDoc(java.lang.String in,
                   boolean validate)
            throws XMLParseException,
SAXException,
                   java.io.IOException,
XSDException,
                   java.lang.Exception
XMLParseException - thrown for any parsing errorSAXException - thrown if any SAX errorjava.io.IOException - thrown if error reading input stringXSDException - thrown if error during schema validationjava.lang.Exception - thrown if error building XMLSchema object| Method Detail | 
public XMLDocument getDocument()
| 
 | Oracle® XML Java API Reference Release 1 (10.1) B12024-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||