Package org.eclipse.wst.xml.xpath2.processor.internal.ast
public class ElementTest extends org.eclipse.wst.xml.xpath2.processor.internal.ast.AttrElemTestClass for Element testing.
Constructor Summary |
ElementTest(org.eclipse.wst.xml.xpath2.processor.internal.types.QName name
,
boolean wild
,
org.eclipse.wst.xml.xpath2.processor.internal.types.QName type
,
boolean qmark) |
ElementTest(org.eclipse.wst.xml.xpath2.processor.internal.types.QName name
,
boolean wild
,
org.eclipse.wst.xml.xpath2.processor.internal.types.QName type) |
ElementTest(org.eclipse.wst.xml.xpath2.processor.internal.types.QName name
,
boolean wild) |
ElementTest() |
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 boolean | qmark() Set nilled property. |
Constructor Detail |
public ElementTest(org.eclipse.wst.xml.xpath2.processor.internal.types.QName name
,
boolean wild
,
org.eclipse.wst.xml.xpath2.processor.internal.types.QName type
,
boolean qmark)
Constructor for ElementTest. This takes in 4 inputs, Name, wildcard test(true/false), type and question mark test(true/false).
public ElementTest(org.eclipse.wst.xml.xpath2.processor.internal.types.QName name
,
boolean wild
,
org.eclipse.wst.xml.xpath2.processor.internal.types.QName type)
Constructor for ElementTest. This takes in 3 inputs, Name, wildcard test(true/false)and type.
public ElementTest(org.eclipse.wst.xml.xpath2.processor.internal.types.QName name
,
boolean wild)
Constructor for ElementTest. This takes in 2 inputs, Name, wildcard test(true/false).
public ElementTest()
Default Constructor for ElementTest.
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 boolean qmark()
Set nilled property.
boolean
- Result of operation.