程序包 | 说明 |
---|---|
org.htmlparser.lexer | |
org.htmlparser.util | |
org.htmlparser.util.sort |
限定符和类型 | 类和说明 |
---|---|
class |
Cursor
A bookmark in a page.
|
限定符和类型 | 方法和说明 |
---|---|
Ordered |
PageIndex.fetch(int index,
Ordered reuse)
Fetch the object at the given index.
|
限定符和类型 | 方法和说明 |
---|---|
Ordered |
PageIndex.fetch(int index,
Ordered reuse)
Fetch the object at the given index.
|
限定符和类型 | 类和说明 |
---|---|
class |
CharacterReference
Structure to hold a character and it's equivalent entity reference kernel.
|
限定符和类型 | 方法和说明 |
---|---|
Ordered |
Sortable.fetch(int index,
Ordered reuse)
Fetch the object at the given index.
|
限定符和类型 | 方法和说明 |
---|---|
static int |
Sort.bsearch(Ordered[] array,
Ordered ref)
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(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
|
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
|
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.
|