Class PartialAttributeTest
- java.lang.Object
-
- com.evolvedbinary.xpath.parser.ast.AbstractASTNode
-
- com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode<PartialAttributeTest.PartialAttributeTest1,QNameW>
-
- com.evolvedbinary.xpath.parser.ast.partial.PartialAttributeTest
-
- All Implemented Interfaces:
ASTNode,PartialASTNode<PartialAttributeTest.PartialAttributeTest1,QNameW>
public class PartialAttributeTest extends AbstractPartialASTNode<PartialAttributeTest.PartialAttributeTest1,QNameW>
Created by aretter on 30/01/2016.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classPartialAttributeTest.PartialAttributeTest1
-
Constructor Summary
Constructors Constructor Description PartialAttributeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PartialAttributeTest.PartialAttributeTest1complete(QNameW name)protected Stringdescribe()-
Methods inherited from class com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode
toString
-
-
-
-
Method Detail
-
complete
public PartialAttributeTest.PartialAttributeTest1 complete(@Nullable QNameW name)
-
describe
protected String describe()
- Specified by:
describein classAbstractASTNode
-
-