Uses of Class
org.jboss.dna.common.text.TokenStream.Position

Packages that use TokenStream.Position
org.jboss.dna.common.text A set of utilities for working with text. 
 

Uses of TokenStream.Position in org.jboss.dna.common.text
 

Methods in org.jboss.dna.common.text that return TokenStream.Position
 TokenStream.Position TokenStream.ParsingException.getPosition()
           
 TokenStream.Position TokenStream.CharacterStream.position()
          Get the position for the last character returned from TokenStream.CharacterStream.next().
 

Methods in org.jboss.dna.common.text with parameters of type TokenStream.Position
 void TokenStream.Tokens.addToken(TokenStream.Position position, int index)
          Create a single-character token at the supplied index in the character stream.
 void TokenStream.Tokens.addToken(TokenStream.Position position, int startIndex, int endIndex)
          Create a single- or multi-character token with the characters in the range given by the starting and ending index in the character stream.
 void TokenStream.Tokens.addToken(TokenStream.Position position, int startIndex, int endIndex, int type)
          Create a single- or multi-character token with the supplied type and with the characters in the range given by the starting and ending index in the character stream.
 

Constructors in org.jboss.dna.common.text with parameters of type TokenStream.Position
TokenStream.ParsingException(TokenStream.Position position)
           
TokenStream.ParsingException(TokenStream.Position position, String message)
           
TokenStream.ParsingException(TokenStream.Position position, String message, Throwable cause)
           
 



Copyright © 2008-2009 JBoss, a division of Red Hat. All Rights Reserved.