Package org.eclipse.wst.xml.xpath2.processor.internal.ast
public class NameTest extends org.eclipse.wst.xml.xpath2.processor.internal.ast.NodeTestClass for Name test operation.
Constructor Summary |
NameTest(org.eclipse.wst.xml.xpath2.processor.internal.types.QName name) |
Method Summary | |
public java.lang.Object | accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v) Support for Visitor interface. |
public org.eclipse.wst.xml.xpath2.processor.internal.types.QName | name() Support for QName interface. |
Constructor Detail |
public NameTest(org.eclipse.wst.xml.xpath2.processor.internal.types.QName name)
Constructor for NameTest.
Methods Detail |
public java.lang.Object accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v)
Support for Visitor interface.
v
java.lang.Object
- Result of Visitor operation.
public org.eclipse.wst.xml.xpath2.processor.internal.types.QName name()
Support for QName interface.
org.eclipse.wst.xml.xpath2.processor.internal.types.QName
- Resulf of QName operation.