Package org.eclipse.wst.xml.xpath2.processor.internal.ast
public class AttributeTest extends org.eclipse.wst.xml.xpath2.processor.internal.ast.AttrElemTestClass used to match an attribute node by its name and/or type.
Constructor Summary |
AttributeTest(org.eclipse.wst.xml.xpath2.processor.internal.types.QName name
,
boolean wild
,
org.eclipse.wst.xml.xpath2.processor.internal.types.QName type) |
AttributeTest(org.eclipse.wst.xml.xpath2.processor.internal.types.QName name
,
boolean wild) |
AttributeTest() |
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() |
Constructor Detail |
public AttributeTest(org.eclipse.wst.xml.xpath2.processor.internal.types.QName name
,
boolean wild
,
org.eclipse.wst.xml.xpath2.processor.internal.types.QName type)
Constructor for AttributeTest. This one takes in 3 inputs, Name, wildcard test(true/false) and type.
public AttributeTest(org.eclipse.wst.xml.xpath2.processor.internal.types.QName name
,
boolean wild)
Constructor for AttributeTest. This one takes in 2 inputs, Name and wildcard test(true/false).
public AttributeTest()
Default Constructor for AttributeTest.
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