Package org.geotools.data.complex.xml
Class XmlXpathFilterData
- Object
-
- XmlXpathFilterData
-
public class XmlXpathFilterData extends Object
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
Constructors Constructor Description XmlXpathFilterData(NamespaceSupport namespaces, Document doc, int count, String itemXpath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCount()
Document
getDoc()
String
getItemXpath()
NamespaceSupport
getNamespaces()
-
-
-
Constructor Detail
-
XmlXpathFilterData
public XmlXpathFilterData(NamespaceSupport namespaces, Document doc, int count, String itemXpath)
-
-
Method Detail
-
getNamespaces
public NamespaceSupport getNamespaces()
-
getDoc
public Document getDoc()
-
getCount
public int getCount()
-
getItemXpath
public String getItemXpath()
-
-