org.jbind.xml.facade
Class XalanXPathFactory

java.lang.Object
  extended byorg.jbind.xml.facade.XalanXPathFactory
All Implemented Interfaces:
IXPathFactory

public class XalanXPathFactory
extends java.lang.Object
implements IXPathFactory


Constructor Summary
XalanXPathFactory()
           
 
Method Summary
 IXPath createXPath(java.lang.String anXPath, java.util.Map aPrefixMappings, 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

XalanXPathFactory

public XalanXPathFactory()
Method Detail

createXPath

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

Specified by:
createXPath in interface IXPathFactory
Parameters:
anXPath - (required).
aPrefixMappings - (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