API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.crypto.dsig.spec. XPathFilterParameterSpec View Source
Author(s)
Sean Mullan
JSR 105 Expert Group
Since
1.6
Version
Serial
Hierarchy
 Object
      XPathFilterParameterSpec
Implements
 TransformParameterSpec
Subclasses
Description
publicfinal class XPathFilterParameterSpec
  Parameters for the XPath Filtering Transform Algorithm.
See also:    Transform
Constructors
public XPathFilterParameterSpec (String xPath)
  Creates an XPathFilterParameterSpec with the specified XPath expression.
public XPathFilterParameterSpec (String xPath, Map namespaceMap)
  Creates an XPathFilterParameterSpec with the specified XPath expression and namespace map.
Methods
Hide/Show inherited methods
public Map getNamespaceMap ()
  Returns a map of namespace prefixes.
public String getXPath ()
  Returns the XPath expression to be evaluated.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar