Package com.nwalsh.sinclude.xpointer
Class DefaultSelectionResult
java.lang.Object
com.nwalsh.sinclude.xpointer.DefaultSelectionResult
- All Implemented Interfaces:
SelectionResult
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefaultSelectionResult
(boolean finished) DefaultSelectionResult
(boolean finished, net.sf.saxon.s9api.XdmNode result, net.sf.saxon.s9api.XdmNode[] selectedNodes) DefaultSelectionResult
(SchemeData[] data, boolean finished) DefaultSelectionResult
(SchemeData[] data, boolean finished, net.sf.saxon.s9api.XdmNode result) DefaultSelectionResult
(SchemeData[] data, boolean finished, net.sf.saxon.s9api.XdmNode result, net.sf.saxon.s9api.XdmNode[] selectedNodes) -
Method Summary
Modifier and TypeMethodDescriptionboolean
finished()
net.sf.saxon.s9api.XdmNode
net.sf.saxon.s9api.XdmNode[]
-
Field Details
-
data
-
finished
private boolean finished -
result
private net.sf.saxon.s9api.XdmNode result -
selected
private net.sf.saxon.s9api.XdmNode[] selected
-
-
Constructor Details
-
DefaultSelectionResult
public DefaultSelectionResult(SchemeData[] data, boolean finished, net.sf.saxon.s9api.XdmNode result, net.sf.saxon.s9api.XdmNode[] selectedNodes) -
DefaultSelectionResult
public DefaultSelectionResult(SchemeData[] data, boolean finished, net.sf.saxon.s9api.XdmNode result) -
DefaultSelectionResult
-
DefaultSelectionResult
public DefaultSelectionResult(boolean finished, net.sf.saxon.s9api.XdmNode result, net.sf.saxon.s9api.XdmNode[] selectedNodes) -
DefaultSelectionResult
public DefaultSelectionResult(boolean finished)
-
-
Method Details
-
getSchemeData
- Specified by:
getSchemeData
in interfaceSelectionResult
-
finished
public boolean finished()- Specified by:
finished
in interfaceSelectionResult
-
getResult
public net.sf.saxon.s9api.XdmNode getResult()- Specified by:
getResult
in interfaceSelectionResult
-
getSelectedNodes
public net.sf.saxon.s9api.XdmNode[] getSelectedNodes()- Specified by:
getSelectedNodes
in interfaceSelectionResult
-