|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.xml.xpath.Token
com.novell.xml.xpath.FunctionNameToken
Class that represents an XPath expression-language function call token.
Scanner| Field Summary |
| Fields inherited from class com.novell.xml.xpath.Token |
AT, AXIS_NAME, COLON_COLON, COMMA, DOT, DOT_DOT, FUNCTION_NAME, LEFT_BRACKET, LEFT_PAREN, LITERAL, MAX_TYPE, NODE_TYPE, NOT_A_TOKEN, NUMBER, OPERATOR, RIGHT_BRACKET, RIGHT_PAREN, VARIABLE_REF, WILDCARD_NAME |
| Constructor Summary | |
FunctionNameToken(String prefix,
String localPart)
Create a token representing a call to the function name passed |
|
| Method Summary | |
boolean |
equals(Token rhs)
Compare this Token to passed Token |
String |
getLocalPart()
Return local part of function name |
String |
getPrefix()
Return namespace prefix of function name |
String |
toString()
Return text representing this FunctionNameToken |
| Methods inherited from class com.novell.xml.xpath.Token |
dump, getType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FunctionNameToken(String prefix,
String localPart)
prefix - Namespace prefix stringlocalPart - local-part name string| Method Detail |
public boolean equals(Token rhs)
equals in class Tokenrhs - Token to compare against
public String getPrefix()
public String getLocalPart()
public String toString()
toString in class Token
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||