| Package | Description |
|---|---|
| com.ctc.wstx.dtd |
Package that contains Woodstox classes that implement DTD handling.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) static TokenModel |
TokenModel.NULL_TOKEN |
| Modifier and Type | Method and Description |
|---|---|
static TokenModel |
TokenModel.getNullToken() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChoiceModel.indexTokens(java.util.List<TokenModel> tokens) |
void |
ConcatModel.indexTokens(java.util.List<TokenModel> tokens) |
abstract void |
ModelNode.indexTokens(java.util.List<TokenModel> tokens) |
void |
OptionalModel.indexTokens(java.util.List<TokenModel> tokens) |
void |
StarModel.indexTokens(java.util.List<TokenModel> tokens) |
void |
TokenModel.indexTokens(java.util.List<TokenModel> tokens) |