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 Details

    • XmlXpathFilterData

      public XmlXpathFilterData(NamespaceSupport namespaces, Document doc, int count, String itemXpath)
  • Method Details

    • getNamespaces

      public NamespaceSupport getNamespaces()
    • getDoc

      public Document getDoc()
    • getCount

      public int getCount()
    • getItemXpath

      public String getItemXpath()