Uses of Class
com.uwyn.rife.datastructures.DocumentPosition

Packages that use DocumentPosition
com.uwyn.rife.template.exceptions Provides exception classes for the template engine. 
com.uwyn.rife.tools Provides general purpose utility classes. 
 

Uses of DocumentPosition in com.uwyn.rife.template.exceptions
 

Methods in com.uwyn.rife.template.exceptions that return DocumentPosition
 DocumentPosition IncludeNotFoundException.getErrorLocation()
           
 DocumentPosition CircularIncludesException.getErrorLocation()
           
 DocumentPosition SyntaxErrorException.getErrorLocation()
           
 

Methods in com.uwyn.rife.template.exceptions with parameters of type DocumentPosition
static String TemplateException.formatError(String name, DocumentPosition errorLocation, String message)
           
 

Constructors in com.uwyn.rife.template.exceptions with parameters of type DocumentPosition
AttributeNotEndedException(String templateName, DocumentPosition errorLocation, String tagType, String attributeName)
           
AttributeWronglyEndedException(String templateName, DocumentPosition errorLocation, String tagType, String attributeName)
           
BeginTagBadlyTerminatedException(String templateName, DocumentPosition errorLocation, String tagType, String tagId)
           
BeginTagNotEndedException(String templateName, DocumentPosition errorLocation, String tagType, String tagId)
           
CircularIncludesException(String templateName, DocumentPosition errorLocation, String included, Stack<String> previousIncludes)
           
IncludeNotFoundException(String templateName, DocumentPosition errorLocation, String included)
           
MismatchedTerminationTagException(String templateName, DocumentPosition errorLocation, String tagId, String expected, String actual)
           
MissingTerminationTagsException(String templateName, DocumentPosition errorLocation, String tagType)
           
SyntaxErrorException(String templateName, DocumentPosition errorLocation, String message, Throwable cause)
           
TagBadlyTerminatedException(String templateName, DocumentPosition errorLocation, String tagType, String tagId)
           
TagNotTerminatedException(String templateName, DocumentPosition errorLocation, String tagType, String tagId)
           
TerminatingUnopenedTagException(String templateName, DocumentPosition errorLocation, String tagType)
           
UnsupportedAttributeValueException(String templateName, DocumentPosition errorLocation, String tagType, String tagId, String attributeName, String attributeValue)
           
UnsupportedNestedTagException(String templateName, DocumentPosition errorLocation, String tagType, String tagId)
           
 

Uses of DocumentPosition in com.uwyn.rife.tools
 

Methods in com.uwyn.rife.tools that return DocumentPosition
static DocumentPosition StringUtils.getDocumentPosition(String document, int characterIndex)
          Calculates the DocumentPosition of a character index in a document.
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.