public final class ParsingElementMarkupUtil extends Object
Modifier and Type | Method and 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
ParseException
public static void parseOpenElement(char[] buffer, int offset, int len, int line, int col, IMarkupHandler markupHandler) throws ParseException
ParseException
public static void parseCloseElement(char[] buffer, int offset, int len, int line, int col, IMarkupHandler markupHandler) throws ParseException
ParseException
Copyright © 2023 The ATTOPARSER team. All rights reserved.