com.evolvedbinary.xpath.parser.ast.partial
Class PartialPrefixedName

java.lang.Object
  extended by com.evolvedbinary.xpath.parser.ast.AbstractASTNode
      extended by com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode<QNameW,String>
          extended by com.evolvedbinary.xpath.parser.ast.partial.PartialPrefixedName
All Implemented Interfaces:
ASTNode, PartialASTNode<QNameW,String>

public class PartialPrefixedName
extends AbstractPartialASTNode<QNameW,String>

Created by aretter on 30/01/2016.


Constructor Summary
PartialPrefixedName(String prefix)
           
 
Method Summary
 QNameW complete(String localPart)
           
protected  String describe()
           
 
Methods inherited from class com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PartialPrefixedName

public PartialPrefixedName(String prefix)
Method Detail

complete

public QNameW complete(String localPart)

describe

protected String describe()
Specified by:
describe in class AbstractASTNode


Copyright © 2016 Evolved Binary Ltd.. All Rights Reserved.