| Package | Description |
|---|---|
| org.attoparser.simple |
Artifacts for parsing using a simplified version of the handler interfaces.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractSimpleMarkupHandler |
Base abstract implementation of
ISimpleMarkupHandler that implements all of
its methods as no-ops. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ISimpleMarkupParser.parse(char[] document,
int offset,
int len,
ISimpleMarkupHandler handler) |
Parse a document using the specified
ISimpleMarkupHandler. |
void |
ISimpleMarkupParser.parse(char[] document,
ISimpleMarkupHandler handler) |
Parse a document using the specified
ISimpleMarkupHandler. |
void |
ISimpleMarkupParser.parse(java.io.Reader reader,
ISimpleMarkupHandler handler) |
Parse a document using the specified
ISimpleMarkupHandler. |
void |
ISimpleMarkupParser.parse(String document,
ISimpleMarkupHandler handler) |
Parse a document using the specified
ISimpleMarkupHandler. |
void |
SimpleMarkupParser.parse(char[] document,
int offset,
int len,
ISimpleMarkupHandler handler) |
|
void |
SimpleMarkupParser.parse(char[] document,
ISimpleMarkupHandler handler) |
|
void |
SimpleMarkupParser.parse(java.io.Reader reader,
ISimpleMarkupHandler handler) |
|
void |
SimpleMarkupParser.parse(String document,
ISimpleMarkupHandler handler) |
| Constructor | Description |
|---|---|
SimplifierMarkupHandler(ISimpleMarkupHandler handler) |
Creates a new instance of this parser.
|
Copyright © 2018 The ATTOPARSER team. All rights reserved.