|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectdk.brics.misc.AutomatonWrapper
public class AutomatonWrapper
Wrapper for element name and attribute automata.
| Method Summary | |
|---|---|
static String |
decode(String s)
Decodes string. |
static Automaton |
encodeElement(Automaton element_names)
Encodes element name automata. |
static char |
getElementBeginChar()
Returns char used for encoding begin element name. |
static char |
getElementEndChar()
Returns char used for encoding end element name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String decode(String s)
s - encoded string
public static Automaton encodeElement(Automaton element_names)
element_names - automaton representing element names
public static char getElementBeginChar()
public static char getElementEndChar()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||