Oracle® Application Server
XML Java API Reference
10g Release 3 (10.1.3)

B28238-01


oracle.xml.pipeline.controller
Interface PipelineConstants

All Known Implementing Classes:
orapipe, PipeDocElement, PipelineDoc, PipelineProcessor, Process

public interface PipelineConstants

This interface contains all the static constants for pipeline.controller. All classes should implement this interface.


Field Summary
static int COMPSTREAMRESULT
           
static int COMPSTREAMSOURCE
           
static int DOCFRAG
           
static int DOCUMENT
           
static int DOMRESULT
           
static int DOMSOURCE
           
static int ELEMENT
           
static short PROCESS_WAITING
           
static int SAXRESULT
           
static int SAXSOURCE
           
static int STREAMRESULT
           
static int STREAMSOURCE
           

 

Field Detail

PROCESS_WAITING

public static final short PROCESS_WAITING
See Also:
Constant Field Values

DOMSOURCE

public static final int DOMSOURCE
See Also:
Constant Field Values

SAXSOURCE

public static final int SAXSOURCE
See Also:
Constant Field Values

STREAMSOURCE

public static final int STREAMSOURCE
See Also:
Constant Field Values

COMPSTREAMSOURCE

public static final int COMPSTREAMSOURCE
See Also:
Constant Field Values

DOMRESULT

public static final int DOMRESULT
See Also:
Constant Field Values

SAXRESULT

public static final int SAXRESULT
See Also:
Constant Field Values

STREAMRESULT

public static final int STREAMRESULT
See Also:
Constant Field Values

COMPSTREAMRESULT

public static final int COMPSTREAMRESULT
See Also:
Constant Field Values

DOCUMENT

public static final int DOCUMENT
See Also:
Constant Field Values

DOCFRAG

public static final int DOCFRAG
See Also:
Constant Field Values

ELEMENT

public static final int ELEMENT
See Also:
Constant Field Values

Oracle® Application Server
XML Java API Reference
10g Release 3 (10.1.3)

B28238-01


Copyright © 2003, 2006, Oracle. All rights reserved.