org.geotools.data.complex.xml
Class XmlXpathFilterData

Object
  extended by 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
XmlXpathFilterData(NamespaceSupport namespaces, Document doc, int count, String itemXpath)
           
 
Method Summary
 int getCount()
           
 Document getDoc()
           
 String getItemXpath()
           
 NamespaceSupport getNamespaces()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()


Copyright © 1996-2014 Geotools. All Rights Reserved.