org.geotools.data.complex.xml
Class XmlXpathFilterData
java.lang.Object
org.geotools.data.complex.xml.XmlXpathFilterData
public class XmlXpathFilterData
- extends java.lang.Object
A DTO used to pass data to the XmlXPathPropertyAccessorFactory, to filter
responses from the backend on the Geoserver side.
- Version:
- $Id: XmlXpathFilterData.java 34061 2009-10-05 06:31:55Z bencaradocdavies $
- Author:
- Russell Petty, GSV
Constructor Summary |
XmlXpathFilterData(org.xml.sax.helpers.NamespaceSupport namespaces,
org.jdom.Document doc,
int count,
java.lang.String itemXpath)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlXpathFilterData
public XmlXpathFilterData(org.xml.sax.helpers.NamespaceSupport namespaces,
org.jdom.Document doc,
int count,
java.lang.String itemXpath)
getNamespaces
public org.xml.sax.helpers.NamespaceSupport getNamespaces()
getDoc
public org.jdom.Document getDoc()
getCount
public int getCount()
getItemXpath
public java.lang.String getItemXpath()
Copyright © 1996-2010 Geotools. All Rights Reserved.