Uses of Interface
com.nwalsh.sinclude.xpointer.SchemeData
Packages that use SchemeData
Package
Description
-
Uses of SchemeData in com.nwalsh.sinclude
Fields in com.nwalsh.sinclude with type parameters of type SchemeData -
Uses of SchemeData in com.nwalsh.sinclude.data
Classes in com.nwalsh.sinclude.data that implement SchemeData -
Uses of SchemeData in com.nwalsh.sinclude.schemes
Methods in com.nwalsh.sinclude.schemes with parameters of type SchemeDataModifier and TypeMethodDescriptionElementScheme.select
(SchemeData[] schemeData, net.sf.saxon.s9api.XdmNode document) RFC5147Scheme.select
(SchemeData[] schemeData, net.sf.saxon.s9api.XdmNode document) SearchScheme.select
(SchemeData[] schemeData, net.sf.saxon.s9api.XdmNode document) XmlnsScheme.select
(SchemeData[] schemeData, net.sf.saxon.s9api.XdmNode document) 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.xpointerFields in com.nwalsh.sinclude.xpointer with type parameters of type SchemeDataMethods in com.nwalsh.sinclude.xpointer that return SchemeDataModifier and TypeMethodDescriptionDefaultSelectionResult.getSchemeData()
SelectionResult.getSchemeData()
Methods in com.nwalsh.sinclude.xpointer with parameters of type SchemeDataModifier and TypeMethodDescriptionScheme.select
(SchemeData[] schemeData, net.sf.saxon.s9api.XdmNode document) Constructors in com.nwalsh.sinclude.xpointer with parameters of type SchemeDataModifierConstructorDescriptionDefaultSelectionResult
(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)