|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.guix.BindingUtils
public class BindingUtils
| Field Summary | |
|---|---|
protected static java.util.regex.Matcher |
leftBraceMatcher
left brace matcher |
protected static java.util.regex.Matcher |
rightBraceMatcher
right brace matcher |
| Constructor Summary | |
|---|---|
BindingUtils()
|
|
| Method Summary | |
|---|---|
protected static java.lang.String |
escapeJavaString(java.lang.String raw)
Escapes a string using standard Java escape sequences, generally in preparation to including it in a string literal in a compiled Java file. |
protected static int |
getNextLeftBrace(java.lang.String string,
int pos)
|
protected static int |
getNextRightBrace(java.lang.String string,
int pos)
|
static java.lang.String |
processDataBindings(java.lang.String stringValue)
Examine an attribute value for data binding expressions. |
static java.util.List<java.lang.String[]> |
scanNode(SimpleNode node)
Examines a node to identify any dependencies it contains. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static java.util.regex.Matcher leftBraceMatcher
protected static java.util.regex.Matcher rightBraceMatcher
| Constructor Detail |
|---|
public BindingUtils()
| Method Detail |
|---|
public static java.lang.String processDataBindings(java.lang.String stringValue)
null
stringValue - the string value of the property from the XML
protected static int getNextLeftBrace(java.lang.String string,
int pos)
protected static int getNextRightBrace(java.lang.String string,
int pos)
protected static java.lang.String escapeJavaString(java.lang.String raw)
raw - the raw string to be escape
public static java.util.List<java.lang.String[]> scanNode(SimpleNode node)
throws CompilerException
node - node to scan
CompilerException - ?
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||