Uses of Interface
com.nwalsh.sinclude.xpointer.SchemeData
-
Packages that use SchemeData Package Description com.nwalsh.sinclude com.nwalsh.sinclude.data com.nwalsh.sinclude.schemes com.nwalsh.sinclude.xpointer -
-
Uses of SchemeData in com.nwalsh.sinclude
Fields in com.nwalsh.sinclude with type parameters of type SchemeData Modifier and Type Field Description private java.util.Vector<SchemeData>
XInclude. data
-
Uses of SchemeData in com.nwalsh.sinclude.data
Classes in com.nwalsh.sinclude.data that implement SchemeData Modifier and Type Class Description class
XmlnsData
-
Uses of SchemeData in com.nwalsh.sinclude.schemes
Methods in com.nwalsh.sinclude.schemes with parameters of type SchemeData Modifier and Type Method Description SelectionResult
ElementScheme. select(SchemeData[] schemeData, net.sf.saxon.s9api.XdmNode document)
SelectionResult
RFC5147Scheme. select(SchemeData[] schemeData, net.sf.saxon.s9api.XdmNode document)
SelectionResult
SearchScheme. select(SchemeData[] schemeData, net.sf.saxon.s9api.XdmNode document)
SelectionResult
XmlnsScheme. select(SchemeData[] schemeData, net.sf.saxon.s9api.XdmNode document)
SelectionResult
XPathScheme. select(SchemeData[] schemeData, net.sf.saxon.s9api.XdmNode document)
-
Uses of SchemeData in com.nwalsh.sinclude.xpointer
Subinterfaces of SchemeData in com.nwalsh.sinclude.xpointer Modifier and Type Interface Description interface
NamespaceBinding
Fields in com.nwalsh.sinclude.xpointer with type parameters of type SchemeData Modifier and Type Field Description private java.util.Vector<SchemeData>
DefaultSelectionResult. data
Methods in com.nwalsh.sinclude.xpointer that return SchemeData Modifier and Type Method Description SchemeData[]
DefaultSelectionResult. getSchemeData()
SchemeData[]
SelectionResult. getSchemeData()
Methods in com.nwalsh.sinclude.xpointer with parameters of type SchemeData Modifier and Type Method Description SelectionResult
Scheme. select(SchemeData[] schemeData, net.sf.saxon.s9api.XdmNode document)
Constructors in com.nwalsh.sinclude.xpointer with parameters of type SchemeData Constructor Description 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)
-