Package org.eclipse.wst.xml.xpath2.processor.internal.ast
public class AttrElemTest extends org.eclipse.wst.xml.xpath2.processor.internal.ast.KindTestCommon base class for Attribute and Element tests.
Constructor Summary |
AttrElemTest(org.eclipse.wst.xml.xpath2.processor.internal.types.QName name
,
boolean wild
,
org.eclipse.wst.xml.xpath2.processor.internal.types.QName type) |
AttrElemTest(org.eclipse.wst.xml.xpath2.processor.internal.types.QName name
,
boolean wild) |
AttrElemTest() |
Method Summary | |
protected short | getDerviationTypes() |
public org.eclipse.wst.xml.xpath2.processor.internal.types.QName | name() Support for name test. |
public org.eclipse.wst.xml.xpath2.processor.internal.types.QName | type() Support for type test. |
public boolean | wild() Support for wildcard test. |
Constructor Detail |
public AttrElemTest(org.eclipse.wst.xml.xpath2.processor.internal.types.QName name
,
boolean wild
,
org.eclipse.wst.xml.xpath2.processor.internal.types.QName type)
Constructor for Attribute and Element tests. This takes in 3 inputs, Name, wildcard test(true/false) and type.
public AttrElemTest(org.eclipse.wst.xml.xpath2.processor.internal.types.QName name
,
boolean wild)
Constructor for Attribute and Element tests. This takes in 2 inputs, Name and wildcard test(true/false).
public AttrElemTest()
Default Constructor for Attribute and Element tests. This takes in no inputs.
Methods Detail |
protected short getDerviationTypes()
short
public org.eclipse.wst.xml.xpath2.processor.internal.types.QName name()
Support for name test.
org.eclipse.wst.xml.xpath2.processor.internal.types.QName
- Result of name test.
public org.eclipse.wst.xml.xpath2.processor.internal.types.QName type()
Support for type test.
org.eclipse.wst.xml.xpath2.processor.internal.types.QName
- Result of type test.
public boolean wild()
Support for wildcard test.
boolean
- Result of wildcard test.