|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.wssecurity.wssapi.spec.XPathType
public class XPathType
This it the XML Schema Definition of the XPath element as defined in the W3C Recommendation for XML-Signature XPath Filter 2.0. This class is defined in the Java Specification Requests 105.
Nested Class Summary | |
---|---|
static class |
XPathType.Filter
Represents the filter set operation. |
Constructor Summary | |
---|---|
XPathType(java.lang.String expression,
XPathType.Filter filter)
Class constructor. |
|
XPathType(java.lang.String expression,
XPathType.Filter filter,
java.util.Map namespaceMap)
Class constructor. |
Method Summary | |
---|---|
java.lang.String |
getExpression()
Returns the XPath expression to be evaluated. |
XPathType.Filter |
getFilter()
Returns the filter operation. |
java.util.Map |
getNamespaceMap()
Returns a map of namespace prefixes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XPathType(java.lang.String expression, XPathType.Filter filter) throws java.lang.NullPointerException
expression
- the XPath expression to be evaluatedfilter
- the filter operation (XPathType.Filter.INTERSECT, XPathType.Filter.SUBTRACT, or XPathType.Filter.UNION)
java.lang.NullPointerException
public XPathType(java.lang.String expression, XPathType.Filter filter, java.util.Map namespaceMap) throws java.lang.NullPointerException, java.lang.ClassCastException
expression
- XPath expression to be evaluatedfilter
- filter operation (XPathType.Filter.INTERSECT, XPathType.Filter.SUBTRACT, or XPathType.Filter.UNION)namespaceMap
- map of namespace prefixes. Each key is a namespace prefix String that maps to a corresponding namespace URI String
java.lang.NullPointerException
java.lang.ClassCastException
Method Detail |
---|
public java.lang.String getExpression()
public XPathType.Filter getFilter()
public java.util.Map getNamespaceMap()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |