public interface HTMLTokenizer
| Modifier and Type | Field and Description |
|---|---|
static int |
CLOSED_TAG |
static int |
COMMENT |
static int |
DOCUMENT_TYPE |
static int |
END |
static int |
END_TAG |
static int |
PROCESSING_INSTRUCTION |
static int |
SCRIPT |
static int |
START_TAG |
static int |
TEXT |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
attributes() |
String |
name() |
int |
nextToken() |
String |
text() |
int |
tokenType() |
static final int END
static final int DOCUMENT_TYPE
static final int TEXT
static final int START_TAG
static final int END_TAG
static final int CLOSED_TAG
static final int COMMENT
static final int PROCESSING_INSTRUCTION
static final int SCRIPT
int nextToken()
throws IOException,
ParseException
IOExceptionParseExceptionint tokenType()
String name()
String text()
Copyright © 2006–2016 Volker Bergmann. All rights reserved.