Class Index | File Index

Classes


Class xrx.xpath.NameTest


Defined in: nameTest.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
xrx.xpath.NameTest(name, opt_namespaceUri)
Constructs a NameTest based on the XPath grammar.
Method Summary
Method Attributes Method Name and Description
 
 
Returns the namespace URI to be matched.
 
matches(node)
 
Class Detail
xrx.xpath.NameTest(name, opt_namespaceUri)
Constructs a NameTest based on the XPath grammar. http://www.w3.org/TR/xpath/#NT-NameTest
Parameters:
{string} name
Name to be tested.
{string=} opt_namespaceUri
Namespace URI.
Method Detail
getName()

{string} getNamespaceUri()
Returns the namespace URI to be matched.
Returns:
{string} Namespace URI.

matches(node)
Parameters:
node

toString()

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Oct 17 2013 17:08:44 GMT+0200 (MESZ)