Package | Description |
---|---|
org.htmlparser.lexer |
The lexer package is the base level I/O subsystem.
|
org.htmlparser.util |
Code which can be reused by many classes, is located in this package.
|
org.htmlparser.util.sort |
Provides generic sorting and searching.
|
Modifier and Type | Class | Description |
---|---|---|
class |
Cursor |
A bookmark in a page.
|
Modifier and Type | Method | Description |
---|---|---|
Ordered |
PageIndex.fetch(int index,
Ordered reuse) |
Fetch the object at the given index.
|
Modifier and Type | Method | Description |
---|---|---|
Ordered |
PageIndex.fetch(int index,
Ordered reuse) |
Fetch the object at the given index.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CharacterReference |
Structure to hold a character and it's equivalent entity reference kernel.
|
Modifier and Type | Method | Description |
---|---|---|
Ordered |
Sortable.fetch(int index,
Ordered reuse) |
Fetch the object at the given index.
|
Modifier and Type | Method | Description |
---|---|---|
static int |
Sort.bsearch(java.util.Vector vector,
Ordered ref) |
Binary search for an object
|
static int |
Sort.bsearch(java.util.Vector vector,
Ordered ref,
int lo,
int hi) |
Binary search for an object
|
static int |
Sort.bsearch(Ordered[] array,
Ordered ref) |
Binary search for an object
|
static int |
Sort.bsearch(Ordered[] array,
Ordered ref,
int lo,
int hi) |
Binary search for an object
|
static int |
Sort.bsearch(Sortable set,
Ordered ref) |
Binary search for an object
|
static int |
Sort.bsearch(Sortable set,
Ordered ref,
int lo,
int hi) |
Binary search for an object
|
Ordered |
Sortable.fetch(int index,
Ordered reuse) |
Fetch the object at the given index.
|
static void |
Sort.QuickSort(Ordered[] a) |
This is a generic version of C.A.R Hoare's Quick Sort algorithm.
|
static void |
Sort.QuickSort(Ordered[] a,
int lo0,
int hi0) |
This is a generic version of C.A.R Hoare's Quick Sort algorithm.
|
HTML Parser is an open source library released under LGPL.