Class XplDocument
-
- All Implemented Interfaces:
public final class XplDocument
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<OptionNode, XdmValue>
exportedStaticOptions
private final Map<QName, StepImplementation>
exportedStepTypes
private final AnyNode
document
private final RootNode
rootNode
private final PipelineBuilder
builder
private final XdmNode
xml
-
Constructor Summary
Constructors Constructor Description XplDocument(PipelineBuilder builder, XdmNode xml)
-
Method Summary
Modifier and Type Method Description final Map<OptionNode, XdmValue>
getExportedStaticOptions()
final Map<QName, StepImplementation>
getExportedStepTypes()
final AnyNode
getDocument()
final RootNode
getRootNode()
final PipelineBuilder
getBuilder()
final XdmNode
getXml()
String
toString()
-
-
Constructor Detail
-
XplDocument
XplDocument(PipelineBuilder builder, XdmNode xml)
-
-
Method Detail
-
getExportedStaticOptions
final Map<OptionNode, XdmValue> getExportedStaticOptions()
-
getExportedStepTypes
final Map<QName, StepImplementation> getExportedStepTypes()
-
getDocument
final AnyNode getDocument()
-
getRootNode
final RootNode getRootNode()
-
getBuilder
final PipelineBuilder getBuilder()
-
getXml
final XdmNode getXml()
-
-
-
-