Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I L M N O P Q R S T U V W

A

add(Node) - Method in class org.htmlparser.util.NodeList
 
addCommand(char) - Method in class org.htmlparser.util.CommandLine
 
adjustScanners(NodeReader) - Static method in class org.htmlparser.util.ParserUtils
 
adjustVectorCapacity() - Method in class org.htmlparser.util.NodeList
 
asHtml() - Method in class org.htmlparser.util.NodeList
 
asString() - Method in class org.htmlparser.util.NodeList
 

B

baseUrl - Variable in class org.htmlparser.util.LinkProcessor
Overriding base URL.

C

ChainedException - exception org.htmlparser.util.ChainedException.
 
ChainedException() - Constructor for class org.htmlparser.util.ChainedException
 
ChainedException(String) - Constructor for class org.htmlparser.util.ChainedException
 
ChainedException(Throwable) - Constructor for class org.htmlparser.util.ChainedException
 
ChainedException(String, Throwable) - Constructor for class org.htmlparser.util.ChainedException
 
CommandLine - class org.htmlparser.util.CommandLine.
Simple command like parser/handler.
CommandLine(String, String[]) - Constructor for class org.htmlparser.util.CommandLine
 
CommandLine(String[]) - Constructor for class org.htmlparser.util.CommandLine
 
capacity - Variable in class org.htmlparser.util.NodeList
 
capacityIncrement - Variable in class org.htmlparser.util.NodeList
 
charRefTable - Static variable in class org.htmlparser.util.Translate
Table mapping character to entity reference kernel.
commands - Variable in class org.htmlparser.util.CommandLine
 
constructUrl(String, String) - Method in class org.htmlparser.util.LinkProcessor
 
convertToChar(String) - Static method in class org.htmlparser.util.Translate
Convert a reference to a unicode character.
convertToString(Character) - Static method in class org.htmlparser.util.Translate
Convert a character to a character entity reference.
convertToString(int) - Static method in class org.htmlparser.util.Translate
Convert a character to a numeric character reference.

D

DEBUG - Static variable in class org.htmlparser.util.DefaultParserFeedback
Constructor argument for a debugging feedback.
DefaultParserFeedback - class org.htmlparser.util.DefaultParserFeedback.
Default implementation of the HTMLParserFeedback interface.
DefaultParserFeedback(int) - Constructor for class org.htmlparser.util.DefaultParserFeedback
Construct a feedback object of the given type.
DefaultParserFeedback() - Constructor for class org.htmlparser.util.DefaultParserFeedback
Construct a NORMAL feedback object.
decode(String) - Static method in class org.htmlparser.util.Translate
Decode a string containing references.

E

elementAt(int) - Method in class org.htmlparser.util.NodeList
 
elements() - Method in class org.htmlparser.util.NodeList
 
encode(String) - Static method in class org.htmlparser.util.Translate
Encode a string to use references.
error(String, ParserException) - Method in class org.htmlparser.util.DefaultParserFeedback
Print an error message.
error(String, ParserException) - Method in interface org.htmlparser.util.ParserFeedback
 
evaluateTag(TagScanner, String, String) - Static method in class org.htmlparser.util.ParserUtils
 
extract(String) - Method in class org.htmlparser.util.Generate
Parse the sgml declaration for character entity reference name, equivalent numeric character reference and a comment.
extract(String, String) - Method in class org.htmlparser.util.LinkProcessor
Create an absolute URL from a possibly relative link and a base URL.

F

feedback - Variable in class org.htmlparser.util.IteratorImpl
 
findTypeInNode(Node, Class) - Static method in class org.htmlparser.util.ParserUtils
Search given node and pick up any objects of given type, return Node array.
fixSpaces(String) - Static method in class org.htmlparser.util.LinkProcessor
Turn spaces into %20.
flags - Variable in class org.htmlparser.util.CommandLine
 

G

Generate - class org.htmlparser.util.Generate.
Create a character reference translation class source file.
Generate() - Constructor for class org.htmlparser.util.Generate
Create a Generate object.
getBaseUrl() - Method in class org.htmlparser.util.LinkProcessor
Returns the baseUrl.
getFlag(String) - Method in class org.htmlparser.util.CommandLine
 
getMessageChain() - Method in class org.htmlparser.util.ChainedException
 
getMessageList() - Method in class org.htmlparser.util.ChainedException
 
getName(int) - Method in class org.htmlparser.util.CommandLine
 
getNameCount() - Method in class org.htmlparser.util.CommandLine
 
getNumberOfAdjustments() - Method in class org.htmlparser.util.NodeList
 
getThrowable() - Method in class org.htmlparser.util.ChainedException
 
getValue(String) - Method in class org.htmlparser.util.CommandLine
 

H

hasMoreNodes() - Method in class org.htmlparser.util.IteratorImpl
Check if more nodes are available.
hasMoreNodes() - Method in interface org.htmlparser.util.NodeIterator
Check if more nodes are available.
hasMoreNodes() - Method in interface org.htmlparser.util.SimpleNodeIterator
Check if more nodes are available.
hasValue(String) - Method in class org.htmlparser.util.CommandLine
 

I

INITIAL_CAPACITY - Static variable in class org.htmlparser.util.NodeList
 
IteratorImpl - class org.htmlparser.util.IteratorImpl.
 
IteratorImpl(NodeReader, String, ParserFeedback) - Constructor for class org.htmlparser.util.IteratorImpl
 
indexOfWhitespace(String, int) - Method in class org.htmlparser.util.Generate
Find the lowest index of whitespace (space or newline).
info(String) - Method in class org.htmlparser.util.DefaultParserFeedback
Print an info message.
info(String) - Method in interface org.htmlparser.util.ParserFeedback
 
isURL(String) - Static method in class org.htmlparser.util.LinkProcessor
Check if a resource is a valid URL.

L

LinkProcessor - class org.htmlparser.util.LinkProcessor.
Processor class for links, is present basically as a utility class.
LinkProcessor() - Constructor for class org.htmlparser.util.LinkProcessor
Create an HTMLLinkProcessor.

M

main(String[]) - Static method in class org.htmlparser.util.CommandLine
 
main(String[]) - Static method in class org.htmlparser.util.Generate
Generator program.
mode - Variable in class org.htmlparser.util.DefaultParserFeedback
Verbosity level.

N

NORMAL - Static variable in class org.htmlparser.util.DefaultParserFeedback
Constructor argument for a normal feedback.
NodeIterator - interface org.htmlparser.util.NodeIterator.
 
NodeList - class org.htmlparser.util.NodeList.
 
NodeList() - Constructor for class org.htmlparser.util.NodeList
 
names - Variable in class org.htmlparser.util.CommandLine
 
nextNode() - Method in class org.htmlparser.util.IteratorImpl
Get the next node.
nextNode() - Method in interface org.htmlparser.util.NodeIterator
Get the next node.
nextNode() - Method in interface org.htmlparser.util.SimpleNodeIterator
Get the next node.
nl - Static variable in class org.htmlparser.util.Generate
The system specific line separator string.
nodeData - Variable in class org.htmlparser.util.NodeList
 
numberOfAdjustments - Variable in class org.htmlparser.util.NodeList
 

O

org.htmlparser.util - package org.htmlparser.util
 

P

ParserException - exception org.htmlparser.util.ParserException.
Library-specific support for chained exceptions.
ParserException() - Constructor for class org.htmlparser.util.ParserException
 
ParserException(String) - Constructor for class org.htmlparser.util.ParserException
 
ParserException(Throwable) - Constructor for class org.htmlparser.util.ParserException
 
ParserException(String, Throwable) - Constructor for class org.htmlparser.util.ParserException
 
ParserFeedback - interface org.htmlparser.util.ParserFeedback.
Interface for providing feedback without forcing the output destination to be predefined.
ParserUtils - class org.htmlparser.util.ParserUtils.
 
ParserUtils() - Constructor for class org.htmlparser.util.ParserUtils
 
PeekingIterator - interface org.htmlparser.util.PeekingIterator.
 
pack(String) - Method in class org.htmlparser.util.Generate
Rewrite the comment string.
pad(String, char, int) - Method in class org.htmlparser.util.Generate
Pad a string on the left with the given character to the length specified.
parse(String[]) - Method in class org.htmlparser.util.CommandLine
 
parse() - Method in class org.htmlparser.util.Generate
Pull out text elements from the HTML.
parser - Variable in class org.htmlparser.util.Generate
The working parser.
peek() - Method in class org.htmlparser.util.IteratorImpl
 
peek() - Method in interface org.htmlparser.util.PeekingIterator
Fetch a node without consuming it.
preRead - Variable in class org.htmlparser.util.IteratorImpl
 
prepend(Node) - Method in class org.htmlparser.util.NodeList
Insert the given node at the head of the list.
pretty(String) - Method in class org.htmlparser.util.Generate
Pretty up a comment string.
printStackTrace() - Method in class org.htmlparser.util.ChainedException
 
printStackTrace(PrintStream) - Method in class org.htmlparser.util.ChainedException
 
printStackTrace(PrintWriter) - Method in class org.htmlparser.util.ChainedException
 

Q

QUIET - Static variable in class org.htmlparser.util.DefaultParserFeedback
Constructor argument for a quiet feedback.

R

reader - Variable in class org.htmlparser.util.IteratorImpl
 
refChar - Static variable in class org.htmlparser.util.Translate
Table mapping entity reference kernel to character.
remove(int) - Method in class org.htmlparser.util.NodeList
 
removeAll() - Method in class org.htmlparser.util.NodeList
 
removeChars(String, char) - Static method in class org.htmlparser.util.ParserUtils
 
removeEscapeCharacters(String) - Static method in class org.htmlparser.util.ParserUtils
 
removeLastSlash(String) - Static method in class org.htmlparser.util.LinkProcessor
 
removeLeadingBlanks(String) - Static method in class org.htmlparser.util.ParserUtils
 
removeTrailingBlanks(String) - Static method in class org.htmlparser.util.ParserUtils
 
resourceLocn - Variable in class org.htmlparser.util.IteratorImpl
 
restoreScanners(NodeReader, Map) - Static method in class org.htmlparser.util.ParserUtils
 

S

SimpleNodeIterator - interface org.htmlparser.util.SimpleNodeIterator.
The HTMLSimpleEnumeration interface is similar to NodeIterator, except that it does not throw exceptions.
searchFor(Class) - Method in class org.htmlparser.util.NodeList
 
setBaseUrl(String) - Method in class org.htmlparser.util.LinkProcessor
Sets the baseUrl.
sgml(String) - Method in class org.htmlparser.util.Generate
Extract special characters.
size - Variable in class org.htmlparser.util.NodeList
 
size() - Method in class org.htmlparser.util.NodeList
 

T

Translate - class org.htmlparser.util.Translate.
Translate numeric character references and character entity references to unicode characters.
Translate() - Constructor for class org.htmlparser.util.Translate
Private constructor.
throwable - Variable in class org.htmlparser.util.ChainedException
 
toHTML(Tag) - Static method in class org.htmlparser.util.ParserUtils
 
toNodeArray() - Method in class org.htmlparser.util.NodeList
 
toString() - Method in class org.htmlparser.util.NodeList
 
toString(Tag) - Static method in class org.htmlparser.util.ParserUtils
 
translate(String) - Method in class org.htmlparser.util.Generate
Translate character references.

U

unicode(String) - Method in class org.htmlparser.util.Generate
Convert the textual representation of the numeric character reference to a character.

V

VERBOSE - Static variable in class org.htmlparser.util.CommandLine
 
values - Variable in class org.htmlparser.util.CommandLine
 

W

warning(String) - Method in class org.htmlparser.util.DefaultParserFeedback
Print an warning message.
warning(String) - Method in interface org.htmlparser.util.ParserFeedback
 

A B C D E F G H I L M N O P Q R S T U V W