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

Quick Search    Search Deep
A C D E F G H I J L N P R S T U W _

A

ATTRIBUTE_NAME_CASE - Static variable in class com.meterware.httpunit.parsing.NekoDOMParser
Attribute case settings.
AUGMENTATIONS - Static variable in class com.meterware.httpunit.parsing.NekoDOMParser
Augmentations feature identifier.
addHTMLParserListener(HTMLParserListener) - Static method in class com.meterware.httpunit.parsing.HTMLParserFactory
Add an HTML Parser listener.

C

characters(XMLString, Augmentations) - Method in class com.meterware.httpunit.parsing.ScriptFilter
 
com.meterware.httpunit.parsing - package com.meterware.httpunit.parsing
 

D

DocumentAdapter - interface com.meterware.httpunit.parsing.DocumentAdapter.
 

E

ErrorHandler - class com.meterware.httpunit.parsing.ErrorHandler.
 
ErrorHandler(URL) - Constructor for class com.meterware.httpunit.parsing.ErrorHandler
 
emptyElement(QName, XMLAttributes, Augmentations) - Method in class com.meterware.httpunit.parsing.ScriptFilter
 
endElement(QName, Augmentations) - Method in class com.meterware.httpunit.parsing.ScriptFilter
 
error(String, String, XMLParseException) - Method in class com.meterware.httpunit.parsing.ErrorHandler
 
error(URL, String, int, int) - Method in interface com.meterware.httpunit.parsing.HTMLParserListener
Invoked when the parser wishes to report an error.

F

FILTERS - Static variable in class com.meterware.httpunit.parsing.NekoDOMParser
Filters property identifier.
fatalError(String, String, XMLParseException) - Method in class com.meterware.httpunit.parsing.ErrorHandler
 

G

getCleanedText(String) - Method in interface com.meterware.httpunit.parsing.HTMLParser
Removes any string artifacts placed in the text by the parser.
getCleanedText(String) - Method in class com.meterware.httpunit.parsing.JTidyHTMLParser
 
getCleanedText(String) - Method in class com.meterware.httpunit.parsing.NekoHTMLParser
 
getCurrentElementNode() - Method in class com.meterware.httpunit.parsing.NekoDOMParser
 
getException() - Method in class com.meterware.httpunit.parsing.NekoDOMParser.ScriptException
 
getHTMLParser() - Static method in class com.meterware.httpunit.parsing.HTMLParserFactory
Returns the current selected parser.
getHTMLParserListeners() - Static method in class com.meterware.httpunit.parsing.HTMLParserFactory
Get the list of Html Error Listeners
getIncludedScript(String) - Method in interface com.meterware.httpunit.parsing.DocumentAdapter
Returns the contents of an included script, given its src attribute.
getIncludedScript(String) - Method in class com.meterware.httpunit.parsing.NekoDOMParser
 
getParser(URL) - Static method in class com.meterware.httpunit.parsing.JTidyHTMLParser
 
getScriptLanguage(XMLAttributes) - Method in class com.meterware.httpunit.parsing.ScriptFilter
 
getScriptableDelegate() - Method in class com.meterware.httpunit.parsing.NekoDOMParser
 
getScriptableObject() - Method in interface com.meterware.httpunit.parsing.DocumentAdapter
Returns the Scriptable object associated with the document
getTranslatedScript(String, String) - Method in class com.meterware.httpunit.parsing.ScriptFilter
 

H

HTMLParser - interface com.meterware.httpunit.parsing.HTMLParser.
A front end to a DOM parser that can handle HTML.
HTMLParserFactory - class com.meterware.httpunit.parsing.HTMLParserFactory.
Factory for creating HTML parsers.
HTMLParserFactory() - Constructor for class com.meterware.httpunit.parsing.HTMLParserFactory
 
HTMLParserListener - interface com.meterware.httpunit.parsing.HTMLParserListener.
A listener for messages from the HTMLParser.
HTML_DOCUMENT_CLASS_NAME - Static variable in class com.meterware.httpunit.parsing.NekoDOMParser
 

I

INTEGER_FORMAT - Static variable in class com.meterware.httpunit.parsing.JTidyPrintWriter
DecimalFormat.getNumberInstance() should provide us with a proper formatter for the default locale.
isParserWarningsEnabled() - Static method in class com.meterware.httpunit.parsing.HTMLParserFactory
Returns true if parser warnings are enabled.
isPreserveTagCase() - Static method in class com.meterware.httpunit.parsing.HTMLParserFactory
Returns true if the current parser will preserve the case of HTML tags and attributes.
isReturnHTMLDocument() - Static method in class com.meterware.httpunit.parsing.HTMLParserFactory
Returns true if the current parser will return an HTMLDocument object rather than a Document object.
isSupportedScript(QName, XMLAttributes) - Method in class com.meterware.httpunit.parsing.ScriptFilter
 

J

JTidyHTMLParser - class com.meterware.httpunit.parsing.JTidyHTMLParser.
 
JTidyHTMLParser() - Constructor for class com.meterware.httpunit.parsing.JTidyHTMLParser
 
JTidyPrintWriter - class com.meterware.httpunit.parsing.JTidyPrintWriter.
Basic "parser" for the JTidy error output.
JTidyPrintWriter(URL) - Constructor for class com.meterware.httpunit.parsing.JTidyPrintWriter
 

L

loadParserIfSupported(String, String) - Static method in class com.meterware.httpunit.parsing.HTMLParserFactory
 
log() - Method in class com.meterware.httpunit.parsing.JTidyPrintWriter
reports the warning or error and then resets the current error/warning.

N

NBSP - Static variable in class com.meterware.httpunit.parsing.JTidyHTMLParser
 
NBSP - Static variable in class com.meterware.httpunit.parsing.NekoHTMLParser
 
NekoDOMParser - class com.meterware.httpunit.parsing.NekoDOMParser.
 
NekoDOMParser(HTMLConfiguration, DocumentAdapter) - Constructor for class com.meterware.httpunit.parsing.NekoDOMParser
 
NekoDOMParser.ScriptException - exception com.meterware.httpunit.parsing.NekoDOMParser.ScriptException.
 
NekoDOMParser.ScriptException(IOException) - Constructor for class com.meterware.httpunit.parsing.NekoDOMParser.ScriptException
 
NekoHTMLParser - class com.meterware.httpunit.parsing.NekoHTMLParser.
 
NekoHTMLParser() - Constructor for class com.meterware.httpunit.parsing.NekoHTMLParser
 
newInputSource(String) - Method in class com.meterware.httpunit.parsing.ScriptFilter
 
newParser(DocumentAdapter, URL) - Static method in class com.meterware.httpunit.parsing.NekoDOMParser
 

P

parse(URL, String, DocumentAdapter) - Method in interface com.meterware.httpunit.parsing.HTMLParser
Parses the specified text string as a Document, registering it in the HTMLPage.
parse(URL, String, DocumentAdapter) - Method in class com.meterware.httpunit.parsing.JTidyHTMLParser
 
parse(URL, String, DocumentAdapter) - Method in class com.meterware.httpunit.parsing.NekoHTMLParser
 
parseInteger(String) - Method in class com.meterware.httpunit.parsing.JTidyPrintWriter
 
print(boolean) - Method in class com.meterware.httpunit.parsing.JTidyPrintWriter
 
print(char) - Method in class com.meterware.httpunit.parsing.JTidyPrintWriter
 
print(char[]) - Method in class com.meterware.httpunit.parsing.JTidyPrintWriter
 
print(double) - Method in class com.meterware.httpunit.parsing.JTidyPrintWriter
 
print(float) - Method in class com.meterware.httpunit.parsing.JTidyPrintWriter
 
print(int) - Method in class com.meterware.httpunit.parsing.JTidyPrintWriter
 
print(long) - Method in class com.meterware.httpunit.parsing.JTidyPrintWriter
 
print(Object) - Method in class com.meterware.httpunit.parsing.JTidyPrintWriter
 
print(String) - Method in class com.meterware.httpunit.parsing.JTidyPrintWriter
Detects a new log if starting with "line", a warning if message starts with "Warning" and an error if it starts with "Error"
println() - Method in class com.meterware.httpunit.parsing.JTidyPrintWriter
 
println(boolean) - Method in class com.meterware.httpunit.parsing.JTidyPrintWriter
 
println(char) - Method in class com.meterware.httpunit.parsing.JTidyPrintWriter
 
println(char[]) - Method in class com.meterware.httpunit.parsing.JTidyPrintWriter
 
println(double) - Method in class com.meterware.httpunit.parsing.JTidyPrintWriter
 
println(float) - Method in class com.meterware.httpunit.parsing.JTidyPrintWriter
 
println(int) - Method in class com.meterware.httpunit.parsing.JTidyPrintWriter
 
println(long) - Method in class com.meterware.httpunit.parsing.JTidyPrintWriter
 
println(Object) - Method in class com.meterware.httpunit.parsing.JTidyPrintWriter
 
println(String) - Method in class com.meterware.httpunit.parsing.JTidyPrintWriter
 

R

REPORT_ERRORS - Static variable in class com.meterware.httpunit.parsing.NekoDOMParser
Error reporting feature identifier.
removeHTMLParserListener(HTMLParserListener) - Static method in class com.meterware.httpunit.parsing.HTMLParserFactory
Remove an HTML Parser listener.
reportError(String, int, int) - Method in class com.meterware.httpunit.parsing.JTidyPrintWriter
 
reportWarning(String, int, int) - Method in class com.meterware.httpunit.parsing.JTidyPrintWriter
 
reset() - Static method in class com.meterware.httpunit.parsing.HTMLParserFactory
Resets all settings to their default values.

S

ScriptFilter - class com.meterware.httpunit.parsing.ScriptFilter.
A filter to interpret JavaScript script blocks, based on the sample Scripts program provided by NekoHTML.
ScriptFilter(HTMLConfiguration) - Constructor for class com.meterware.httpunit.parsing.ScriptFilter
Constructs a script object with the specified configuration.
setHTMLParser(HTMLParser) - Static method in class com.meterware.httpunit.parsing.HTMLParserFactory
Specifies the parser to use.
setParser(NekoDOMParser) - Method in class com.meterware.httpunit.parsing.ScriptFilter
 
setParserWarningsEnabled(boolean) - Static method in class com.meterware.httpunit.parsing.HTMLParserFactory
If true, tells the parser to display warning messages.
setPreserveTagCase(boolean) - Static method in class com.meterware.httpunit.parsing.HTMLParserFactory
Specifies whether the parser should preserve the case of HTML tags and attributes.
setReturnHTMLDocument(boolean) - Static method in class com.meterware.httpunit.parsing.HTMLParserFactory
Specifies whether the parser should return an HTMLDocument object rather than a Document object.
setRootNode(Node) - Method in interface com.meterware.httpunit.parsing.DocumentAdapter
Records the root (Document) node.
startDocument(XMLLocator, String, Augmentations) - Method in class com.meterware.httpunit.parsing.ScriptFilter
 
startElement(QName, XMLAttributes, Augmentations) - Method in class com.meterware.httpunit.parsing.ScriptFilter
Invoked for a start element.
supportsParserWarnings() - Method in interface com.meterware.httpunit.parsing.HTMLParser
Returns true if this parser can display parser warnings.
supportsParserWarnings() - Method in class com.meterware.httpunit.parsing.JTidyHTMLParser
 
supportsParserWarnings() - Method in class com.meterware.httpunit.parsing.NekoHTMLParser
 
supportsPreserveTagCase() - Method in interface com.meterware.httpunit.parsing.HTMLParser
Returns true if this parser supports preservation of the case of tag and attribute names.
supportsPreserveTagCase() - Method in class com.meterware.httpunit.parsing.JTidyHTMLParser
 
supportsPreserveTagCase() - Method in class com.meterware.httpunit.parsing.NekoHTMLParser
 
supportsReturnHTMLDocument() - Method in interface com.meterware.httpunit.parsing.HTMLParser
Returns true if this parser can return an HTMLDocument object.
supportsReturnHTMLDocument() - Method in class com.meterware.httpunit.parsing.JTidyHTMLParser
 
supportsReturnHTMLDocument() - Method in class com.meterware.httpunit.parsing.NekoHTMLParser
 

T

TAG_NAME_CASE - Static variable in class com.meterware.httpunit.parsing.NekoDOMParser
Element case settings.

U

UTF_ENCODING - Static variable in class com.meterware.httpunit.parsing.JTidyHTMLParser
 
useJTidyParser() - Static method in class com.meterware.httpunit.parsing.HTMLParserFactory
Selects the JTidy parser, if present.
useNekoHTMLParser() - Static method in class com.meterware.httpunit.parsing.HTMLParserFactory
Selects the NekoHTML parser, if present.

W

warning(String, String, XMLParseException) - Method in class com.meterware.httpunit.parsing.ErrorHandler
 
warning(URL, String, int, int) - Method in interface com.meterware.httpunit.parsing.HTMLParserListener
Invoked when the parser wishes to report a warning.

_

_activeScriptBlock - Variable in class com.meterware.httpunit.parsing.ScriptFilter
A string buffer to collect the script.
_cause - Variable in class com.meterware.httpunit.parsing.NekoDOMParser.ScriptException
 
_column - Variable in class com.meterware.httpunit.parsing.JTidyPrintWriter
 
_configuration - Variable in class com.meterware.httpunit.parsing.ScriptFilter
The NekoHTML configuration.
_documentAdapter - Variable in class com.meterware.httpunit.parsing.NekoDOMParser
 
_documentNode - Variable in class com.meterware.httpunit.parsing.NekoDOMParser
The node representing the document.
_domParser - Variable in class com.meterware.httpunit.parsing.ScriptFilter
The parser in which this filter is running.
_error - Variable in class com.meterware.httpunit.parsing.JTidyPrintWriter
 
_htmlParser - Static variable in class com.meterware.httpunit.parsing.HTMLParserFactory
 
_jtidyParser - Static variable in class com.meterware.httpunit.parsing.HTMLParserFactory
 
_line - Variable in class com.meterware.httpunit.parsing.JTidyPrintWriter
 
_listeners - Static variable in class com.meterware.httpunit.parsing.HTMLParserFactory
 
_logged - Variable in class com.meterware.httpunit.parsing.JTidyPrintWriter
 
_msg - Variable in class com.meterware.httpunit.parsing.JTidyPrintWriter
 
_nekoParser - Static variable in class com.meterware.httpunit.parsing.HTMLParserFactory
 
_parserWarningsEnabled - Static variable in class com.meterware.httpunit.parsing.HTMLParserFactory
 
_preserveTagCase - Static variable in class com.meterware.httpunit.parsing.HTMLParserFactory
 
_returnHTMLDocument - Static variable in class com.meterware.httpunit.parsing.HTMLParserFactory
 
_scriptIndex - Variable in class com.meterware.httpunit.parsing.ScriptFilter
The number of the current script.
_scriptLanguage - Variable in class com.meterware.httpunit.parsing.ScriptFilter
The name of the current script language.
_systemID - Variable in class com.meterware.httpunit.parsing.ScriptFilter
The system identifier of the source document.
_url - Variable in class com.meterware.httpunit.parsing.ErrorHandler
 
_url - Variable in class com.meterware.httpunit.parsing.JTidyPrintWriter
 

A C D E F G H I J L N P R S T U W _