org.apache.wss4j.policy.model
Class XPath

java.lang.Object
  extended by org.apache.wss4j.policy.model.XPath

public class XPath
extends Object


Nested Class Summary
static class XPath.Version
           
 
Constructor Summary
XPath(String xPath, XPath.Version version, String filter, Map<String,String> prefixNamespaceMap)
           
 
Method Summary
 String getFilter()
           
 Map<String,String> getPrefixNamespaceMap()
           
 XPath.Version getVersion()
           
 String getXPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPath

public XPath(String xPath,
             XPath.Version version,
             String filter,
             Map<String,String> prefixNamespaceMap)
Method Detail

getXPath

public String getXPath()

getVersion

public XPath.Version getVersion()

getFilter

public String getFilter()

getPrefixNamespaceMap

public Map<String,String> getPrefixNamespaceMap()


Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.