org.jbind.xml.instance.impl
Class JaxenXPathFactory

java.lang.Object
  extended byorg.jbind.xml.instance.impl.JaxenXPathFactory
All Implemented Interfaces:
IXPathFactory

public class JaxenXPathFactory
extends java.lang.Object
implements IXPathFactory


Constructor Summary
JaxenXPathFactory()
           
 
Method Summary
 IXPath createXPath(java.lang.String anXPath, java.util.Map aPrefixMapping, boolean aRestrictedForm)
          Creates an XPath.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxenXPathFactory

public JaxenXPathFactory()
Method Detail

createXPath

public IXPath createXPath(java.lang.String anXPath,
                          java.util.Map aPrefixMapping,
                          boolean aRestrictedForm)
                   throws java.lang.Exception
Description copied from interface: IXPathFactory
Creates an XPath.

Specified by:
createXPath in interface IXPathFactory
Parameters:
anXPath - (required).
aPrefixMapping - (required). Maps namespace prefixes to namespace strings.
aRestrictedForm - Determines if only the restricted form of XPaths of the XML schema specification is allowed or if unrestricted XPaths are allowed.
Returns:
(required).
Throws:
java.lang.Exception