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
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 © 2018 The ATTOPARSER team. All rights reserved.