|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objectorg.attoparser.markup.ElementMarkupParsingUtil
public final class ElementMarkupParsingUtil
Class containing utility methods for parsing elements (tags).
| Field Summary | |
|---|---|
static char[] |
TRY_PARSE_ELEMENT_FALSE
|
| Method Summary | ||
|---|---|---|
static
|
parseDetailedCloseElement(char[] buffer,
int offset,
int len,
int line,
int col,
T handler)
|
|
static
|
parseDetailedOpenElement(char[] buffer,
int offset,
int len,
int line,
int col,
T handler)
|
|
static
|
parseDetailedStandaloneElement(char[] buffer,
int offset,
int len,
int line,
int col,
T handler)
|
|
static char[] |
parseElement(char[] buffer,
int offset,
int len,
int line,
int col,
IBasicElementHandling handler)
|
|
static
|
tryParseDetailedCloseElement(char[] buffer,
int offset,
int len,
int line,
int col,
T handler)
|
|
static
|
tryParseDetailedOpenElement(char[] buffer,
int offset,
int len,
int line,
int col,
T handler)
|
|
static
|
tryParseDetailedStandaloneElement(char[] buffer,
int offset,
int len,
int line,
int col,
T handler)
|
|
static char[] |
tryParseElement(char[] buffer,
int offset,
int len,
int line,
int col,
IBasicElementHandling handler)
|
|
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final char[] TRY_PARSE_ELEMENT_FALSE
| Method Detail |
|---|
public static char[] parseElement(char[] buffer,
int offset,
int len,
int line,
int col,
IBasicElementHandling handler)
throws AttoParseException
AttoParseException
public static char[] tryParseElement(char[] buffer,
int offset,
int len,
int line,
int col,
IBasicElementHandling handler)
throws AttoParseException
AttoParseException
public static <T extends IDetailedElementHandling & IConfigurableMarkupHandling> char[] parseDetailedStandaloneElement(char[] buffer,
int offset,
int len,
int line,
int col,
T handler)
throws AttoParseException
AttoParseException
public static <T extends IDetailedElementHandling & IConfigurableMarkupHandling> char[] parseDetailedOpenElement(char[] buffer,
int offset,
int len,
int line,
int col,
T handler)
throws AttoParseException
AttoParseException
public static <T extends IDetailedElementHandling & IConfigurableMarkupHandling> char[] parseDetailedCloseElement(char[] buffer,
int offset,
int len,
int line,
int col,
T handler)
throws AttoParseException
AttoParseException
public static <T extends IDetailedElementHandling & IConfigurableMarkupHandling> char[] tryParseDetailedStandaloneElement(char[] buffer,
int offset,
int len,
int line,
int col,
T handler)
throws AttoParseException
AttoParseException
public static <T extends IDetailedElementHandling & IConfigurableMarkupHandling> char[] tryParseDetailedOpenElement(char[] buffer,
int offset,
int len,
int line,
int col,
T handler)
throws AttoParseException
AttoParseException
public static <T extends IDetailedElementHandling & IConfigurableMarkupHandling> char[] tryParseDetailedCloseElement(char[] buffer,
int offset,
int len,
int line,
int col,
T handler)
throws AttoParseException
AttoParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||