|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jbind.xml.facade.XalanXPathFactory
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 |
public XalanXPathFactory()
Method Detail |
public IXPath createXPath(java.lang.String anXPath, java.util.Map aPrefixMappings, boolean aRestrictedForm) throws java.lang.Exception
IXPathFactory
createXPath
in interface IXPathFactory
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.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |