Interface | Description |
---|---|
FutureAppendable |
This interface is similar to Appendable except that it is based on Future objects.
|
FutureElement |
An element represents a tag inside a document.
|
FutureElementType |
An element type.
|
FutureParserContext |
The current context used during parsing.
|
Class | Description |
---|---|
CharSequenceFuture |
This class is a simple wrapper on a CharSequence.
|
FutureAppendableAdapter |
This class is an Adapter for Appendable objects.
|
FutureParser |
This class is based on Parser.
|
StringBuilderFutureAppendable |
This is an implementation of StringBuilder which can append Future<CharSequence> and is a
Future<CharSequence> itself.
|
UnknownElement |
Handle unknown tag.
|
Copyright © 2008–2018. All rights reserved.