Uses of Interface
org.apache.shale.clay.parser.Token

Packages that use Token
org.apache.shale.clay.parser   
 

Uses of Token in org.apache.shale.clay.parser
 

Methods in org.apache.shale.clay.parser that return Token
 Token Node.getToken()
          Returns an object that represents the starting and ending offsets within the document that this node represents.
 

Methods in org.apache.shale.clay.parser with parameters of type Token
protected  Node Parser.buildNode(Token token)
          This is a factory method that builds a Node from a Token.
 

Constructors in org.apache.shale.clay.parser with parameters of type Token
Node(Token token)
          Overloaded constructor that requires a Token object in the formal parameter.
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.