public final class ParsingElementMarkupUtil
extends Object
| Modifier and Type | Method | Description |
|---|---|---|
static void |
parseCloseElement(char[] buffer,
int offset,
int len,
int line,
int col,
IMarkupHandler markupHandler) |
|
static void |
parseOpenElement(char[] buffer,
int offset,
int len,
int line,
int col,
IMarkupHandler markupHandler) |
|
static void |
parseStandaloneElement(char[] buffer,
int offset,
int len,
int line,
int col,
IMarkupHandler markupHandler) |
public static void parseStandaloneElement(char[] buffer,
int offset,
int len,
int line,
int col,
IMarkupHandler markupHandler)
throws ParseException
ParseExceptionpublic static void parseOpenElement(char[] buffer,
int offset,
int len,
int line,
int col,
IMarkupHandler markupHandler)
throws ParseException
ParseExceptionpublic static void parseCloseElement(char[] buffer,
int offset,
int len,
int line,
int col,
IMarkupHandler markupHandler)
throws ParseException
ParseExceptionCopyright © 2018 The ATTOPARSER team. All rights reserved.