API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.crypto.dsig.spec. XPathType View Source
Author(s)
Sean Mullan
JSR 105 Expert Group
Since
1.6
Version
Serial
Hierarchy
 Object
      XPathType
Implements
Subclasses
Description
public class XPathType
  The XML Schema Definition of the XPath element as defined in the W3C Recommendation for XML-Signature XPath Filter 2.0:
See also:    XPathFilter2ParameterSpec
Constructors
public XPathType (String expression, Filter filter)
  Creates an XPathType instance with the specified XPath expression and filter.
public XPathType (String expression, Filter filter, Map namespaceMap)
  Creates an XPathType instance with the specified XPath expression, filter, and namespace map.
Methods
Hide/Show inherited methods
public String getExpression ()
  Returns the XPath expression to be evaluated.
public Filter getFilter ()
  Returns the filter operation.
public Map getNamespaceMap ()
  Returns a map of namespace prefixes.
Fields
Hide/Show inherited fields
Nested Classes
  XPathType.Filter
Represents the filter set operation.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar