Package org.eclipse.wst.xml.xpath2.processor.internal.ast
public class TextTest extends org.eclipse.wst.xml.xpath2.processor.internal.ast.KindTestClass to match any text node.
Constructor Summary |
TextTest() |
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.AnyType | createTestType(org.eclipse.wst.xml.xpath2.api.ResultSequence rs
,
org.eclipse.wst.xml.xpath2.api.StaticContext sc) |
public java.lang.Class | getXDMClassType() |
public boolean | isWild() |
public org.eclipse.wst.xml.xpath2.processor.internal.types.QName | name() |
Constructor Detail |
public TextTest()
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.AnyType createTestType(org.eclipse.wst.xml.xpath2.api.ResultSequence rs
,
org.eclipse.wst.xml.xpath2.api.StaticContext sc)
rs
sc
org.eclipse.wst.xml.xpath2.processor.internal.types.AnyType
public java.lang.Class getXDMClassType()
java.lang.Class
public boolean isWild()
boolean
public org.eclipse.wst.xml.xpath2.processor.internal.types.QName name()
org.eclipse.wst.xml.xpath2.processor.internal.types.QName