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)
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlXpathFilterData
public XmlXpathFilterData(NamespaceSupport namespaces,
Document doc,
int count,
String itemXpath)
getNamespaces
public NamespaceSupport getNamespaces()
getDoc
public Document getDoc()
getCount
public int getCount()
getItemXpath
public String getItemXpath()
Copyright © 1996-2014 Geotools. All Rights Reserved.