public class HTMLTemplatingUtil extends Object
| Constructor and Description |
|---|
HTMLTemplatingUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
attributeConstantEquals(String expectedAttributeValue,
String currentAttributeValue) |
static Coordinate |
calculateCoordinate(org.htmlparser.lexer.Page page,
int cursor,
Coordinate coordinateOffset) |
static String |
escape(String textString) |
static String |
repeatChar(char c,
int times) |
static void |
throwCompileExceptionForAttribute(String message,
org.htmlparser.Tag tag,
org.htmlparser.lexer.PageAttribute attribute,
boolean positionOfAttributeValue,
Coordinate startPosition) |
static String |
unescape(String text) |
public static boolean attributeConstantEquals(String expectedAttributeValue, String currentAttributeValue)
public static Coordinate calculateCoordinate(org.htmlparser.lexer.Page page, int cursor, Coordinate coordinateOffset)
public static String repeatChar(char c, int times)
public static void throwCompileExceptionForAttribute(String message, org.htmlparser.Tag tag, org.htmlparser.lexer.PageAttribute attribute, boolean positionOfAttributeValue, Coordinate startPosition)
Copyright © 2011–2015 Everit Kft.. All rights reserved.