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 classXmlnsData -
Uses of SchemeData in com.nwalsh.sinclude.schemes
Methods in com.nwalsh.sinclude.schemes with parameters of type SchemeData Modifier and Type Method Description SelectionResultElementScheme. select(SchemeData[] schemeData, net.sf.saxon.s9api.XdmNode document)SelectionResultRFC5147Scheme. select(SchemeData[] schemeData, net.sf.saxon.s9api.XdmNode document)SelectionResultSearchScheme. select(SchemeData[] schemeData, net.sf.saxon.s9api.XdmNode document)SelectionResultXmlnsScheme. select(SchemeData[] schemeData, net.sf.saxon.s9api.XdmNode document)SelectionResultXPathScheme. 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 interfaceNamespaceBindingFields in com.nwalsh.sinclude.xpointer with type parameters of type SchemeData Modifier and Type Field Description private java.util.Vector<SchemeData>DefaultSelectionResult. dataMethods 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 SelectionResultScheme. 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)
-