Package org.geotools.data.complex.xml
Class XmlXpathFilterData
Object
XmlXpathFilterData
A DTO used to pass data to the XmlXPathPropertyAccessorFactory, to filter responses from the backend on the Geoserver
side.
- Author:
- Russell Petty (GeoScience Victoria)
-
Constructor Summary
ConstructorsConstructorDescriptionXmlXpathFilterData(NamespaceSupport namespaces, Document doc, int count, String itemXpath) -
Method Summary
-
Constructor Details
-
XmlXpathFilterData
-
-
Method Details
-
getNamespaces
-
getDoc
public Document getDoc() -
getCount
public int getCount() -
getItemXpath
-