|
HTML Parser Home Page | |||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
CharacterReference
with the character and kernel given.
PARAM
tags from the child list.
PARAM
tags from the child list.
Cursor
from the page and position given.
true
, decoding of streams is
done line by line in order to reduce the maximum memory required.
true
, encoding of numeric character
references uses hexadecimal digits, i.e.
ACTION
attribute as an absolute URL.
ACCESSKEY
attribute, if any.
HREF
attribute, if any.
BODY
tag.
StringBuffer
.
StringBuffer
.
StringBuffer
.
Node
objects.
TR
(table row) tag.
NAME
attribute, if any.
HTTP-EQUIV
attribute, if any.
LANGUAGE
attribute, if any.
CONTENT
attribute, if any.
NAME
attribute, if any.
SELECT
tag.
PARAM tag with the given name.
getParameter(String) -
Method in class org.htmlparser.tags.ObjectTag
Get the PARAM tag with the given name.
getParameterNames() -
Method in class org.htmlparser.tags.AppletTag
Get an enumeration over the (String) parameter names.
getParameterNames() -
Method in class org.htmlparser.tags.ObjectTag
Get an enumeration over the (String) parameter names.
getParent() -
Method in interface org.htmlparser.Node
Get the parent of this node.
getParent() -
Method in class org.htmlparser.nodes.AbstractNode
Get the parent of this node.
getParentFilter() -
Method in class org.htmlparser.filters.HasParentFilter
Get the filter used by this HasParentFilter.
getParser() -
Method in class org.htmlparser.beans.FilterBean
Get the parser used to fetch nodes.
getPassword() -
Method in class org.htmlparser.http.ConnectionManager
Get the URL users's password.
getPath() -
Method in class org.htmlparser.http.Cookie
Returns the prefix of all URLs for which this cookie is targetted.
getPattern() -
Method in class org.htmlparser.filters.RegexFilter
Get the search pattern.
getPattern() -
Method in class org.htmlparser.filters.StringFilter
Get the search pattern.
getPicturePanel() -
Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Get the picture panel object encapsulated by this Thumbelina.
getPosition() -
Method in class org.htmlparser.lexer.Cursor
Get the position of this cursor.
getPosition() -
Method in class org.htmlparser.lexer.Lexer
Get the current cursor position.
getPredicate() -
Method in class org.htmlparser.filters.NotFilter
Get the predicate used by this NotFilter.
getPredicates() -
Method in class org.htmlparser.filters.AndFilter
Get the predicates used by this AndFilter.
getPredicates() -
Method in class org.htmlparser.filters.OrFilter
Get the predicates used by this OrFilter.
getPreferredScrollableViewportSize() -
Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Returns the preferred size of the viewport for a view component.
getPreferredSize() -
Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Get the preferred size of the component.
getPreviousSibling() -
Method in interface org.htmlparser.Node
Get the previous sibling to this node.
getPreviousSibling() -
Method in class org.htmlparser.nodes.AbstractNode
Get the previous sibling to this node.
getProperty(String) -
Method in class org.htmlparser.sax.XMLReader
Look up the value of a property.
getProxyHost() -
Method in class org.htmlparser.http.ConnectionManager
Get the proxy host name, if any.
getProxyPassword() -
Method in class org.htmlparser.http.ConnectionManager
Set the proxy user's password.
getProxyPort() -
Method in class org.htmlparser.http.ConnectionManager
Get the proxy port number.
getProxyUser() -
Method in class org.htmlparser.http.ConnectionManager
Get the user name for proxy authorization, if any.
getPublicId() -
Method in class org.htmlparser.sax.Locator
Return the public identifier for the current document event.
getQName(int) -
Method in class org.htmlparser.sax.Attributes
Look up an attribute's XML qualified (prefixed) name by index.
getQueue() -
Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Getter for property queue.
getQueueSize() -
Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Getter for property queue.
getQuote() -
Method in class org.htmlparser.Attribute
Get the quote, if any, surrounding the value of the attribute, if any.
getQuote(StringBuffer) -
Method in class org.htmlparser.Attribute
Get the quote, if any, surrounding the value of the attribute, if any.
getRawTagName() -
Method in class org.htmlparser.nodes.TagNode
Return the name of this tag.
getRawTagName() -
Method in interface org.htmlparser.Tag
Return the name of this tag.
getRawValue() -
Method in class org.htmlparser.Attribute
Get the raw value of the attribute.
getRawValue(StringBuffer) -
Method in class org.htmlparser.Attribute
Get the raw value of the attribute.
getRawValue() -
Method in class org.htmlparser.lexer.PageAttribute
Get the raw value of the attribute.
getRawValue(StringBuffer) -
Method in class org.htmlparser.lexer.PageAttribute
Get the raw value of the attribute.
getRecursive() -
Method in class org.htmlparser.beans.FilterBean
Get the current recursion behaviour.
getRecursive() -
Method in class org.htmlparser.filters.HasChildFilter
Get the recusion setting for the filter.
getRecursive() -
Method in class org.htmlparser.filters.HasParentFilter
Get the recusion setting for the filter.
getRedirectionProcessingEnabled() -
Method in class org.htmlparser.http.ConnectionManager
Predicate to determine if url redirection processing is currently enabled.
getRemarkPrototype() -
Method in class org.htmlparser.PrototypicalNodeFactory
Get the object that is cloned to generate remark nodes.
getReplaceNonBreakingSpaces() -
Method in class org.htmlparser.beans.HTMLTextBean
Get the current 'replace non breaking spaces' state.
getReplaceNonBreakingSpaces() -
Method in class org.htmlparser.beans.StringBean
Get the current 'replace non breaking spaces' state.
getRequestHeader(HttpURLConnection) -
Static method in class org.htmlparser.http.HttpHeader
Gets the request header for the connection.
getRequestProperties() -
Method in class org.htmlparser.http.ConnectionManager
Get the current request header properties.
getResponseHeader(HttpURLConnection) -
Static method in class org.htmlparser.http.HttpHeader
Gets the response header for the connection.
getRoot() -
Method in class org.htmlparser.parserapplications.filterbuilder.HtmlTreeModel
Returns the root of the tree.
getRootNode() -
Method in class org.htmlparser.util.NodeTreeWalker
Get the root Node that defines the scope of the tree to traverse.
getRow(int) -
Method in class org.htmlparser.tags.TableTag
Get the row at the given index.
getRowCount() -
Method in class org.htmlparser.tags.TableTag
Get the number of rows in this table.
getRows() -
Method in class org.htmlparser.tags.TableTag
Get the row tags within this table.
getScriptCode() -
Method in class org.htmlparser.tags.ScriptTag
Get the script code.
getScrollableBlockIncrement(Rectangle, int, int) -
Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Components that display logical rows or columns should compute
the scroll increment that will completely expose one block
of rows or columns, depending on the value of orientation.
getScrollableTracksViewportHeight() -
Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Return true if a viewport should always force the height of this
Scrollable to match the height of the viewport.
getScrollableTracksViewportWidth() -
Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Return true if a viewport should always force the width of this
Scrollable
to match the width of the viewport.
getScrollableUnitIncrement(Rectangle, int, int) -
Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Components that display logical rows or columns should compute
the scroll increment that will completely expose one new row
or column, depending on the value of orientation.
getSecure() -
Method in class org.htmlparser.http.Cookie
Returns the value of the 'secure' flag.
getSelection() -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
Return the current selection set as an array.
getSequencerActive() -
Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Gets the state of the sequencer thread.
getSiblingFilter() -
Method in class org.htmlparser.filters.HasSiblingFilter
Get the filter used by this HasSiblingFilter.
getSource() -
Method in class org.htmlparser.lexer.Page
Get the source this page is reading from.
getSource() -
Method in class org.htmlparser.parserapplications.SiteCapturer
Getter for property source.
getSpeed() -
Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Get the sequencer delay time.
getStartingLineNumber() -
Method in class org.htmlparser.nodes.TagNode
Get the line number where this tag starts.
getStartingLineNumber() -
Method in interface org.htmlparser.Tag
Get the line number where this tag starts.
getStartPosition() -
Method in interface org.htmlparser.Node
Gets the starting position of the node.
getStartPosition() -
Method in class org.htmlparser.nodes.AbstractNode
Gets the starting position of the node.
getStatusBarVisible() -
Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Gets the state of status bar visibility.
getStrategy() -
Method in class org.htmlparser.filters.RegexFilter
Get the search strategy.
getStream() -
Method in class org.htmlparser.lexer.InputStreamSource
Get the input stream being used.
getString(int, int) -
Method in class org.htmlparser.lexer.InputStreamSource
Retrieve a string.
getString(int, int) -
Method in class org.htmlparser.lexer.Source
Retrieve a string comprised of characters already read.
getString(int, int) -
Method in class org.htmlparser.lexer.StringSource
Retrieve a string comprised of characters already read.
getStrings() -
Method in class org.htmlparser.beans.HTMLTextBean
Getter for property strings.
getStrings() -
Method in class org.htmlparser.beans.StringBean
Return the textual contents of the URL.
getStringText() -
Method in class org.htmlparser.tags.CompositeTag
Return the text between the start tag and the end tag.
getStyleCode() -
Method in class org.htmlparser.tags.StyleTag
Get the style data in this tag.
getSubNodeFilters() -
Method in class org.htmlparser.parserapplications.filterbuilder.Filter
Get the underlying node filter's subordinate filters.
getSubNodeFilters() -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.AndFilterWrapper
Get the underlying node filter's subordinate filters.
getSubNodeFilters() -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasAttributeFilterWrapper
Get the underlying node filter's subordinate filters.
getSubNodeFilters() -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasChildFilterWrapper
Get the underlying node filter's subordinate filters.
getSubNodeFilters() -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasParentFilterWrapper
Get the underlying node filter's subordinate filters.
getSubNodeFilters() -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasSiblingFilterWrapper
Get the underlying node filter's subordinate filters.
getSubNodeFilters() -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.NodeClassFilterWrapper
Get the underlying node filter's subordinate filters.
getSubNodeFilters() -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.NotFilterWrapper
Get the underlying node filter's subordinate filters.
getSubNodeFilters() -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.OrFilterWrapper
Get the underlying node filter's subordinate filters.
getSubNodeFilters() -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.RegexFilterWrapper
Get the underlying node filter's subordinate filters.
getSubNodeFilters() -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.StringFilterWrapper
Get the underlying node filter's subordinate filters.
getSubNodeFilters() -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.TagNameFilterWrapper
Get the underlying node filter's subordinate filters.
getSystemId() -
Method in class org.htmlparser.sax.Locator
Return the system identifier for the current document event.
getTables() -
Method in class org.htmlparser.visitors.HtmlPage
getTagBegin() -
Method in class org.htmlparser.nodes.TagNode
Gets the nodeBegin.
getTagCount(int) -
Method in class org.htmlparser.visitors.TagFindingVisitor
getTagEnd() -
Method in class org.htmlparser.nodes.TagNode
Gets the nodeEnd.
getTagName() -
Method in class org.htmlparser.nodes.TagNode
Return the name of this tag.
getTagName() -
Method in interface org.htmlparser.Tag
Return the name of this tag.
getTagNames() -
Method in class org.htmlparser.PrototypicalNodeFactory
Get the list of tag names.
getTagPrototype() -
Method in class org.htmlparser.PrototypicalNodeFactory
Get the object that is cloned to generate tag nodes.
getTags() -
Method in class org.htmlparser.visitors.ObjectFindingVisitor
getTags(int) -
Method in class org.htmlparser.visitors.TagFindingVisitor
getTarget() -
Method in class org.htmlparser.parserapplications.SiteCapturer
Getter for property target.
getText() -
Method in class org.htmlparser.beans.FilterBean
Convenience method to apply a StringBean
to the filter results.
getText(int, int) -
Method in class org.htmlparser.lexer.Page
Get the text identified by the given limits.
getText(StringBuffer, int, int) -
Method in class org.htmlparser.lexer.Page
Put the text identified by the given limits into the given buffer.
getText() -
Method in class org.htmlparser.lexer.Page
Get all text read so far from the source.
getText(StringBuffer) -
Method in class org.htmlparser.lexer.Page
Put all text read so far from the source into the given buffer.
getText(char[], int, int, int) -
Method in class org.htmlparser.lexer.Page
Put the text identified by the given limits into the given array at the specified offset.
getText() -
Method in interface org.htmlparser.Node
Returns the text of the node.
getText() -
Method in class org.htmlparser.nodes.AbstractNode
Returns the text of the node.
getText() -
Method in class org.htmlparser.nodes.RemarkNode
Returns the text contents of the comment tag.
getText() -
Method in class org.htmlparser.nodes.TagNode
Return the text contained in this tag.
getText() -
Method in class org.htmlparser.nodes.TextNode
Returns the text of the node.
getText() -
Method in interface org.htmlparser.Remark
Returns the text contents of the comment tag.
getText() -
Method in class org.htmlparser.tags.CompositeTag
Return the text contained in this tag.
getText() -
Method in interface org.htmlparser.Text
Accesses the textual contents of the node.
getTextAreaTag(String) -
Method in class org.htmlparser.tags.FormTag
Find the textarea tag matching the given name
getTextPrototype() -
Method in class org.htmlparser.PrototypicalNodeFactory
Get the object that is cloned to generate text nodes.
getThisScanner() -
Method in class org.htmlparser.nodes.TagNode
Return the scanner associated with this tag.
getThisScanner() -
Method in interface org.htmlparser.Tag
Return the scanner associated with this tag.
getThrowable() -
Method in exception org.htmlparser.util.ChainedException
getThumbelina() -
Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Access the Thumbelina object contained in the frame.
getTileCount() -
Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
Get the number of tiles in this collection.
getTiles() -
Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
getTitle() -
Method in class org.htmlparser.tags.TitleTag
Get the title text.
getTitle() -
Method in class org.htmlparser.visitors.HtmlPage
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) -
Method in class org.htmlparser.parserapplications.filterbuilder.HtmlTreeCellRenderer
Render the node for the tree cell.
getType(int) -
Method in class org.htmlparser.sax.Attributes
Look up an attribute's type by index.
getType(String, String) -
Method in class org.htmlparser.sax.Attributes
Look up an attribute's type by Namespace name.
getType(String) -
Method in class org.htmlparser.sax.Attributes
Look up an attribute's type by XML qualified (prefixed) name.
getType() -
Method in class org.htmlparser.tags.ScriptTag
Get the TYPE
attribute, if any.
getURI(int) -
Method in class org.htmlparser.sax.Attributes
Look up an attribute's Namespace URI by index.
getURL() -
Method in class org.htmlparser.beans.FilterBean
Get the current URL.
getURL() -
Method in class org.htmlparser.beans.HTMLLinkBean
Getter for property URL.
getURL() -
Method in class org.htmlparser.beans.HTMLTextBean
Getter for property URL.
getURL() -
Method in class org.htmlparser.beans.LinkBean
Getter for property URL.
getURL() -
Method in class org.htmlparser.beans.StringBean
Get the current URL.
getUrl() -
Method in class org.htmlparser.lexer.Page
Get the URL for this page.
getURL() -
Method in class org.htmlparser.Parser
Return the current URL being parsed.
getURL(String) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
Get a url for the given resource specification.
getUser() -
Method in class org.htmlparser.http.ConnectionManager
Get the user name to access the URL.
getValid() -
Method in class org.htmlparser.lexerapplications.thumbelina.Picture
getValid() -
Method in interface org.htmlparser.lexerapplications.thumbelina.Tile
getValue() -
Method in class org.htmlparser.Attribute
Get the value of the attribute.
getValue(StringBuffer) -
Method in class org.htmlparser.Attribute
Get the value of the attribute.
getValue() -
Method in class org.htmlparser.http.Cookie
Returns the value of the cookie.
getValue() -
Method in class org.htmlparser.lexer.PageAttribute
Get the value of the attribute.
getValue(StringBuffer) -
Method in class org.htmlparser.lexer.PageAttribute
Get the value of the attribute.
getValue(int) -
Method in class org.htmlparser.sax.Attributes
Look up an attribute's value by index.
getValue(String, String) -
Method in class org.htmlparser.sax.Attributes
Look up an attribute's value by Namespace name.
getValue(String) -
Method in class org.htmlparser.sax.Attributes
Look up an attribute's value by XML qualified (prefixed) name.
getValue() -
Method in class org.htmlparser.tags.OptionTag
Get the VALUE
attribute, if any.
getValue() -
Method in class org.htmlparser.tags.TextareaTag
Return the plain text contents from this text area.
getValueEndPosition() -
Method in class org.htmlparser.lexer.PageAttribute
Get the ending position of the attribute value.
getValueStartPosition() -
Method in class org.htmlparser.lexer.PageAttribute
Get the starting position of the attribute value.
getVersion() -
Method in class org.htmlparser.http.Cookie
Returns the version of the cookie.
getVersion() -
Static method in class org.htmlparser.lexer.Lexer
Return the version string of this parser.
getVersion() -
Static method in class org.htmlparser.Parser
Return the version string of this parser.
getVersionNumber() -
Static method in class org.htmlparser.Parser
Return the version number of this parser.
googlesearch() -
Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Query google via user specified keywords and queue results.
H
- HasAttributeFilter - Class in org.htmlparser.filters
- This class accepts all tags that have a certain attribute,
and optionally, with a certain value.
- HasAttributeFilter() -
Constructor for class org.htmlparser.filters.HasAttributeFilter
- Creates a new instance of HasAttributeFilter.
- HasAttributeFilter(String) -
Constructor for class org.htmlparser.filters.HasAttributeFilter
- Creates a new instance of HasAttributeFilter that accepts tags
with the given attribute.
- HasAttributeFilter(String, String) -
Constructor for class org.htmlparser.filters.HasAttributeFilter
- Creates a new instance of HasAttributeFilter that accepts tags
with the given attribute and value.
- HasAttributeFilterWrapper - Class in org.htmlparser.parserapplications.filterbuilder.wrappers
- Wrapper for HasAttributeFilters.
- HasAttributeFilterWrapper() -
Constructor for class org.htmlparser.parserapplications.filterbuilder.wrappers.HasAttributeFilterWrapper
- Create a wrapper over a new HasAttributeFilter.
- HasChildFilter - Class in org.htmlparser.filters
- This class accepts all tags that have a child acceptable to the filter.
- HasChildFilter() -
Constructor for class org.htmlparser.filters.HasChildFilter
- Creates a new instance of a HasChildFilter.
- HasChildFilter(NodeFilter) -
Constructor for class org.htmlparser.filters.HasChildFilter
- Creates a new instance of HasChildFilter that accepts nodes
with a direct child acceptable to the filter.
- HasChildFilter(NodeFilter, boolean) -
Constructor for class org.htmlparser.filters.HasChildFilter
- Creates a new instance of HasChildFilter that accepts nodes
with a child acceptable to the filter.
- HasChildFilterWrapper - Class in org.htmlparser.parserapplications.filterbuilder.wrappers
- Wrapper for HasChildFilters.
- HasChildFilterWrapper() -
Constructor for class org.htmlparser.parserapplications.filterbuilder.wrappers.HasChildFilterWrapper
- Create a wrapper over a new HasChildFilter.
- hasHeader() -
Method in class org.htmlparser.tags.TableRow
- Checks if this table has a header
- 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 class org.htmlparser.util.NodeTreeWalker
- Returns whether or not there are more nodes available based on the current configuration of this NodeTreeWalker.
- hasMoreNodes() -
Method in interface org.htmlparser.util.SimpleNodeIterator
- Check if more nodes are available.
- HasParentFilter - Class in org.htmlparser.filters
- This class accepts all tags that have a parent acceptable to another filter.
- HasParentFilter() -
Constructor for class org.htmlparser.filters.HasParentFilter
- Creates a new instance of HasParentFilter.
- HasParentFilter(NodeFilter) -
Constructor for class org.htmlparser.filters.HasParentFilter
- Creates a new instance of HasParentFilter that accepts nodes with
the direct parent acceptable to the filter.
- HasParentFilter(NodeFilter, boolean) -
Constructor for class org.htmlparser.filters.HasParentFilter
- Creates a new instance of HasParentFilter that accepts nodes with
a parent acceptable to the filter.
- HasParentFilterWrapper - Class in org.htmlparser.parserapplications.filterbuilder.wrappers
- Wrapper for HasParentFilters.
- HasParentFilterWrapper() -
Constructor for class org.htmlparser.parserapplications.filterbuilder.wrappers.HasParentFilterWrapper
- Create a wrapper over a new HasParentFilter.
- HasSiblingFilter - Class in org.htmlparser.filters
- This class accepts all tags that have a sibling acceptable to another filter.
- HasSiblingFilter() -
Constructor for class org.htmlparser.filters.HasSiblingFilter
- Creates a new instance of HasSiblingFilter.
- HasSiblingFilter(NodeFilter) -
Constructor for class org.htmlparser.filters.HasSiblingFilter
- Creates a new instance of HasSiblingFilter that accepts nodes
with sibling acceptable to the filter.
- HasSiblingFilterWrapper - Class in org.htmlparser.parserapplications.filterbuilder.wrappers
- Wrapper for HasSiblingFilters.
- HasSiblingFilterWrapper() -
Constructor for class org.htmlparser.parserapplications.filterbuilder.wrappers.HasSiblingFilterWrapper
- Create a wrapper over a new HasParentFilter.
- HeadingTag - Class in org.htmlparser.tags
- A heading (h1 - h6) tag.
- HeadingTag() -
Constructor for class org.htmlparser.tags.HeadingTag
- Create a new heading tag.
- HeadTag - Class in org.htmlparser.tags
- A head tag.
- HeadTag() -
Constructor for class org.htmlparser.tags.HeadTag
- Create a new head tag.
- help() -
Static method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Provide command line help.
- hierarchyChanged(HierarchyEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
- Handles this components ancestor being added to a container.
- hintsAction() -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- The action to take when "Hints" menu pressed.
- Html - Class in org.htmlparser.tags
- A html tag.
- Html() -
Constructor for class org.htmlparser.tags.Html
- Create a new html tag.
- HTMLLinkBean - Class in org.htmlparser.beans
- Display the links from a URL.
- HTMLLinkBean() -
Constructor for class org.htmlparser.beans.HTMLLinkBean
- Creates a new HTMLTextBean.
- HtmlPage - Class in org.htmlparser.visitors
-
- HtmlPage(Parser) -
Constructor for class org.htmlparser.visitors.HtmlPage
-
- HTMLTextBean - Class in org.htmlparser.beans
- Display the textual URL contents.
- HTMLTextBean() -
Constructor for class org.htmlparser.beans.HTMLTextBean
- Creates a new HTMLTextBean.
- HtmlTreeCellRenderer - Class in org.htmlparser.parserapplications.filterbuilder
- Renderer for tree view of a NodeList.
- HtmlTreeCellRenderer() -
Constructor for class org.htmlparser.parserapplications.filterbuilder.HtmlTreeCellRenderer
- Create a new tree cell renderer for Nodes.
- HtmlTreeModel - Class in org.htmlparser.parserapplications.filterbuilder
- Quick and dirty tree model for HTML nodes.
- HtmlTreeModel(NodeList) -
Constructor for class org.htmlparser.parserapplications.filterbuilder.HtmlTreeModel
- Create an HTML tree view.
- HttpHeader - Class in org.htmlparser.http
- Utility methods to display HTTP headers.
I
- ImageTag - Class in org.htmlparser.tags
- Identifies an image tag.
- ImageTag() -
Constructor for class org.htmlparser.tags.ImageTag
- Create a new image tag.
- imageUpdate(Image, int, int, int, int, int) -
Method in class org.htmlparser.lexerapplications.thumbelina.Picture
- This method is called when information about an image which was
previously requested using an asynchronous interface becomes
available.
- imageURL -
Variable in class org.htmlparser.tags.ImageTag
- Holds the set value of the SRC attribute, since this can differ
from the attribute value due to relative references resolved by
the scanner.
- indexOf(Node) -
Method in class org.htmlparser.util.NodeList
- Finds the index of the supplied Node.
- indexToStrategy(int) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.RegexFilterWrapper
- Convert an index into a regex strategy.
- info(String) -
Method in class org.htmlparser.sax.Feedback
- Information message.
- info(String) -
Method in class org.htmlparser.util.DefaultParserFeedback
- Print an info message.
- info(String) -
Static method in class org.htmlparser.util.FeedbackManager
-
- info(String) -
Method in interface org.htmlparser.util.ParserFeedback
-
- initRootNode(Node) -
Method in class org.htmlparser.util.NodeTreeWalker
- Sets the root Node to be the given Node.
- initSize() -
Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Sets the frame size if no previous preference has been stored.
- initState() -
Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Initialize the user preferences.
- InputStreamSource - Class in org.htmlparser.lexer
- A source of characters based on an InputStream such as from a URLConnection.
- InputStreamSource(InputStream) -
Constructor for class org.htmlparser.lexer.InputStreamSource
- Create a source of characters using the default character set.
- InputStreamSource(InputStream, String) -
Constructor for class org.htmlparser.lexer.InputStreamSource
- Create a source of characters.
- InputStreamSource(InputStream, String, int) -
Constructor for class org.htmlparser.lexer.InputStreamSource
- Create a source of characters.
- InputTag - Class in org.htmlparser.tags
- An input tag in a form.
- InputTag() -
Constructor for class org.htmlparser.tags.InputTag
- Create a new input tag.
- insertElementAt(int, int) -
Method in class org.htmlparser.lexer.PageIndex
- Inserts an element into the list.
- insertFilters(Filter[], Point, SubFilterList) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Adds a set of filters to the main panel or a sublist.
- insertUpdate(DocumentEvent) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasAttributeFilterWrapper
- Handle an insert update event.
- insertUpdate(DocumentEvent) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.RegexFilterWrapper
- Handle an insert update event.
- insertUpdate(DocumentEvent) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.StringFilterWrapper
- Handle an insert update event.
- instantiate(String) -
Static method in class org.htmlparser.parserapplications.filterbuilder.Filter
- Create a new filter from the class name.
- instructionsAction() -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- The action to take when "Instructions" menu pressed.
- invalidateLayout(Container) -
Method in class org.htmlparser.parserapplications.filterbuilder.layouts.NullLayoutManager
- Invalidates the layout, indicating that if the layout manager
has cached information it should be discarded.
- invalidateLayout(Container) -
Method in class org.htmlparser.parserapplications.filterbuilder.layouts.VerticalLayoutManager
- Invalidates the layout, indicating that if the layout manager
has cached information it should be discarded.
- isDepthFirst() -
Method in class org.htmlparser.util.NodeTreeWalker
- Whether the NodeTreeWalker is currently set to use depth-first or breadth-first tree traversal.
- isDiscardCGI() -
Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Getter for property discardCGI.
- isDiscardQueries() -
Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Getter for property discardQueries.
- isEmpty() -
Method in class org.htmlparser.Attribute
- Predicate to determine if this attribute has an equals sign but no value.
- isEmpty() -
Method in class org.htmlparser.lexer.PageAttribute
- Predicate to determine if this attribute has an equals sign but no value.
- isEmptyXmlTag() -
Method in class org.htmlparser.nodes.TagNode
- Is this an empty xml tag of the form <tag/>.
- isEmptyXmlTag() -
Method in interface org.htmlparser.Tag
- Is this an empty xml tag of the form <tag/>.
- isEndTag() -
Method in class org.htmlparser.nodes.TagNode
- Predicate to determine if this tag is an end tag (i.e.
- isEndTag() -
Method in interface org.htmlparser.Tag
- Predicate to determine if this tag is an end tag (i.e.
- IsEqualFilter - Class in org.htmlparser.filters
- This class accepts only one specific node.
- IsEqualFilter(Node) -
Constructor for class org.htmlparser.filters.IsEqualFilter
- Creates a new IsEqualFilter that accepts only the node provided.
- isFTPLink() -
Method in class org.htmlparser.tags.LinkTag
- Tests if the link is an FTP link.
- isHtml(String) -
Method in class org.htmlparser.parserapplications.SiteCapturer
- Returns
true
if the link contains text/html content.
- isHTTPLikeLink() -
Method in class org.htmlparser.tags.LinkTag
- Tests if the link is an HTTP link or one of its variations (HTTPS, etc.).
- isHTTPLink() -
Method in class org.htmlparser.tags.LinkTag
- Tests if the link is an HTTP link.
- isHTTPSLink() -
Method in class org.htmlparser.tags.LinkTag
- Tests if the link is an HTTPS link.
- isImage(String) -
Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Check if the url looks like an image.
- isIRCLink() -
Method in class org.htmlparser.tags.LinkTag
- Tests if the link is an IRC link.
- isJavascriptLink() -
Method in class org.htmlparser.tags.LinkTag
- Tests if the link is javascript
- isLeaf(Object) -
Method in class org.htmlparser.parserapplications.filterbuilder.HtmlTreeModel
- Returns true if node is a leaf.
- isMailLink() -
Method in class org.htmlparser.tags.LinkTag
- Is this a mail address
- isSingleSelection() -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Check if there is more than one filter selected.
- isStandAlone() -
Method in class org.htmlparser.Attribute
- Predicate to determine if this attribute has no equals sign (or value).
- isStandAlone() -
Method in class org.htmlparser.lexer.PageAttribute
- Predicate to determine if this attribute has no equals sign (or value).
- isTagToBeEndedFor(Tag, Tag) -
Method in class org.htmlparser.scanners.CompositeTagScanner
- Determine if the current tag should be terminated by the given tag.
- isToBeCaptured(String) -
Method in class org.htmlparser.parserapplications.SiteCapturer
- Returns
true
if the link is one we are interested in.
- isToBeCaptured(String) -
Method in class org.htmlparser.parserapplications.WikiCapturer
- Returns
true
if the link is one we are interested in.
- isValued() -
Method in class org.htmlparser.Attribute
- Predicate to determine if this attribute has a value.
- isValued() -
Method in class org.htmlparser.lexer.PageAttribute
- Predicate to determine if this attribute has a value.
- isVerbose() -
Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
-
- isWhitespace() -
Method in class org.htmlparser.Attribute
- Predicate to determine if this attribute is whitespace.
- isWhitespace() -
Method in class org.htmlparser.lexer.PageAttribute
- Predicate to determine if this attribute is whitespace.
- isWhiteSpace() -
Method in class org.htmlparser.nodes.TextNode
- Returns if the node consists of only white space.
- itemStateChanged(ItemEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Handle checkbox events from the status bar.
- itemStateChanged(ItemEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Handles selections on the view state checkboxes.
- IteratorImpl - Class in org.htmlparser.util
-
- IteratorImpl(Lexer, ParserFeedback) -
Constructor for class org.htmlparser.util.IteratorImpl
-
J
- JspScanner - Class in org.htmlparser.scanners
- Placeholder for yet to be written scanner for JSP tags.
- JspScanner() -
Constructor for class org.htmlparser.scanners.JspScanner
- Create a new JspScanner.
- JspTag - Class in org.htmlparser.tags
- The JSP/ASP tags like <%...%> can be identified by this class.
- JspTag() -
Constructor for class org.htmlparser.tags.JspTag
- Create a new jsp tag.
K
- keepAllNodesThatMatch(NodeFilter) -
Method in class org.htmlparser.util.NodeList
- Remove nodes not matching the given filter non-recursively.
- keepAllNodesThatMatch(NodeFilter, boolean) -
Method in class org.htmlparser.util.NodeList
- Remove nodes not matching the given filter.
L
- LabelTag - Class in org.htmlparser.tags
- A label tag.
- LabelTag() -
Constructor for class org.htmlparser.tags.LabelTag
- Create a new label tag.
- last() -
Method in class org.htmlparser.lexer.PageIndex
- Returns the last index of the Sortable.
- last() -
Method in interface org.htmlparser.util.sort.Sortable
- Returns the last index of the Sortable.
- LAST_STATE -
Static variable in class org.htmlparser.scanners.ScriptDecoder
- The state to enter when decrypting is complete.
- lastSelected() -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Return the last filter added to the selection set.
- layoutContainer(Container) -
Method in class org.htmlparser.parserapplications.filterbuilder.layouts.NullLayoutManager
- Lays out the container.
- layoutContainer(Container) -
Method in class org.htmlparser.parserapplications.filterbuilder.layouts.VerticalLayoutManager
- Lays out the container.
- Lexer - Class in org.htmlparser.lexer
- This class parses the HTML stream into nodes.
- Lexer() -
Constructor for class org.htmlparser.lexer.Lexer
- Creates a new instance of a Lexer.
- Lexer(Page) -
Constructor for class org.htmlparser.lexer.Lexer
- Creates a new instance of a Lexer.
- Lexer(String) -
Constructor for class org.htmlparser.lexer.Lexer
- Creates a new instance of a Lexer.
- Lexer(URLConnection) -
Constructor for class org.htmlparser.lexer.Lexer
- Creates a new instance of a Lexer.
- LinkBean - Class in org.htmlparser.beans
- Extract links from a URL.
- LinkBean() -
Constructor for class org.htmlparser.beans.LinkBean
- Creates new LinkBean
- LinkFindingVisitor - Class in org.htmlparser.visitors
-
- LinkFindingVisitor(String) -
Constructor for class org.htmlparser.visitors.LinkFindingVisitor
-
- LinkFindingVisitor(String, Locale) -
Constructor for class org.htmlparser.visitors.LinkFindingVisitor
-
- LinkRegexFilter - Class in org.htmlparser.filters
- This class accepts tags of class LinkTag that contain a link matching a given
regex pattern.
- LinkRegexFilter(String) -
Constructor for class org.htmlparser.filters.LinkRegexFilter
- Creates a LinkRegexFilter that accepts LinkTag nodes containing
a URL that matches the supplied regex pattern.
- LinkRegexFilter(String, boolean) -
Constructor for class org.htmlparser.filters.LinkRegexFilter
- Creates a LinkRegexFilter that accepts LinkTag nodes containing
a URL that matches the supplied regex pattern.
- LinkStringFilter - Class in org.htmlparser.filters
- This class accepts tags of class LinkTag that contain a link matching a given
pattern string.
- LinkStringFilter(String) -
Constructor for class org.htmlparser.filters.LinkStringFilter
- Creates a LinkStringFilter that accepts LinkTag nodes containing
a URL that matches the supplied pattern.
- LinkStringFilter(String, boolean) -
Constructor for class org.htmlparser.filters.LinkStringFilter
- Creates a LinkStringFilter that accepts LinkTag nodes containing
a URL that matches the supplied pattern.
- LinkTag - Class in org.htmlparser.tags
- Identifies a link tag.
- LinkTag() -
Constructor for class org.htmlparser.tags.LinkTag
- Constructor creates an LinkTag object, which basically stores the location
where the link points to, and the text it contains.
- linkTextFound() -
Method in class org.htmlparser.visitors.LinkFindingVisitor
-
- Locator - Class in org.htmlparser.sax
- Transforms character offsets into line and column in the HTML file.
- Locator(Parser) -
Constructor for class org.htmlparser.sax.Locator
- Creates a locator for the given parser.
- LOOKINGAT -
Static variable in class org.htmlparser.filters.RegexFilter
- Use lookingAt() match strategy.
- lookup(CharacterReference[], char, int, int) -
Static method in class org.htmlparser.util.Translate
- Binary search for a reference.
- lookup(char) -
Static method in class org.htmlparser.util.Translate
- Look up a reference by character.
- lookup(CharacterReference) -
Static method in class org.htmlparser.util.Translate
- Look up a reference by kernel.
- lookup(String, int, int) -
Static method in class org.htmlparser.util.Translate
- Look up a reference by kernel.
- lostOwnership(Clipboard, Transferable) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Notifies this object that it is no longer the owner
of the contents of the clipboard.
M
- mAbout -
Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- About menu item.
- mActive -
Variable in class org.htmlparser.lexerapplications.thumbelina.Sequencer
- Activity state.
- mActive -
Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Activity state.
- main(String[]) -
Static method in class org.htmlparser.beans.BeanyBaby
- Unit test.
- main(String[]) -
Static method in class org.htmlparser.beans.FilterBean
- Unit test.
- main(String[]) -
Static method in class org.htmlparser.beans.LinkBean
- Unit test.
- main(String[]) -
Static method in class org.htmlparser.beans.StringBean
- Unit test.
- main(String[]) -
Static method in class org.htmlparser.lexer.Lexer
- Mainline for command line operation
- main(String[]) -
Static method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Mainline.
- main(String[]) -
Static method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Alternate mainline for Thumbelina.
- main(String[]) -
Static method in class org.htmlparser.lexerapplications.thumbelina.TileSet
- Visual unit test for the TileSet class.
- main(String[]) -
Static method in class org.htmlparser.Parser
- The main program, which can be executed from the command line.
- main(String[]) -
Static method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- The entry point for this application.
- main(String[]) -
Static method in class org.htmlparser.parserapplications.SiteCapturer
- Mainline to capture a web site locally.
- main(String[]) -
Static method in class org.htmlparser.parserapplications.WikiCapturer
- Mainline to capture a web site locally.
- main(String[]) -
Static method in class org.htmlparser.util.Translate
- Numeric character reference and character entity reference to unicode codec.
- makeFilterButton(String) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Creates a new button for the given class.
- makeLocalLink(String, String) -
Method in class org.htmlparser.parserapplications.SiteCapturer
- Converts a link to local.
- makeMenu() -
Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Create the menu.
- makeMenuButton(String, String, String, int, KeyStroke, JToolBar, JMenu) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Makes menu and toolbar items for commands.
- makeProgram(String, StringBuffer, FilterBean) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Makes a program like:
- makeRemark(int, int) -
Method in class org.htmlparser.lexer.Lexer
- Create a remark node based on the current cursor and the one provided.
- makeString(int, int) -
Method in class org.htmlparser.lexer.Lexer
- Create a string node based on the current cursor and the one provided.
- makeTag(int, int, Vector) -
Method in class org.htmlparser.lexer.Lexer
- Create a tag node based on the current cursor and the one provided.
- mark(int) -
Method in class org.htmlparser.lexer.InputStreamSource
- Mark the present position in the source.
- mark(int) -
Method in class org.htmlparser.lexer.Source
- Mark the present position.
- mark(int) -
Method in class org.htmlparser.lexer.Stream
- Marks the current position in this input stream.
- mark(int) -
Method in class org.htmlparser.lexer.StringSource
- Mark the present position in the source.
- markSupported() -
Method in class org.htmlparser.lexer.InputStreamSource
- Tell whether this source supports the mark() operation.
- markSupported() -
Method in class org.htmlparser.lexer.Source
- Tell whether this source supports the mark() operation.
- markSupported() -
Method in class org.htmlparser.lexer.Stream
- Tests if this input stream supports the
mark
and
reset
methods.
- markSupported() -
Method in class org.htmlparser.lexer.StringSource
- Tell whether this source supports the mark() operation.
- mAssignment -
Variable in class org.htmlparser.Attribute
- The assignment string of the attribute.
- MATCH -
Static variable in class org.htmlparser.filters.RegexFilter
- Use match() matching strategy.
- mAttribute -
Variable in class org.htmlparser.filters.HasAttributeFilter
- The attribute to check for.
- mAttributeName -
Variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasAttributeFilterWrapper
- Combo box for attribute name.
- mAttributes -
Variable in class org.htmlparser.nodes.TagNode
- The tag attributes.
- mAttributeValue -
Variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasAttributeFilterWrapper
- Value to check for.
- maximumLayoutSize(Container) -
Method in class org.htmlparser.parserapplications.filterbuilder.layouts.NullLayoutManager
- Returns the maximum size of this component.
- maximumLayoutSize(Container) -
Method in class org.htmlparser.parserapplications.filterbuilder.layouts.VerticalLayoutManager
- Returns the maximum size of this component.
- mBackgroundToggle -
Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Background thread checkbox in status bar.
- mBasePoint -
Variable in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- The relative position of the mouse while dragging.
- mBaseUrl -
Variable in class org.htmlparser.lexer.Page
- The base URL for this page.
- mBean -
Variable in class org.htmlparser.beans.HTMLLinkBean
- The underlying bean that provides our htmlparser specific properties.
- mBean -
Variable in class org.htmlparser.beans.HTMLTextBean
- The underlying bean that provides our htmlparser specific properties.
- mBlastocyst -
Variable in class org.htmlparser.PrototypicalNodeFactory
- The list of tags to return.
- mBuffer -
Variable in class org.htmlparser.beans.StringBean
- The buffer text is stored in while traversing the HTML.
- mBuffer -
Variable in class org.htmlparser.lexer.InputStreamSource
- The characters read so far.
- mBuffer -
Variable in class org.htmlparser.lexer.Stream
- The bytes read so far.
- mCaptureResources -
Variable in class org.htmlparser.parserapplications.SiteCapturer
- If
true
, save resources locally too,
otherwise, leave resource links pointing to original page.
- mCaseSensitive -
Variable in class org.htmlparser.filters.LinkStringFilter
- Flag indicating case sensitive/insensitive search.
- mCaseSensitive -
Variable in class org.htmlparser.filters.StringFilter
- Case sensitive toggle.
- mCaseSensitivity -
Variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.StringFilterWrapper
- The check box for case sensitivity.
- mCharacter -
Variable in class org.htmlparser.util.CharacterReference
- The character value as an integer.
- mCharacterList -
Static variable in class org.htmlparser.util.Translate
- List of references sorted by character.
- mCharacterReferences -
Static variable in class org.htmlparser.util.Translate
- Table mapping entity reference kernel to character.
- mChildFilter -
Variable in class org.htmlparser.filters.HasChildFilter
- The filter to apply to children.
- mClass -
Variable in class org.htmlparser.filters.NodeClassFilter
- The class to match.
- mClass -
Variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.NodeClassFilterWrapper
- Combo box for strategy.
- mClear -
Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Clear menu item
- mCode -
Variable in class org.htmlparser.tags.ScriptTag
- Script code if different from the page contents.
- mCollapse -
Variable in class org.htmlparser.beans.StringBean
- If
true
sequences of whitespace characters are replaced
with a single space character.
- mCollapseState -
Variable in class org.htmlparser.beans.StringBean
- The state of the collapse processiung state machine.
- mCommand -
Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Vommand menu.
- mComment -
Variable in class org.htmlparser.http.Cookie
- Describes the cookie's use.
- mConnection -
Variable in class org.htmlparser.lexer.Page
- The connection this page is coming from or
null
.
- mConnectionManager -
Static variable in class org.htmlparser.lexer.Page
- Connection control (proxy, cookies, authorization).
- mContainer -
Variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.AndFilterWrapper
- The drop target container.
- mContainer -
Variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasChildFilterWrapper
- The drop target container.
- mContainer -
Variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasParentFilterWrapper
- The drop target container.
- mContainer -
Variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasSiblingFilterWrapper
- The drop target container.
- mContainer -
Variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.NotFilterWrapper
- The drop target container.
- mContainer -
Variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.OrFilterWrapper
- The drop target container.
- mContentHandler -
Variable in class org.htmlparser.sax.XMLReader
- The content callback object.
- mContentLength -
Variable in class org.htmlparser.lexer.Stream
- The content length from the HTTP header.
- mCookieJar -
Variable in class org.htmlparser.http.ConnectionManager
- Cookie storage, a hashtable (by site or host) of vectors of Cookies.
- mCopied -
Variable in class org.htmlparser.parserapplications.SiteCapturer
- The set of resources already copied.
- mCount -
Variable in class org.htmlparser.lexer.PageIndex
- The number of valid elements.
- mCrumb -
Variable in class org.htmlparser.beans.BeanyBaby
- Current position on the bread crumb trail.
- mCurrentComponent -
Variable in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Kludge: Used by actionPerformed/filterAction to remember the filter menu item.
- mCurrentNode -
Variable in class org.htmlparser.util.NodeTreeWalker
- The current Node element, which will be a child of the root Node, or null.
- mCurrentURL -
Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- The URL being currently being examined.
- mCursor -
Variable in class org.htmlparser.lexer.Lexer
- The current position on the page.
- mDebugLineTrigger -
Static variable in class org.htmlparser.lexer.Lexer
- Line number to trigger on.
- mDefaultCompositeScanner -
Static variable in class org.htmlparser.tags.CompositeTag
- The default scanner for non-composite tags.
- mDefaultRequestProperties -
Static variable in class org.htmlparser.http.ConnectionManager
- Default Request header fields.
- mDefaultScanner -
Static variable in class org.htmlparser.nodes.TagNode
- The default scanner for non-composite tags.
- mDelay -
Variable in class org.htmlparser.lexerapplications.thumbelina.Sequencer
- Delay between picture displays.
- mDepthFirst -
Variable in class org.htmlparser.util.NodeTreeWalker
- Whether the tree traversal method used is depth-first (default) or breadth-first.
- mDigits -
Static variable in class org.htmlparser.scanners.ScriptDecoder
- The base 64 decoding table.
- mDiscardCGI -
Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- If
true
, does not follow links containing cgi calls.
- mDiscardQueries -
Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- If
true
, does not follow links containing queries (?).
- mDomain -
Variable in class org.htmlparser.http.Cookie
- Domain that sees cookie.
- mDragSource -
Variable in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Enables this component to be a Drag Source.
- mDropTarget -
Variable in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- This component is a drop target.
- mDTDHandler -
Variable in class org.htmlparser.sax.XMLReader
- not implemented
- memCheck() -
Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Check for low memory situation.
- mEncoding -
Variable in class org.htmlparser.lexer.InputStreamSource
- The character set in use.
- mEncoding -
Variable in class org.htmlparser.lexer.StringSource
- The encoding to report.
- mEncodingIndex -
Static variable in class org.htmlparser.scanners.ScriptDecoder
- Table of lookup choice.
- mEndTag -
Variable in class org.htmlparser.tags.CompositeTag
- The tag that causes this tag to finish.
- mEntityResolver -
Variable in class org.htmlparser.sax.XMLReader
- not implemented
- mErrorHandler -
Variable in class org.htmlparser.sax.Feedback
- The error handler to call back on.
- mErrorHandler -
Variable in class org.htmlparser.sax.XMLReader
- The error handler object.
- mEscaped -
Static variable in class org.htmlparser.scanners.ScriptDecoder
- The escaped characters corresponding to the each escape sequence.
- mEscapes -
Static variable in class org.htmlparser.scanners.ScriptDecoder
- Escape sequence characters.
- MetaTag - Class in org.htmlparser.tags
- A Meta Tag
- MetaTag() -
Constructor for class org.htmlparser.tags.MetaTag
- Create a new meta tag.
- mExit -
Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Exit menu item.
- mExpiry -
Variable in class org.htmlparser.http.Cookie
- Cookie expires after this date.
- mExtent -
Variable in class org.htmlparser.lexerapplications.thumbelina.Picture
- The lower right hand corner of the image.
- mExtra -
Variable in class org.htmlparser.parserapplications.filterbuilder.SubFilterList
- Padding for the drop target.
- mFactory -
Variable in class org.htmlparser.lexer.Lexer
- The factory for new nodes.
- mFeedback -
Variable in class org.htmlparser.Parser
- Feedback object.
- mFilter -
Variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.AndFilterWrapper
- The underlying filter.
- mFilter -
Variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasAttributeFilterWrapper
- The underlying filter.
- mFilter -
Variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasChildFilterWrapper
- The underlying filter.
- mFilter -
Variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasParentFilterWrapper
- The underlying filter.
- mFilter -
Variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasSiblingFilterWrapper
- The underlying filter.
- mFilter -
Variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.NodeClassFilterWrapper
- The underlying filter.
- mFilter -
Variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.NotFilterWrapper
- The underlying filter.
- mFilter -
Variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.OrFilterWrapper
- The underlying filter.
- mFilter -
Variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.RegexFilterWrapper
- The underlying filter.
- mFilter -
Variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.StringFilterWrapper
- The underlying filter.
- mFilter -
Variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.TagNameFilterWrapper
- The underlying filter.
- mFilter -
Variable in class org.htmlparser.parserapplications.SiteCapturer
- The filter to apply to the nodes retrieved.
- mFilters -
Variable in class org.htmlparser.beans.FilterBean
- The filter set.
- mFinished -
Variable in class org.htmlparser.parserapplications.SiteCapturer
- The set of pages already captured.
- mFormat -
Static variable in class org.htmlparser.http.ConnectionManager
- Cookie expiry date format for parsing.
- mFormLocation -
Variable in class org.htmlparser.tags.FormTag
- This is the derived form location, based on action.
- mGoogle -
Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Google menu item.
- mHelp -
Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Help submenu.
- mHistory -
Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- History list.
- mHistoryScroller -
Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Scroller for the history list.
- mHistoryVisible -
Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- History list visible menu item.
- mHome -
Variable in class org.htmlparser.parserapplications.filterbuilder.SubFilterList
- The parent filter wrapper.
- mImage -
Variable in class org.htmlparser.lexerapplications.thumbelina.Picture
- The cached image.
- mImages -
Variable in class org.htmlparser.parserapplications.SiteCapturer
- The list of resources to copy.
- mIn -
Variable in class org.htmlparser.lexer.Stream
- The underlying stream.
- mIncrement -
Variable in class org.htmlparser.lexer.PageIndex
- Increment for allocations.
- mIndex -
Variable in class org.htmlparser.lexer.Page
- Character positions of the first character in each line.
- mIndices -
Variable in class org.htmlparser.lexer.PageIndex
- The elements.
- minimumLayoutSize(Container) -
Method in class org.htmlparser.parserapplications.filterbuilder.layouts.NullLayoutManager
- Calculates the minimum size dimensions for the specified
panel given the components in the specified parent container.
- minimumLayoutSize(Container) -
Method in class org.htmlparser.parserapplications.filterbuilder.layouts.VerticalLayoutManager
- Calculates the minimum size dimensions for the specified
panel given the components in the specified parent container.
- mIsPre -
Variable in class org.htmlparser.beans.StringBean
- Set
true
when traversing a PRE tag.
- mIsScript -
Variable in class org.htmlparser.beans.StringBean
- Set
true
when traversing a SCRIPT tag.
- mIsStyle -
Variable in class org.htmlparser.beans.StringBean
- Set
true
when traversing a STYLE tag.
- mKernel -
Variable in class org.htmlparser.util.CharacterReference
- This entity reference kernel.
- mLeader -
Static variable in class org.htmlparser.scanners.ScriptDecoder
- The leader.
- mLevel -
Variable in class org.htmlparser.lexer.InputStreamSource
- The number of valid bytes in the buffer.
- mLevel -
Variable in class org.htmlparser.lexer.Stream
- The number of valid bytes in the buffer.
- mLexer -
Variable in class org.htmlparser.Parser
- The html lexer associated with this parser.
- mLink -
Variable in class org.htmlparser.tags.LinkTag
- The URL where the link points to
- mLinks -
Variable in class org.htmlparser.beans.LinkBean
- The strings extracted from the URL.
- mLinks -
Variable in class org.htmlparser.beans.StringBean
- If
true
the link URLs are embedded in the text output.
- mListener -
Variable in class org.htmlparser.lexerapplications.thumbelina.Picture
- The object to notify about picture events;
- mLocale -
Variable in class org.htmlparser.filters.StringFilter
- The locale to use converting to uppercase in case insensitive searches.
- mLocale -
Variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.StringFilterWrapper
- Combo box for locale.
- mLocales -
Static variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.StringFilterWrapper
- Cached locales.
- mLocalFile -
Variable in class org.htmlparser.lexerapplications.thumbelina.Picture
- The local file containing the picture.
- mLocator -
Variable in class org.htmlparser.sax.Feedback
- The locator for tag positions.
- mLookupTable -
Static variable in class org.htmlparser.scanners.ScriptDecoder
- Two dimensional lookup table.
- mMainArea -
Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Main panel in central area.
- mMainPanel -
Variable in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- The main panel GUI component.
- mMainScroller -
Variable in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- The main panel scrolling GUI component.
- mMap -
Static variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.RegexFilterWrapper
- Mapping for RegexFilter constants to strings.
- mMark -
Variable in class org.htmlparser.lexer.InputStreamSource
- The bookmark.
- mMark -
Variable in class org.htmlparser.lexer.Stream
- The bookmark.
- mMark -
Variable in class org.htmlparser.lexer.StringSource
- The bookmark.
- mMax -
Variable in class org.htmlparser.parserapplications.filterbuilder.SubFilterList
- The number of filters limit.
- mMaxDepth -
Variable in class org.htmlparser.util.NodeTreeWalker
- The maximum depth (child-parent links) from which this NodeTreeWalker may be removed from the root Node.
- mMenu -
Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Main menu.
- mMode -
Variable in class org.htmlparser.util.DefaultParserFeedback
- Verbosity level.
- mMonitor -
Variable in class org.htmlparser.http.ConnectionManager
- The object to be notified prior to and after each connection.
- mMosaic -
Variable in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
- The display mosaic.
- mMoved -
Variable in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- If true selection moved.
- mName -
Variable in class org.htmlparser.Attribute
- The name of this attribute.
- mName -
Variable in class org.htmlparser.filters.TagNameFilter
- The tag name to match.
- mName -
Variable in class org.htmlparser.http.Cookie
- The name of the cookie.
- mName -
Variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.TagNameFilterWrapper
- Combo box for tag name.
- mNameEnd -
Variable in class org.htmlparser.lexer.PageAttribute
- The ending offset of the name within the page.
- mNameSpacePrefixes -
Variable in class org.htmlparser.sax.XMLReader
- Determines if namespace prefix handling is on.
- mNameSpaces -
Variable in class org.htmlparser.sax.XMLReader
- Determines if namespace handling is on.
- mNameStart -
Variable in class org.htmlparser.lexer.PageAttribute
- The starting offset of the name within the page.
- mNextNode -
Variable in class org.htmlparser.util.NodeTreeWalker
- The next Node element after the current Node element.
- mNode -
Variable in class org.htmlparser.filters.IsEqualFilter
- The node to match.
- mNodes -
Variable in class org.htmlparser.beans.FilterBean
- The nodes extracted from the URL.
- mOffset -
Variable in class org.htmlparser.lexer.InputStreamSource
- The offset of the next byte returned by read().
- mOffset -
Variable in class org.htmlparser.lexer.Stream
- The offset of the next byte returned by read().
- mOffset -
Variable in class org.htmlparser.lexer.StringSource
- The current offset into the string.
- mOpen -
Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Open menu item.
- mOrigin -
Variable in class org.htmlparser.lexerapplications.thumbelina.Picture
- The upper left hand corner of the image.
- mouseClicked(MouseEvent) -
Method in class org.htmlparser.beans.BeanyBaby
- Invoked when the mouse button has been clicked on a component.
- mouseClicked(MouseEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
- Invoked when the mouse button has been clicked
(pressed and released) on a component.
- mouseClicked(MouseEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
-
- mouseClicked(MouseEvent) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Invoked when the mouse has been clicked on a component.
- mouseDragged(MouseEvent) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Mouse drag notification.
- mouseEntered(MouseEvent) -
Method in class org.htmlparser.beans.BeanyBaby
- Invoked when the mouse enters a component.
- mouseEntered(MouseEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
- Invoked when the mouse enters a component.
- mouseEntered(MouseEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
-
- mouseEntered(MouseEvent) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Invoked when the mouse enters a component.
- mouseExited(MouseEvent) -
Method in class org.htmlparser.beans.BeanyBaby
- Invoked when the mouse exits a component.
- mouseExited(MouseEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
- Invoked when the mouse exits a component.
- mouseExited(MouseEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
-
- mouseExited(MouseEvent) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Invoked when the mouse exits a component.
- mouseMoved(MouseEvent) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Mouse move notification.
- mousePressed(MouseEvent) -
Method in class org.htmlparser.beans.BeanyBaby
- Invoked when a mouse button has been pressed on a component.
- mousePressed(MouseEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
- Handle left click on a picture by bringing it to the top.
- mousePressed(MouseEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
-
- mousePressed(MouseEvent) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Invoked when a mouse button has been pressed on a component.
- mouseReleased(MouseEvent) -
Method in class org.htmlparser.beans.BeanyBaby
- Invoked when a mouse button has been released on a component.
- mouseReleased(MouseEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
- Invoked when a mouse button has been released on a component.
- mouseReleased(MouseEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
-
- mouseReleased(MouseEvent) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Invoked when a mouse button has been released on a component.
- mOutput -
Variable in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- The output panel GUI component.
- moveSelection(Point) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Move the current selection set as a group.
- mPage -
Variable in class org.htmlparser.lexer.Cursor
- This cursor's page.
- mPage -
Variable in class org.htmlparser.lexer.Lexer
- The page lexemes are retrieved from.
- mPage -
Variable in class org.htmlparser.lexer.PageAttribute
- The page this attribute is extracted from.
- mPage -
Variable in class org.htmlparser.lexer.PageIndex
- The page associated with this index.
- mPage -
Variable in class org.htmlparser.nodes.AbstractNode
- The page this node came from.
- mPages -
Variable in class org.htmlparser.parserapplications.SiteCapturer
- The list of pages to capture.
- mParentFilter -
Variable in class org.htmlparser.filters.HasParentFilter
- The filter to apply to the parent.
- mParser -
Variable in class org.htmlparser.beans.FilterBean
- The parser used to filter.
- mParser -
Variable in class org.htmlparser.beans.LinkBean
- The parser used to extract strings.
- mParser -
Variable in class org.htmlparser.beans.StringBean
- The parser used to extract strings.
- mParser -
Variable in class org.htmlparser.parserapplications.SiteCapturer
- The parser to use for processing.
- mParser -
Variable in class org.htmlparser.sax.Locator
- Underlying parser object.
- mParser -
Variable in class org.htmlparser.sax.XMLReader
- The underlying DOM parser.
- mParts -
Variable in class org.htmlparser.sax.Attributes
- Elements of the qname.
- mParts -
Variable in class org.htmlparser.sax.XMLReader
- Qualified name parts.
- mPassword -
Variable in class org.htmlparser.http.ConnectionManager
- The user password for accessing the URL.
- mPath -
Variable in class org.htmlparser.http.Cookie
- URLs that see the cookie.
- mPattern -
Variable in class org.htmlparser.filters.LinkStringFilter
- The pattern to search for in the link.
- mPattern -
Variable in class org.htmlparser.filters.RegexFilter
- The compiled regular expression to search for.
- mPattern -
Variable in class org.htmlparser.filters.StringFilter
- The string to search for.
- mPattern -
Variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.RegexFilterWrapper
- Text to check for
- mPattern -
Variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.StringFilterWrapper
- Text to check for.
- mPatternString -
Variable in class org.htmlparser.filters.RegexFilter
- The regular expression to search for.
- mPending -
Variable in class org.htmlparser.lexerapplications.thumbelina.Sequencer
- Pictures awaiting display.
- mPicturePanel -
Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- The central area for pictures.
- mPicturePanelScroller -
Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Scroller for the picture panel.
- mPosition -
Variable in class org.htmlparser.lexer.Cursor
- This cursor's position.
- mPowerBar -
Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Status bar.
- mPredicate -
Variable in class org.htmlparser.filters.NotFilter
- The filter to gainsay.
- mPredicates -
Variable in class org.htmlparser.filters.AndFilter
- The predicates that are to be and'ed together;
- mPredicates -
Variable in class org.htmlparser.filters.OrFilter
- The predicates that are to be or'ed together;
- mPreferredSize -
Variable in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
- The preferred size of this component.
- mPrefix -
Static variable in class org.htmlparser.scanners.ScriptDecoder
- The prefix.
- mPropertySupport -
Variable in class org.htmlparser.beans.FilterBean
- Bound property support.
- mPropertySupport -
Variable in class org.htmlparser.beans.LinkBean
- Bound property support.
- mPropertySupport -
Variable in class org.htmlparser.beans.StringBean
- Bound property support.
- mPropertySupport -
Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Bound property support.
- mProxyHost -
Variable in class org.htmlparser.http.ConnectionManager
- The proxy server name.
- mProxyPassword -
Variable in class org.htmlparser.http.ConnectionManager
- The proxy user password.
- mProxyPort -
Variable in class org.htmlparser.http.ConnectionManager
- The proxy port number.
- mProxyUser -
Variable in class org.htmlparser.http.ConnectionManager
- The proxy username name.
- mQueueProgress -
Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Image request queue monitor in status bar.
- mQueueSize -
Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- URL queue size display in status bar.
- mQuote -
Variable in class org.htmlparser.Attribute
- The quote, if any, surrounding the value of the attribute, if any.
- mRandom -
Variable in class org.htmlparser.lexerapplications.thumbelina.Sequencer
- Random number generator for picture placement.
- mReader -
Variable in class org.htmlparser.lexer.InputStreamSource
- The converter from bytes to characters.
- mReadyProgress -
Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Image ready queue monitor in status bar.
- mRecursive -
Variable in class org.htmlparser.beans.FilterBean
- The recursion behaviour for elements of the filter array.
- mRecursive -
Variable in class org.htmlparser.filters.HasChildFilter
- Performs a recursive search down the node heirarchy if
true
.
- mRecursive -
Variable in class org.htmlparser.filters.HasParentFilter
- Performs a recursive search up the node heirarchy if
true
.
- mRecursive -
Variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasChildFilterWrapper
- The check box for recursion.
- mRecursive -
Variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasParentFilterWrapper
- The check box for recursion.
- mRedirectionProcessingEnabled -
Variable in class org.htmlparser.http.ConnectionManager
- Flag determining if redirection processing is being handled manually.
- mRegex -
Variable in class org.htmlparser.filters.LinkRegexFilter
- The regular expression to use on the link.
- mRegions -
Variable in class org.htmlparser.lexerapplications.thumbelina.TileSet
- The list of Tiles.
- mRemark -
Variable in class org.htmlparser.PrototypicalNodeFactory
- The prototypical remark node.
- mReplaceSpace -
Variable in class org.htmlparser.beans.StringBean
- If
true
regular space characters are substituted for
non-breaking spaces in the text output.
- mRequested -
Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Images requested.
- mRequestProperties -
Variable in class org.htmlparser.http.ConnectionManager
- Request header fields.
- mReset -
Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Reset menu item.
- mRoot -
Variable in class org.htmlparser.parserapplications.filterbuilder.HtmlTreeModel
- The root
Node
.
- mRootNode -
Variable in class org.htmlparser.util.NodeTreeWalker
- The root Node element which defines the scope of the current tree to walk.
- mRunToggle -
Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Sequencer thread toggle in status bar.
- mSecure -
Variable in class org.htmlparser.http.Cookie
- Use SSL.
- mSelection -
Variable in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Selected commands.
- mSeparator1 -
Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- MRU list separator #1.
- mSeparator2 -
Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- MRU list separator #2.
- mSequencer -
Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- The picture sequencer.
- mSiblingFilter -
Variable in class org.htmlparser.filters.HasSiblingFilter
- The filter to apply to the sibling.
- mSource -
Variable in class org.htmlparser.lexer.Page
- The source of characters.
- mSource -
Variable in class org.htmlparser.parserapplications.SiteCapturer
- The web site to capture.
- mSpacer -
Variable in class org.htmlparser.parserapplications.filterbuilder.SubFilterList
- The drop target spacer at the bottom of the list.
- mSpeedSlider -
Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Sequencer speed slider in status bar.
- mStartIncrement -
Static variable in class org.htmlparser.lexer.PageIndex
- Starting increment for allocations.
- mStatusVisible -
Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Status bar visible menu item.
- mStrategy -
Variable in class org.htmlparser.filters.RegexFilter
- The match strategy.
- mStrategy -
Variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.RegexFilterWrapper
- Combo box for strategy.
- mStream -
Variable in class org.htmlparser.lexer.InputStreamSource
- The stream of bytes.
- mString -
Variable in class org.htmlparser.lexer.StringSource
- The source of characters.
- mStrings -
Variable in class org.htmlparser.beans.StringBean
- The strings extracted from the URL.
- mSupport -
Variable in class org.htmlparser.sax.Attributes
- The utility class that converts namespaces.
- mSupport -
Variable in class org.htmlparser.sax.XMLReader
- Namspace utility object.
- mTag -
Variable in class org.htmlparser.PrototypicalNodeFactory
- The prototypical tag node.
- mTag -
Variable in class org.htmlparser.sax.Attributes
- The tag from which attributes are exposed.
- mTarget -
Variable in class org.htmlparser.parserapplications.SiteCapturer
- The local directory to capture to.
- mText -
Variable in class org.htmlparser.nodes.RemarkNode
- The contents of the remark node, or override text.
- mText -
Variable in class org.htmlparser.nodes.TextNode
- The contents of the string node, or override text.
- mText -
Variable in class org.htmlparser.PrototypicalNodeFactory
- The prototypical text node.
- mThread -
Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Background thread.
- mThumbelina -
Variable in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
- The thumbelina object in use.
- mThumbelina -
Variable in class org.htmlparser.lexerapplications.thumbelina.Sequencer
- The thumbelina object to drive.
- mTitle -
Variable in class org.htmlparser.parserapplications.filterbuilder.SubFilterList
- The textual title for the list.
- mTracked -
Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Images being tracked currently.
- mTrail -
Variable in class org.htmlparser.beans.BeanyBaby
- Bread crumb trail of visited URLs.
- mTrailer -
Static variable in class org.htmlparser.scanners.ScriptDecoder
- The trailer.
- mTreeListeners -
Variable in class org.htmlparser.parserapplications.filterbuilder.HtmlTreeModel
- The list of tree listeners.
- mUpperPattern -
Variable in class org.htmlparser.filters.StringFilter
- The string to really search for (converted to uppercase if necessary).
- mUrl -
Variable in class org.htmlparser.lexer.Page
- The URL this page is coming from.
- mURL -
Variable in class org.htmlparser.lexerapplications.thumbelina.Picture
- The URL for the picture.
- mURL -
Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- URL submenu.
- mURLField -
Variable in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- The URL input GUI component.
- mUrlText -
Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- URL report in status bar.
- mUser -
Variable in class org.htmlparser.http.ConnectionManager
- The username name for accessing the URL.
- mValid -
Variable in class org.htmlparser.lexerapplications.thumbelina.Picture
- Flag indicating the image is valid.
- mValue -
Variable in class org.htmlparser.Attribute
- The value of the attribute.
- mValue -
Variable in class org.htmlparser.filters.HasAttributeFilter
- The value to check for.
- mValue -
Variable in class org.htmlparser.http.Cookie
- The cookie value.
- mValued -
Variable in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasAttributeFilterWrapper
- The check box for has value.
- mValueEnd -
Variable in class org.htmlparser.lexer.PageAttribute
- The ending offset of the name within the page.
- mValueStart -
Variable in class org.htmlparser.lexer.PageAttribute
- The starting offset of the value within the page.
- mVersion -
Variable in class org.htmlparser.http.Cookie
- If Version=1 it means RFC 2109++ style cookies.
- mView -
Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- View submenu.
- mVisited -
Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- URL's visited.
- mVisitedSize -
Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- URL visited count display in status bar.
- mWrappers -
Static variable in class org.htmlparser.parserapplications.filterbuilder.Filter
- Map from cilter class to wrapper.
N
- newAction() -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- The action to take when "New" menu or button pressed.
- newline(StringBuffer) -
Static method in class org.htmlparser.parserapplications.filterbuilder.Filter
- Append a newline to the buffer.
- nextNode() -
Method in class org.htmlparser.lexer.Lexer
- Get the next node from the source.
- nextNode(boolean) -
Method in class org.htmlparser.lexer.Lexer
- Get the next node from the source.
- 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 class org.htmlparser.util.NodeTreeWalker
- Traverses to the next Node from the current Node, using either depth-first or breadth-first tree traversal as appropriate.
- nextNode() -
Method in interface org.htmlparser.util.SimpleNodeIterator
- Get the next node.
- Node - Interface in org.htmlparser
- Specifies the minimum requirements for nodes returned by the Lexer or Parser.
- nodeBegin -
Variable in class org.htmlparser.nodes.AbstractNode
- The beginning position of the tag in the line
- NodeClassFilter - Class in org.htmlparser.filters
- This class accepts all tags of a given class.
- NodeClassFilter() -
Constructor for class org.htmlparser.filters.NodeClassFilter
- Creates a NodeClassFilter that accepts Html tags.
- NodeClassFilter(Class) -
Constructor for class org.htmlparser.filters.NodeClassFilter
- Creates a NodeClassFilter that accepts tags of the given class.
- NodeClassFilterWrapper - Class in org.htmlparser.parserapplications.filterbuilder.wrappers
- Wrapper for NodeClassFilters.
- NodeClassFilterWrapper() -
Constructor for class org.htmlparser.parserapplications.filterbuilder.wrappers.NodeClassFilterWrapper
- Create a wrapper over a new NodeClassFilter.
- nodeEnd -
Variable in class org.htmlparser.nodes.AbstractNode
- The ending position of the tag in the line
- NodeFactory - Interface in org.htmlparser
- This interface defines the methods needed to create new nodes.
- NodeFilter - Interface in org.htmlparser
- Implement this interface to select particular nodes.
- NodeIterator - Interface in org.htmlparser.util
-
- NodeList - Class in org.htmlparser.util
-
- NodeList() -
Constructor for class org.htmlparser.util.NodeList
-
- NodeList(Node) -
Constructor for class org.htmlparser.util.NodeList
- Create a one element node list.
- NodeTreeWalker - Class in org.htmlparser.util
- A class for walking a tree of
Node
objects, in either a depth-first or breadth-first manner. - NodeTreeWalker(Node) -
Constructor for class org.htmlparser.util.NodeTreeWalker
- Creates a new instance of NodeTreeWalker using depth-first tree traversal, without limits on how deep it may traverse.
- NodeTreeWalker(Node, boolean) -
Constructor for class org.htmlparser.util.NodeTreeWalker
- Creates a new instance of NodeTreeWalker using the specified type of tree traversal, without limits on how deep it may traverse.
- NodeTreeWalker(Node, boolean, int) -
Constructor for class org.htmlparser.util.NodeTreeWalker
- Creates a new instance of NodeTreeWalker using the specified type of tree traversal and maximum depth from the root Node to traverse.
- NodeVisitor - Class in org.htmlparser.visitors
- The base class for the 'Visitor' pattern.
- NodeVisitor() -
Constructor for class org.htmlparser.visitors.NodeVisitor
- Creates a node visitor that recurses itself and it's children.
- NodeVisitor(boolean) -
Constructor for class org.htmlparser.visitors.NodeVisitor
- Creates a node visitor that recurses itself and it's children
only if
recurseChildren
is true
.
- NodeVisitor(boolean, boolean) -
Constructor for class org.htmlparser.visitors.NodeVisitor
- Creates a node visitor that recurses itself only if
recurseSelf
is true
and it's children
only if recurseChildren
is true
.
- NONE -
Static variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Value returned when no links are discovered.
- NORMAL -
Static variable in class org.htmlparser.util.DefaultParserFeedback
- Constructor argument for a normal feedback.
- NotFilter - Class in org.htmlparser.filters
- Accepts all nodes not acceptable to it's predicate filter.
- NotFilter() -
Constructor for class org.htmlparser.filters.NotFilter
- Creates a new instance of a NotFilter.
- NotFilter(NodeFilter) -
Constructor for class org.htmlparser.filters.NotFilter
- Creates a NotFilter that accepts nodes not acceptable to the predicate.
- NotFilterWrapper - Class in org.htmlparser.parserapplications.filterbuilder.wrappers
- Wrapper for NotFilters.
- NotFilterWrapper() -
Constructor for class org.htmlparser.parserapplications.filterbuilder.wrappers.NotFilterWrapper
- Create a wrapper over a new NotFilter.
- NullLayoutManager - Class in org.htmlparser.parserapplications.filterbuilder.layouts
- A layout manager that doesn't move things around.
- NullLayoutManager() -
Constructor for class org.htmlparser.parserapplications.filterbuilder.layouts.NullLayoutManager
- Constructs a NullLayoutManager object.
O
- ObjectFindingVisitor - Class in org.htmlparser.visitors
-
- ObjectFindingVisitor(Class) -
Constructor for class org.htmlparser.visitors.ObjectFindingVisitor
-
- ObjectFindingVisitor(Class, boolean) -
Constructor for class org.htmlparser.visitors.ObjectFindingVisitor
-
- ObjectTag - Class in org.htmlparser.tags
- ObjectTag represents an <Object> tag.
- ObjectTag() -
Constructor for class org.htmlparser.tags.ObjectTag
- Create a new object tag.
- offset() -
Method in class org.htmlparser.lexer.InputStreamSource
- Get the position (in characters).
- offset() -
Method in class org.htmlparser.lexer.Source
- Get the position (in characters).
- offset() -
Method in class org.htmlparser.lexer.StringSource
- Get the position (in characters).
- open(String) -
Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Open a URL.
- open() -
Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Opens a user specified URL.
- open(String) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Read a workspace from file.
- openAction() -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- The action to take when "Open" menu or button pressed.
- openConnection(URL) -
Method in class org.htmlparser.http.ConnectionManager
- Opens a connection using the given url.
- openConnection(String) -
Method in class org.htmlparser.http.ConnectionManager
- Opens a connection based on a given string.
- OptionTag - Class in org.htmlparser.tags
- An option tag within a form.
- OptionTag() -
Constructor for class org.htmlparser.tags.OptionTag
- Create a new option tag.
- Ordered - Interface in org.htmlparser.util.sort
- Describes an object that knows about ordering.
- OrFilter - Class in org.htmlparser.filters
- Accepts nodes matching any of its predicates filters (OR operation).
- OrFilter() -
Constructor for class org.htmlparser.filters.OrFilter
- Creates a new instance of an OrFilter.
- OrFilter(NodeFilter, NodeFilter) -
Constructor for class org.htmlparser.filters.OrFilter
- Creates an OrFilter that accepts nodes acceptable to either filter.
- OrFilter(NodeFilter[]) -
Constructor for class org.htmlparser.filters.OrFilter
- Creates an OrFilter that accepts nodes acceptable to any of the given filters.
- OrFilterWrapper - Class in org.htmlparser.parserapplications.filterbuilder.wrappers
- Wrapper for OrFilters.
- OrFilterWrapper() -
Constructor for class org.htmlparser.parserapplications.filterbuilder.wrappers.OrFilterWrapper
- Create a wrapper over a new OrFilter.
- org.htmlparser - package org.htmlparser
- The basic API classes which will be used by most developers when working with
the HTML Parser.
- org.htmlparser.beans - package org.htmlparser.beans
- The beans package contains Java Beans using the HTML Parser.
- org.htmlparser.filters - package org.htmlparser.filters
- The filters package contains example filters to select only desired nodes.
- org.htmlparser.http - package org.htmlparser.http
- The http package is responsible for HTTP connections to servers.
- org.htmlparser.lexer - package org.htmlparser.lexer
- The lexer package is the base level I/O subsystem.
- org.htmlparser.lexerapplications.thumbelina - package org.htmlparser.lexerapplications.thumbelina
- Extract the images behind thumbnail images.
- org.htmlparser.nodes - package org.htmlparser.nodes
- The nodes package has the concrete node implementations.
- org.htmlparser.parserapplications - package org.htmlparser.parserapplications
-
- org.htmlparser.parserapplications.filterbuilder - package org.htmlparser.parserapplications.filterbuilder
-
- org.htmlparser.parserapplications.filterbuilder.layouts - package org.htmlparser.parserapplications.filterbuilder.layouts
-
- org.htmlparser.parserapplications.filterbuilder.wrappers - package org.htmlparser.parserapplications.filterbuilder.wrappers
-
- org.htmlparser.sax - package org.htmlparser.sax
- The sax package implements a SAX (Simple API for XML) parser for HTML.
- org.htmlparser.scanners - package org.htmlparser.scanners
- The scanners package contains classes responsible for the tertiary
identification of tags.
- org.htmlparser.tags - package org.htmlparser.tags
- The tags package contains specific tags.
- org.htmlparser.util - package org.htmlparser.util
-
- org.htmlparser.util.sort - package org.htmlparser.util.sort
- Provides generic sorting and searching.
- org.htmlparser.visitors - package org.htmlparser.visitors
- The visitors package contains classes that use the Visitor pattern.
- ORIGIN -
Static variable in class org.htmlparser.lexerapplications.thumbelina.Picture
- The origin for new points from the zero args constructor.
P
- Page - Class in org.htmlparser.lexer
- Represents the contents of an HTML page.
- Page() -
Constructor for class org.htmlparser.lexer.Page
- Construct an empty page.
- Page(URLConnection) -
Constructor for class org.htmlparser.lexer.Page
- Construct a page reading from a URL connection.
- Page(InputStream, String) -
Constructor for class org.htmlparser.lexer.Page
- Construct a page from a stream encoded with the given charset.
- Page(String, String) -
Constructor for class org.htmlparser.lexer.Page
- Construct a page from the given string.
- Page(String) -
Constructor for class org.htmlparser.lexer.Page
- Construct a page from the given string.
- Page(Source) -
Constructor for class org.htmlparser.lexer.Page
- Construct a page from a source.
- PageAttribute - Class in org.htmlparser.lexer
- An attribute within a tag on a page.
- PageAttribute(Page, int, int, int, int, char) -
Constructor for class org.htmlparser.lexer.PageAttribute
- Create an attribute.
- PageAttribute(String, String, String, char) -
Constructor for class org.htmlparser.lexer.PageAttribute
- Create an attribute with the name, assignment string, value and quote given.
- PageAttribute(String, String, char) -
Constructor for class org.htmlparser.lexer.PageAttribute
- Create an attribute with the name, value and quote given.
- PageAttribute(String) -
Constructor for class org.htmlparser.lexer.PageAttribute
- Create a whitespace attribute with the value given.
- PageAttribute(String, String) -
Constructor for class org.htmlparser.lexer.PageAttribute
- Create an attribute with the name and value given.
- PageAttribute(String, String, String) -
Constructor for class org.htmlparser.lexer.PageAttribute
- Create an attribute with the name, assignment string and value given.
- PageAttribute() -
Constructor for class org.htmlparser.lexer.PageAttribute
- Create an empty attribute.
- PageIndex - Class in org.htmlparser.lexer
- A sorted array of integers, the positions of the first characters of each line.
- PageIndex(Page) -
Constructor for class org.htmlparser.lexer.PageIndex
- Create an empty index.
- PageIndex(Page, int) -
Constructor for class org.htmlparser.lexer.PageIndex
- Create an index with the one element given.
- PageIndex(Page, int[]) -
Constructor for class org.htmlparser.lexer.PageIndex
- Create an index with the elements given.
- paint(Graphics) -
Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
- Paints this component.
- paint(Graphics) -
Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
-
- ParagraphTag - Class in org.htmlparser.tags
- A paragraph (p) tag.
- ParagraphTag() -
Constructor for class org.htmlparser.tags.ParagraphTag
- Create a new p tag.
- parent -
Variable in class org.htmlparser.nodes.AbstractNode
- The parent of this node.
- parse(NodeFilter) -
Method in class org.htmlparser.Parser
- Parse the given resource, using the filter provided.
- parse(InputSource) -
Method in class org.htmlparser.sax.XMLReader
- Parse an XML document.
- parse(String) -
Method in class org.htmlparser.sax.XMLReader
- Parse an XML document from a system identifier (URI).
- parseCDATA() -
Method in class org.htmlparser.lexer.Lexer
- Return CDATA as a text node.
- parseCDATA(boolean) -
Method in class org.htmlparser.lexer.Lexer
- Return CDATA as a text node.
- parseCookies(URLConnection) -
Method in class org.htmlparser.http.ConnectionManager
- Check for cookie and parse into cookie jar.
- parseJsp(int) -
Method in class org.htmlparser.lexer.Lexer
- Parse a java server page node.
- parsePI(int) -
Method in class org.htmlparser.lexer.Lexer
- Parse an XML processing instruction.
- Parser - Class in org.htmlparser
- The main parser class.
- Parser() -
Constructor for class org.htmlparser.Parser
- Zero argument constructor.
- Parser(Lexer, ParserFeedback) -
Constructor for class org.htmlparser.Parser
- Construct a parser using the provided lexer and feedback object.
- Parser(URLConnection, ParserFeedback) -
Constructor for class org.htmlparser.Parser
- Constructor for custom HTTP access.
- Parser(String, ParserFeedback) -
Constructor for class org.htmlparser.Parser
- Creates a Parser object with the location of the resource (URL or file)
You would typically create a DefaultHTMLParserFeedback object and pass
it in.
- Parser(String) -
Constructor for class org.htmlparser.Parser
- Creates a Parser object with the location of the resource (URL or file).
- Parser(Lexer) -
Constructor for class org.htmlparser.Parser
- Construct a parser using the provided lexer.
- Parser(URLConnection) -
Constructor for class org.htmlparser.Parser
- Construct a parser using the provided URLConnection.
- parseRemark(int, boolean) -
Method in class org.htmlparser.lexer.Lexer
- Parse a comment.
- ParserException - Exception in org.htmlparser.util
- Library-specific support for chained exceptions.
- ParserException() -
Constructor for exception org.htmlparser.util.ParserException
-
- ParserException(String) -
Constructor for exception org.htmlparser.util.ParserException
-
- ParserException(Throwable) -
Constructor for exception org.htmlparser.util.ParserException
-
- ParserException(String, Throwable) -
Constructor for exception org.htmlparser.util.ParserException
-
- ParserFeedback - Interface in org.htmlparser.util
- Interface for providing feedback without forcing the output
destination to be predefined.
- ParserUtils - Class in org.htmlparser.util
-
- ParserUtils() -
Constructor for class org.htmlparser.util.ParserUtils
-
- parseString(int, boolean) -
Method in class org.htmlparser.lexer.Lexer
- Parse a string node.
- parseTag(int) -
Method in class org.htmlparser.lexer.Lexer
- Parse a tag.
- pasteAction() -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- The action to take when "Paste" menu or button pressed.
- pickle(Object) -
Static method in class org.htmlparser.parserapplications.filterbuilder.Filter
- Serialize an object to a byte array.
- Picture - Class in org.htmlparser.lexerapplications.thumbelina
- Class to track pictures within the frame.
- Picture(URL, PictureListener, Rectangle) -
Constructor for class org.htmlparser.lexerapplications.thumbelina.Picture
- Construct a picture over the rectangle given.
- PictureListener - Interface in org.htmlparser.lexerapplications.thumbelina
- Provides notification functionality for pictures.
- PicturePanel - Class in org.htmlparser.lexerapplications.thumbelina
- Hold and display a group of pictures.
- PicturePanel(Thumbelina) -
Constructor for class org.htmlparser.lexerapplications.thumbelina.PicturePanel
- Creates a new instance of PicturePanel
- pictureReady(Picture) -
Method in interface org.htmlparser.lexerapplications.thumbelina.PictureListener
- Notification for a picture ready for use (loaded into memory).
- pictureReady(Picture) -
Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
-
- pictureReceived(Picture) -
Method in interface org.htmlparser.lexerapplications.thumbelina.PictureListener
- Notification for a download completed.
- pictureReceived(Picture) -
Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
-
- place(Picture, boolean) -
Method in class org.htmlparser.lexerapplications.thumbelina.Sequencer
- Place a picture in the display area.
- POST -
Static variable in class org.htmlparser.tags.FormTag
- The "POST" method.
- postConnect(HttpURLConnection) -
Method in interface org.htmlparser.http.ConnectionMonitor
- Called just after calling connect.
- postConnect(HttpURLConnection) -
Method in class org.htmlparser.Parser
- Called just after calling connect.
- preConnect(HttpURLConnection) -
Method in interface org.htmlparser.http.ConnectionMonitor
- Called just prior to calling connect.
- preConnect(HttpURLConnection) -
Method in class org.htmlparser.Parser
- Called just prior to calling connect.
- preferredLayoutSize(Container) -
Method in class org.htmlparser.parserapplications.filterbuilder.layouts.NullLayoutManager
- Calculates the preferred size dimensions for the specified
panel given the components in the specified parent container.
- preferredLayoutSize(Container) -
Method in class org.htmlparser.parserapplications.filterbuilder.layouts.VerticalLayoutManager
- Calculates the preferred size dimensions for the specified
panel given the components in the specified parent container.
- prepend(Node) -
Method in class org.htmlparser.util.NodeList
- Insert the given node at the head of the list.
- printStackTrace() -
Method in exception org.htmlparser.util.ChainedException
-
- printStackTrace(PrintStream) -
Method in exception org.htmlparser.util.ChainedException
-
- printStackTrace(PrintWriter) -
Method in exception org.htmlparser.util.ChainedException
-
- process(NodeFilter) -
Method in class org.htmlparser.parserapplications.SiteCapturer
- Process a single page.
- ProcessingInstructionTag - Class in org.htmlparser.tags
- The XML processing instructions like <?xml ...
- ProcessingInstructionTag() -
Constructor for class org.htmlparser.tags.ProcessingInstructionTag
- Create a new processing instruction tag.
- PROP_COLLAPSE_PROPERTY -
Static variable in class org.htmlparser.beans.StringBean
- Property name in event where the 'collapse whitespace' state changes.
- PROP_CONNECTION_PROPERTY -
Static variable in class org.htmlparser.beans.FilterBean
- Property name in event where the connection changes.
- PROP_CONNECTION_PROPERTY -
Static variable in class org.htmlparser.beans.StringBean
- Property name in event where the connection changes.
- PROP_CURRENT_URL_PROPERTY -
Static variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Property name for current URL binding.
- PROP_LINKS_PROPERTY -
Static variable in class org.htmlparser.beans.LinkBean
- Property name in event where the URL contents changes.
- PROP_LINKS_PROPERTY -
Static variable in class org.htmlparser.beans.StringBean
- Property name in event where the 'embed links' state changes.
- PROP_NODES_PROPERTY -
Static variable in class org.htmlparser.beans.FilterBean
- Property name in event where the URL contents changes.
- PROP_REPLACE_SPACE_PROPERTY -
Static variable in class org.htmlparser.beans.StringBean
- Property name in event where the 'replace non-breaking spaces'
state changes.
- PROP_STRINGS_PROPERTY -
Static variable in class org.htmlparser.beans.StringBean
- Property name in event where the URL contents changes.
- PROP_TEXT_PROPERTY -
Static variable in class org.htmlparser.beans.FilterBean
- Property name in event where the URL contents changes.
- PROP_URL_PROPERTY -
Static variable in class org.htmlparser.beans.FilterBean
- Property name in event where the URL changes.
- PROP_URL_PROPERTY -
Static variable in class org.htmlparser.beans.LinkBean
- Property name in event where the URL changes.
- PROP_URL_PROPERTY -
Static variable in class org.htmlparser.beans.StringBean
- Property name in event where the URL changes.
- PROP_URL_QUEUE_PROPERTY -
Static variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Property name for queue size binding.
- PROP_URL_VISITED_PROPERTY -
Static variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Property name for visited URL size binding.
- propertyChange(PropertyChangeEvent) -
Method in class org.htmlparser.beans.BeanyBaby
- This method ties the two beans together on the same connection.
- propertyChange(PropertyChangeEvent) -
Method in class org.htmlparser.beans.HTMLLinkBean
- Responds to changes in the underlying bean's properties.
- propertyChange(PropertyChangeEvent) -
Method in class org.htmlparser.beans.HTMLTextBean
- Responds to changes in the underlying bean's properties.
- propertyChange(PropertyChangeEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Handle a property change.
- PrototypicalNodeFactory - Class in org.htmlparser
- A node factory based on the prototype pattern.
- PrototypicalNodeFactory() -
Constructor for class org.htmlparser.PrototypicalNodeFactory
- Create a new factory with all tags registered.
- PrototypicalNodeFactory(boolean) -
Constructor for class org.htmlparser.PrototypicalNodeFactory
- Create a new factory.
- PrototypicalNodeFactory(Tag) -
Constructor for class org.htmlparser.PrototypicalNodeFactory
- Create a new factory with the given tag as the only registered tag.
- PrototypicalNodeFactory(Tag[]) -
Constructor for class org.htmlparser.PrototypicalNodeFactory
- Create a new factory with the given tags registered.
- put(String, Tag) -
Method in class org.htmlparser.PrototypicalNodeFactory
- Adds a tag to the registry.
- putChildrenInto(StringBuffer, boolean) -
Method in class org.htmlparser.tags.CompositeTag
- Add the textual contents of the children of this node to the buffer.
- putChildrenInto(StringBuffer, boolean) -
Method in class org.htmlparser.tags.ScriptTag
- Places the script contents into the provided buffer.
- putEndTagInto(StringBuffer, boolean) -
Method in class org.htmlparser.tags.CompositeTag
- Add the textual contents of the end tag of this node to the buffer.
Q
- QuickSort(Vector) -
Static method in class org.htmlparser.util.sort.Sort
- This is a generic version of C.A.R Hoare's Quick Sort algorithm.
- QuickSort(Vector, int, int) -
Static method in class org.htmlparser.util.sort.Sort
- This is a generic version of C.A.R Hoare's Quick Sort algorithm.
- QuickSort(Ordered[]) -
Static method in class org.htmlparser.util.sort.Sort
- This is a generic version of C.A.R Hoare's Quick Sort algorithm.
- QuickSort(Ordered[], int, int) -
Static method in class org.htmlparser.util.sort.Sort
- This is a generic version of C.A.R Hoare's Quick Sort algorithm.
- QuickSort(String[]) -
Static method in class org.htmlparser.util.sort.Sort
- This is a string version of C.A.R Hoare's Quick Sort algorithm.
- QuickSort(String[], int, int) -
Static method in class org.htmlparser.util.sort.Sort
- This is a string version of C.A.R Hoare's Quick Sort algorithm.
- QuickSort(Sortable, int, int) -
Static method in class org.htmlparser.util.sort.Sort
- This is a generic version of C.A.R Hoare's Quick Sort algorithm.
- QuickSort(Sortable) -
Static method in class org.htmlparser.util.sort.Sort
- This is a generic version of C.A.R Hoare's Quick Sort algorithm.
- QuickSort(Hashtable) -
Static method in class org.htmlparser.util.sort.Sort
- Sort a Hashtable.
- QUIET -
Static variable in class org.htmlparser.util.DefaultParserFeedback
- Constructor argument for a quiet feedback.
R
- random(String, int, int) -
Method in class org.htmlparser.lexerapplications.thumbelina.Sequencer
- Compute a random point to load the image.
- read() -
Method in class org.htmlparser.lexer.InputStreamSource
- Read a single character.
- read(char[], int, int) -
Method in class org.htmlparser.lexer.InputStreamSource
- Read characters into a portion of an array.
- read(char[]) -
Method in class org.htmlparser.lexer.InputStreamSource
- Read characters into an array.
- read() -
Method in class org.htmlparser.lexer.Source
- Read a single character.
- read(char[], int, int) -
Method in class org.htmlparser.lexer.Source
- Read characters into a portion of an array.
- read(char[]) -
Method in class org.htmlparser.lexer.Source
- Read characters into an array.
- read() -
Method in class org.htmlparser.lexer.Stream
- Reads the next byte of data from the input stream.
- read() -
Method in class org.htmlparser.lexer.StringSource
- Read a single character.
- read(char[], int, int) -
Method in class org.htmlparser.lexer.StringSource
- Read characters into a portion of an array.
- read(char[]) -
Method in class org.htmlparser.lexer.StringSource
- Read characters into an array.
- ready() -
Method in class org.htmlparser.lexer.InputStreamSource
- Tell whether this source is ready to be read.
- ready() -
Method in class org.htmlparser.lexer.Source
- Tell whether this source is ready to be read.
- ready() -
Method in class org.htmlparser.lexer.StringSource
- Tell whether this source is ready to be read.
- reallocations -
Variable in class org.htmlparser.lexer.Stream
- The number of reallocations.
- reconstitute(String, Parser) -
Static method in class org.htmlparser.parserapplications.filterbuilder.Filter
- Returns the filters represented by the string.
- RegexFilter - Class in org.htmlparser.filters
- This filter accepts all string nodes matching a regular expression.
- RegexFilter() -
Constructor for class org.htmlparser.filters.RegexFilter
- Creates a new instance of RegexFilter that accepts string nodes matching
the regular expression ".*" using the FIND strategy.
- RegexFilter(String) -
Constructor for class org.htmlparser.filters.RegexFilter
- Creates a new instance of RegexFilter that accepts string nodes matching
a regular expression using the FIND strategy.
- RegexFilter(String, int) -
Constructor for class org.htmlparser.filters.RegexFilter
- Creates a new instance of RegexFilter that accepts string nodes matching
a regular expression.
- RegexFilterWrapper - Class in org.htmlparser.parserapplications.filterbuilder.wrappers
- Wrapper for RegexFilters.
- RegexFilterWrapper() -
Constructor for class org.htmlparser.parserapplications.filterbuilder.wrappers.RegexFilterWrapper
- Create a wrapper over a new RegexFilter.
- registerTag(Tag) -
Method in class org.htmlparser.PrototypicalNodeFactory
- Register a tag.
- registerTags() -
Method in class org.htmlparser.PrototypicalNodeFactory
- Register all known tags in the tag package.
- relayout() -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Redo the layout.
- Remark - Interface in org.htmlparser
- This interface represents a comment in the HTML document.
- RemarkNode - Class in org.htmlparser.nodes
- The remark tag is identified and represented by this class.
- RemarkNode(String) -
Constructor for class org.htmlparser.nodes.RemarkNode
- Constructor takes in the text string.
- RemarkNode(Page, int, int) -
Constructor for class org.htmlparser.nodes.RemarkNode
- Constructor takes in the page and beginning and ending posns.
- remove(Cursor) -
Method in class org.htmlparser.lexer.PageIndex
- Remove an element from the list
- remove(int) -
Method in class org.htmlparser.lexer.PageIndex
- Remove an element from the list
- remove(String) -
Method in class org.htmlparser.PrototypicalNodeFactory
- Remove a tag from the registry.
- remove(int) -
Method in class org.htmlparser.util.NodeList
- Remove the node at index.
- remove(Node) -
Method in class org.htmlparser.util.NodeList
- Remove the supplied Node from the list.
- removeAll() -
Method in class org.htmlparser.util.NodeList
-
- removeAttribute(String) -
Method in class org.htmlparser.nodes.TagNode
- Remove the attribute with the given key, if it exists.
- removeAttribute(String) -
Method in interface org.htmlparser.Tag
- Remove the attribute with the given key, if it exists.
- removeChars(String, char) -
Static method in class org.htmlparser.util.ParserUtils
-
- removeChild(int) -
Method in class org.htmlparser.tags.CompositeTag
- Remove the child at the position given.
- removeElementAt(int) -
Method in class org.htmlparser.lexer.PageIndex
- Remove an element from the list.
- removeEscapeCharacters(String) -
Static method in class org.htmlparser.util.ParserUtils
-
- removeFilter(Filter) -
Method in class org.htmlparser.parserapplications.filterbuilder.SubFilterList
- Remove a filter from the container.
- removeFilter(int) -
Method in class org.htmlparser.parserapplications.filterbuilder.SubFilterList
- Remove a filter from the container.
- removeLayoutComponent(Component) -
Method in class org.htmlparser.parserapplications.filterbuilder.layouts.NullLayoutManager
- Removes the specified component from the layout.
- removeLayoutComponent(Component) -
Method in class org.htmlparser.parserapplications.filterbuilder.layouts.VerticalLayoutManager
- Removes the specified component from the layout.
- removeMaxDepthRestriction() -
Method in class org.htmlparser.util.NodeTreeWalker
- Removes any restrictions in place that prevent this NodeTreeWalker from traversing beyond a certain depth.
- removePropertyChangeListener(PropertyChangeListener) -
Method in class org.htmlparser.beans.FilterBean
- Remove a PropertyChangeListener from the listener list.
- removePropertyChangeListener(PropertyChangeListener) -
Method in class org.htmlparser.beans.HTMLLinkBean
- Remove a PropertyChangeListener from the listener list.
- removePropertyChangeListener(PropertyChangeListener) -
Method in class org.htmlparser.beans.HTMLTextBean
- Remove a PropertyChangeListener from the listener list.
- removePropertyChangeListener(PropertyChangeListener) -
Method in class org.htmlparser.beans.LinkBean
- Remove a PropertyChangeListener from the listener list.
- removePropertyChangeListener(PropertyChangeListener) -
Method in class org.htmlparser.beans.StringBean
- Remove a PropertyChangeListener from the listener list.
- removePropertyChangeListener(PropertyChangeListener) -
Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Remove a PropertyChangeListener from the listener list.
- removeSelection(Filter) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Remove a filter from the current selection set.
- removeSpacer() -
Method in class org.htmlparser.parserapplications.filterbuilder.SubFilterList
- Remove the spacer component at the end of the list.
- removeTrailingBlanks(String) -
Static method in class org.htmlparser.util.ParserUtils
-
- removeTreeModelListener(TreeModelListener) -
Method in class org.htmlparser.parserapplications.filterbuilder.HtmlTreeModel
- Removes a listener previously added with addTreeModelListener().
- removeUpdate(DocumentEvent) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasAttributeFilterWrapper
- Handle a remove update event.
- removeUpdate(DocumentEvent) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.RegexFilterWrapper
- Handle a remove update event.
- removeUpdate(DocumentEvent) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.StringFilterWrapper
- Handle a remove update event.
- reset() -
Method in class org.htmlparser.lexer.InputStreamSource
- Reset the source.
- reset() -
Method in class org.htmlparser.lexer.Lexer
- Reset the lexer to start parsing from the beginning again.
- reset() -
Method in class org.htmlparser.lexer.Page
- Reset the page by resetting the source of characters.
- reset() -
Method in class org.htmlparser.lexer.Source
- Reset the source.
- reset() -
Method in class org.htmlparser.lexer.Stream
- Repositions this stream to the position at the time the
mark
method was last called on this input stream.
- reset() -
Method in class org.htmlparser.lexer.StringSource
- Reset the source.
- reset() -
Method in class org.htmlparser.lexerapplications.thumbelina.Picture
- Reset the picture to uncropped size.
- reset() -
Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
- Clears the panel, discarding any existing images.
- reset() -
Method in class org.htmlparser.lexerapplications.thumbelina.Sequencer
- Clears the pending images list.
- reset() -
Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Reset this Thumbelina.
- reset() -
Method in interface org.htmlparser.lexerapplications.thumbelina.Tile
- Reset the tile to it's uncropped size.
- reset() -
Method in class org.htmlparser.Parser
- Reset the parser to start from the beginning again.
- reset() -
Method in class org.htmlparser.util.NodeTreeWalker
- Resets the current position in the tree,
such that calling
nextNode()
will return the first Node again.
- restoreSize() -
Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Restores the window size based on stored preferences.
- retreat() -
Method in class org.htmlparser.lexer.Cursor
- Move the cursor position back one character.
- row(Cursor) -
Method in class org.htmlparser.lexer.Page
- Get the line number for a cursor.
- row(int) -
Method in class org.htmlparser.lexer.Page
- Get the line number for a cursor.
- row(Cursor) -
Method in class org.htmlparser.lexer.PageIndex
- Get the line number for a cursor.
- row(int) -
Method in class org.htmlparser.lexer.PageIndex
- Get the line number for a position.
- run() -
Method in class org.htmlparser.lexer.Stream
- Continually read the underlying stream untill exhausted.
- run() -
Method in class org.htmlparser.lexerapplications.thumbelina.Picture
-
- run() -
Method in class org.htmlparser.lexerapplications.thumbelina.Sequencer
- Display pictures from pending list with delay between.
- run() -
Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- The main processing loop.
- run() -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.StringFilterWrapper
- Background thread task to get the available locales.
S
- save(String) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Save the workspace contents to file.
- saveAction() -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- The action to take when "Save" menu or button pressed.
- saveasAction() -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- The action to take when "Save As" menu or button pressed.
- saveCookies(Vector, URLConnection) -
Method in class org.htmlparser.http.ConnectionManager
- Save the cookies received in the response header.
- saveState() -
Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Saves the current settings in the user preferences.
- scan(Tag, Lexer, NodeList) -
Method in class org.htmlparser.scanners.CompositeTagScanner
- Collect the children.
- scan(Tag, Lexer, NodeList) -
Method in interface org.htmlparser.scanners.Scanner
- Scan the tag.
- scan(Tag, Lexer, NodeList) -
Method in class org.htmlparser.scanners.ScriptScanner
- Scan for script.
- scan(Tag, Lexer, NodeList) -
Method in class org.htmlparser.scanners.StyleScanner
- Scan for style definitions.
- scan(Tag, Lexer, NodeList) -
Method in class org.htmlparser.scanners.TagScanner
- Scan the tag.
- scanJIS(Cursor) -
Method in class org.htmlparser.lexer.Lexer
- Advance the cursor through a JIS escape sequence.
- Scanner - Interface in org.htmlparser.scanners
- Generic interface for scanning.
- ScriptDecoder - Class in org.htmlparser.scanners
- Decode script.
- ScriptDecoder() -
Constructor for class org.htmlparser.scanners.ScriptDecoder
-
- ScriptScanner - Class in org.htmlparser.scanners
- The ScriptScanner handles script CDATA.
- ScriptScanner() -
Constructor for class org.htmlparser.scanners.ScriptScanner
- Create a script scanner.
- ScriptTag - Class in org.htmlparser.tags
- A script tag.
- ScriptTag() -
Constructor for class org.htmlparser.tags.ScriptTag
- Create a new script tag.
- searchByName(String) -
Method in class org.htmlparser.tags.CompositeTag
- Searches all children who for a name attribute.
- searchFor(String) -
Method in class org.htmlparser.tags.CompositeTag
- Searches for all nodes whose text representation contains the search string.
- searchFor(String, boolean) -
Method in class org.htmlparser.tags.CompositeTag
- Searches for all nodes whose text representation contains the search string.
- searchFor(String, boolean, Locale) -
Method in class org.htmlparser.tags.CompositeTag
- Searches for all nodes whose text representation contains the search string.
- searchFor(Class, boolean) -
Method in class org.htmlparser.tags.CompositeTag
- Collect all objects that are of a certain type
Note that this will not check for parent types, and will not
recurse through child tags
- selectionContains(Filter) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Check if the current selection set contains the given filter.
- selectSelection(boolean) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Select(highlight)/deselect the current selection set.
- SelectTag - Class in org.htmlparser.tags
- A select tag within a form.
- SelectTag() -
Constructor for class org.htmlparser.tags.SelectTag
- Create a new select tag.
- Sequencer - Class in org.htmlparser.lexerapplications.thumbelina
- Display received images at a constant rate.
- Sequencer(Thumbelina) -
Constructor for class org.htmlparser.lexerapplications.thumbelina.Sequencer
- Creates a new instance of a Sequencer.
- serialize(byte[]) -
Static method in class org.htmlparser.parserapplications.filterbuilder.Filter
- Serialize a byte array to a String.
- serializeSelection() -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Serialize the current selection set.
- setAppletClass(String) -
Method in class org.htmlparser.tags.AppletTag
- Set the
CODE attribute.
setAppletParams(Hashtable) -
Method in class org.htmlparser.tags.AppletTag
Set the enclosed PARM children.
setArchive(String) -
Method in class org.htmlparser.tags.AppletTag
Set the ARCHIVE attribute.
setAssignment(String) -
Method in class org.htmlparser.Attribute
Set the assignment string of this attribute.
setAttribute(String, String) -
Method in class org.htmlparser.nodes.TagNode
Set attribute with given key, value pair.
setAttribute(String, String, char) -
Method in class org.htmlparser.nodes.TagNode
Set attribute with given key, value pair where the value is quoted by quote.
setAttribute(Attribute) -
Method in class org.htmlparser.nodes.TagNode
Set an attribute.
setAttribute(String, String) -
Method in interface org.htmlparser.Tag
Set attribute with given key, value pair.
setAttribute(String, String, char) -
Method in interface org.htmlparser.Tag
Set attribute with given key/value pair, the value is quoted by quote.
setAttributeEx(Attribute) -
Method in class org.htmlparser.nodes.TagNode
Set an attribute.
setAttributeEx(Attribute) -
Method in interface org.htmlparser.Tag
Set an attribute.
setAttributeName(String) -
Method in class org.htmlparser.filters.HasAttributeFilter
Set the attribute name.
setAttributesEx(Vector) -
Method in class org.htmlparser.nodes.TagNode
Sets the attributes.
setAttributesEx(Vector) -
Method in interface org.htmlparser.Tag
Sets the attributes.
setAttributeValue(String) -
Method in class org.htmlparser.filters.HasAttributeFilter
Set the attribute value.
setBackgroundThreadActive(boolean) -
Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Sets the state of the background thread activity.
setBasePoint(Point) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
Sets the position of the mouse in the component.
setBaseUrl(String) -
Method in class org.htmlparser.lexer.Page
Sets the baseUrl.
setBaseUrl(String) -
Method in class org.htmlparser.tags.BaseHrefTag
Set the value of the HREF
attribute.
setBounds(Rectangle) -
Method in class org.htmlparser.lexerapplications.thumbelina.Picture
setBounds(int, int, int, int) -
Method in class org.htmlparser.lexerapplications.thumbelina.Picture
setBounds(Rectangle) -
Method in interface org.htmlparser.lexerapplications.thumbelina.Tile
Set the rectangular region for this tile.
setCaptureResources(boolean) -
Method in class org.htmlparser.parserapplications.SiteCapturer
Setter for property captureResources.
setCaseSensitive(boolean) -
Method in class org.htmlparser.filters.StringFilter
Set case sensitivity on or off.
setChildFilter(NodeFilter) -
Method in class org.htmlparser.filters.HasChildFilter
Set the filter for this HasParentFilter.
setChildren(NodeList) -
Method in interface org.htmlparser.Node
Set the children of this node.
setChildren(NodeList) -
Method in class org.htmlparser.nodes.AbstractNode
Set the children of this node.
setCodeBase(String) -
Method in class org.htmlparser.tags.AppletTag
Set the CODEBASE attribute.
setCollapse(boolean) -
Method in class org.htmlparser.beans.HTMLTextBean
Set the current 'collapse whitespace' state.
setCollapse(boolean) -
Method in class org.htmlparser.beans.StringBean
Set the current 'collapse whitespace' state.
setComment(String) -
Method in class org.htmlparser.http.Cookie
If a user agent (web browser) presents this cookie to a user, the
cookie's purpose will be described using this comment.
setConnection(URLConnection) -
Method in class org.htmlparser.beans.FilterBean
Set the parser's connection.
setConnection(URLConnection) -
Method in class org.htmlparser.beans.HTMLLinkBean
Setter for property Connection.
setConnection(URLConnection) -
Method in class org.htmlparser.beans.HTMLTextBean
Setter for property Connection.
setConnection(URLConnection) -
Method in class org.htmlparser.beans.LinkBean
Setter for property Connection.
setConnection(URLConnection) -
Method in class org.htmlparser.beans.StringBean
Set the parser's connection.
setConnection(URLConnection) -
Method in class org.htmlparser.lexer.Page
Set the URLConnection to be used by this page.
setConnection(URLConnection) -
Method in class org.htmlparser.Parser
Set the connection for this parser.
setConnectionManager(ConnectionManager) -
Static method in class org.htmlparser.lexer.Page
Set the connection manager to use.
setConnectionManager(ConnectionManager) -
Static method in class org.htmlparser.Parser
Set the connection manager all Parsers use.
setContentHandler(ContentHandler) -
Method in class org.htmlparser.sax.XMLReader
Allow an application to register a content event handler.
setCookie(Cookie, String) -
Method in class org.htmlparser.http.ConnectionManager
Adds a cookie to the cookie jar.
setCookieProcessingEnabled(boolean) -
Method in class org.htmlparser.http.ConnectionManager
Enables and disabled cookie processing.
setCurrentNodeAsRootNode() -
Method in class org.htmlparser.util.NodeTreeWalker
Sets the current Node as the root Node.
setCurrentURL(String) -
Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Set the current URL being examined.
setCursor(Cursor) -
Method in class org.htmlparser.lexer.Lexer
Set the current scanning position.
setDefaultRequestProperties(Hashtable) -
Static method in class org.htmlparser.http.ConnectionManager
Set the default request header properties.
setDelay(int) -
Method in class org.htmlparser.lexerapplications.thumbelina.Sequencer
Setter for property delay.
setDepthFirst(boolean) -
Method in class org.htmlparser.util.NodeTreeWalker
Sets whether the NodeTreeWalker should use depth-first or breadth-first tree traversal.
setDiscardCGI(boolean) -
Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Setter for property discardCGI.
setDiscardQueries(boolean) -
Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Setter for property discardQueries.
setDomain(String) -
Method in class org.htmlparser.http.Cookie
This cookie should be presented only to hosts satisfying this domain name
pattern.
setDTDHandler(DTDHandler) -
Method in class org.htmlparser.sax.XMLReader
Allow an application to register a DTD event handler.
setEmptyXmlTag(boolean) -
Method in class org.htmlparser.nodes.TagNode
Set this tag to be an empty xml node, or not.
setEmptyXmlTag(boolean) -
Method in interface org.htmlparser.Tag
Set this tag to be an empty xml node, or not.
setEncoding(String) -
Method in class org.htmlparser.lexer.InputStreamSource
Begins reading from the source with the given character set.
setEncoding(String) -
Method in class org.htmlparser.lexer.Page
Begins reading from the source with the given character set.
setEncoding(String) -
Method in class org.htmlparser.lexer.Source
Set the encoding to the given character set.
setEncoding(String) -
Method in class org.htmlparser.lexer.StringSource
Set the encoding to the given character set.
setEncoding(String) -
Method in class org.htmlparser.Parser
Set the encoding for the page this parser is reading from.
setEndPosition(int) -
Method in interface org.htmlparser.Node
Sets the ending position of the node.
setEndPosition(int) -
Method in class org.htmlparser.nodes.AbstractNode
Sets the ending position of the node.
setEndTag(Tag) -
Method in class org.htmlparser.nodes.TagNode
Set the end tag for this (composite) tag.
setEndTag(Tag) -
Method in interface org.htmlparser.Tag
Set the end tag for this (composite) tag.
setEndTag(Tag) -
Method in class org.htmlparser.tags.CompositeTag
Set the end tag for this tag.
setEntityResolver(EntityResolver) -
Method in class org.htmlparser.sax.XMLReader
Allow an application to register an entity resolver.
setErrorHandler(ErrorHandler) -
Method in class org.htmlparser.sax.XMLReader
Allow an application to register an error event handler.
setExpanded(boolean) -
Method in class org.htmlparser.parserapplications.filterbuilder.Filter
Set the expanded state for the component.
setExpanded(Filter[], boolean, boolean) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
Expand or collapse filters, possibly recursively.
setExpiryDate(Date) -
Method in class org.htmlparser.http.Cookie
Sets the expiry date of the cookie.
setExtent(Point) -
Method in class org.htmlparser.lexerapplications.thumbelina.Picture
Setter for property extent.
setFeature(String, boolean) -
Method in class org.htmlparser.sax.XMLReader
Set the value of a feature flag.
setFeedback(ParserFeedback) -
Method in class org.htmlparser.Parser
Sets the feedback object used in scanning.
setFilter(NodeFilter) -
Method in class org.htmlparser.parserapplications.SiteCapturer
Setter for property filter.
setFilters(NodeFilter[]) -
Method in class org.htmlparser.beans.FilterBean
Set the filters for the bean.
setFormLocation(String) -
Method in class org.htmlparser.tags.FormTag
Set the form location.
setFrameLocation(String) -
Method in class org.htmlparser.tags.FrameTag
Sets the location of the frame.
setFrames(NodeList) -
Method in class org.htmlparser.tags.FrameSetTag
Sets the frames (children of this tag).
setHistoryListVisible(boolean) -
Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Sets the history list visibility.
setHttpEquiv(String) -
Method in class org.htmlparser.tags.MetaTag
Set the HTTP-EQUIV
attribute.
setIdentity(Object) -
Method in class org.htmlparser.lexerapplications.thumbelina.Picture
Setter for property identity.
setIdentity(Object) -
Method in interface org.htmlparser.lexerapplications.thumbelina.Tile
Set the distinguishing identity for this tile.
setImageURL(String) -
Method in class org.htmlparser.tags.ImageTag
Set the SRC
attribute.
setInputHTML(String) -
Method in class org.htmlparser.Parser
Initializes the parser with the given input HTML String.
setJavascriptLink(boolean) -
Method in class org.htmlparser.tags.LinkTag
Set the link as a javascript link.
setLanguage(String) -
Method in class org.htmlparser.tags.ScriptTag
Set the language of the script tag.
setLexer(Lexer) -
Method in class org.htmlparser.Parser
Set the lexer for this parser.
setLink(String) -
Method in class org.htmlparser.tags.LinkTag
Set the HREF
attribute.
setLinks(boolean) -
Method in class org.htmlparser.beans.HTMLTextBean
Setter for property links.
setLinks(boolean) -
Method in class org.htmlparser.beans.StringBean
Set the 'include links' state.
setLocale(Locale) -
Method in class org.htmlparser.filters.StringFilter
Set the locale for uppercase conversion.
setMailLink(boolean) -
Method in class org.htmlparser.tags.LinkTag
Insert the method's description here.
setMatchClass(Class) -
Method in class org.htmlparser.filters.NodeClassFilter
Set the class to match.
setMetaTagContents(String) -
Method in class org.htmlparser.tags.MetaTag
Set the CONTENT
attribute.
setMetaTagName(String) -
Method in class org.htmlparser.tags.MetaTag
Set the NAME
attribute.
setMonitor(ConnectionMonitor) -
Method in class org.htmlparser.http.ConnectionManager
Set the monitoring object.
setName(String) -
Method in class org.htmlparser.Attribute
Set the name of this attribute.
setName(String) -
Method in class org.htmlparser.filters.TagNameFilter
Set the tag name.
setNameEndPosition(int) -
Method in class org.htmlparser.lexer.PageAttribute
Set the ending position of the attribute name.
setNameStartPosition(int) -
Method in class org.htmlparser.lexer.PageAttribute
Set the starting position of the attribute name.
setNodeFactory(NodeFactory) -
Method in class org.htmlparser.lexer.Lexer
Set the current node factory.
setNodeFactory(NodeFactory) -
Method in class org.htmlparser.Parser
Set the current node factory.
setNodeFilter(NodeFilter, Parser) -
Method in class org.htmlparser.parserapplications.filterbuilder.Filter
Assign the underlying node filter for this wrapper.
setNodeFilter(NodeFilter, Parser) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.AndFilterWrapper
Assign the underlying node filter for this wrapper.
setNodeFilter(NodeFilter, Parser) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasAttributeFilterWrapper
Assign the underlying node filter for this wrapper.
setNodeFilter(NodeFilter, Parser) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasChildFilterWrapper
Assign the underlying node filter for this wrapper.
setNodeFilter(NodeFilter, Parser) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasParentFilterWrapper
Assign the underlying node filter for this wrapper.
setNodeFilter(NodeFilter, Parser) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasSiblingFilterWrapper
Assign the underlying node filter for this wrapper.
setNodeFilter(NodeFilter, Parser) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.NodeClassFilterWrapper
Assign the underlying node filter for this wrapper.
setNodeFilter(NodeFilter, Parser) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.NotFilterWrapper
Assign the underlying node filter for this wrapper.
setNodeFilter(NodeFilter, Parser) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.OrFilterWrapper
Assign the underlying node filter for this wrapper.
setNodeFilter(NodeFilter, Parser) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.RegexFilterWrapper
Assign the underlying node filter for this wrapper.
setNodeFilter(NodeFilter, Parser) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.StringFilterWrapper
Assign the underlying node filter for this wrapper.
setNodeFilter(NodeFilter, Parser) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.TagNameFilterWrapper
Assign the underlying node filter for this wrapper.
setNodes() -
Method in class org.htmlparser.beans.FilterBean
Fetch the URL contents and filter it.
setObjectClassId(String) -
Method in class org.htmlparser.tags.ObjectTag
Set the CLASSID attribute.
setObjectCodeBase(String) -
Method in class org.htmlparser.tags.ObjectTag
Set the CODEBASE attribute.
setObjectCodeType(String) -
Method in class org.htmlparser.tags.ObjectTag
Set the CODETYPE attribute.
setObjectData(String) -
Method in class org.htmlparser.tags.ObjectTag
Set the DATA attribute.
setObjectHeight(String) -
Method in class org.htmlparser.tags.ObjectTag
Set the HEIGHT attribute.
setObjectParams(Hashtable) -
Method in class org.htmlparser.tags.ObjectTag
Set the enclosed PARAM children.
setObjectStandby(String) -
Method in class org.htmlparser.tags.ObjectTag
Set the STANDBY attribute.
setObjectType(String) -
Method in class org.htmlparser.tags.ObjectTag
Set the TYPE attribute.
setObjectWidth(String) -
Method in class org.htmlparser.tags.ObjectTag
Set the WIDTH attribute.
setOrigin(Point) -
Method in class org.htmlparser.lexerapplications.thumbelina.Picture
Setter for property origin.
setPage(Page) -
Method in class org.htmlparser.lexer.Lexer
Set the page this lexer is working on.
setPage(Page) -
Method in class org.htmlparser.lexer.PageAttribute
Set the page this attribute is anchored to.
setPage(Page) -
Method in interface org.htmlparser.Node
Set the page this node came from.
setPage(Page) -
Method in class org.htmlparser.nodes.AbstractNode
Set the page this node came from.
setParent(Node) -
Method in interface org.htmlparser.Node
Sets the parent of this node.
setParent(Node) -
Method in class org.htmlparser.nodes.AbstractNode
Sets the parent of this node.
setParentFilter(NodeFilter) -
Method in class org.htmlparser.filters.HasParentFilter
Set the filter for this HasParentFilter.
setParser(Parser) -
Method in class org.htmlparser.beans.FilterBean
Set the parser for the bean.
setParserFeedback(ParserFeedback) -
Static method in class org.htmlparser.util.FeedbackManager
setPassword(String) -
Method in class org.htmlparser.http.ConnectionManager
Set the URL users's password.
setPath(String) -
Method in class org.htmlparser.http.Cookie
This cookie should be presented only with requests beginning with this
URL.
setPattern(String) -
Method in class org.htmlparser.filters.RegexFilter
Set the search pattern.
setPattern(String) -
Method in class org.htmlparser.filters.StringFilter
Set the search pattern.
setPosition(int) -
Method in class org.htmlparser.lexer.Cursor
Set the position of this cursor.
setPosition(int) -
Method in class org.htmlparser.lexer.Lexer
Set the current cursor position.
setPredicate(NodeFilter) -
Method in class org.htmlparser.filters.NotFilter
Set the predicate for this NotFilter.
setPredicates(NodeFilter[]) -
Method in class org.htmlparser.filters.AndFilter
Set the predicates for this AndFilter.
setPredicates(NodeFilter[]) -
Method in class org.htmlparser.filters.OrFilter
Set the predicates for this OrFilter.
setPreferredSize(Dimension) -
Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Sets the preferred size of this component.
setProperty(String, Object) -
Method in class org.htmlparser.sax.XMLReader
Set the value of a property.
setProxyHost(String) -
Method in class org.htmlparser.http.ConnectionManager
Set the proxy host to use.
setProxyPassword(String) -
Method in class org.htmlparser.http.ConnectionManager
Get the proxy user's password.
setProxyPort(int) -
Method in class org.htmlparser.http.ConnectionManager
Set the proxy port number.
setProxyUser(String) -
Method in class org.htmlparser.http.ConnectionManager
Set the user name for proxy authorization.
setQuote(char) -
Method in class org.htmlparser.Attribute
Set the quote surrounding the value of the attribute.
setRawValue(String) -
Method in class org.htmlparser.Attribute
Set the value of the attribute and the quote character.
setRecursive(boolean) -
Method in class org.htmlparser.beans.FilterBean
Set the recursion behaviour.
setRecursive(boolean) -
Method in class org.htmlparser.filters.HasChildFilter
Sets whether the filter is recursive or not.
setRecursive(boolean) -
Method in class org.htmlparser.filters.HasParentFilter
Sets whether the filter is recursive or not.
setRedirectionProcessingEnabled(boolean) -
Method in class org.htmlparser.http.ConnectionManager
Enables or disables manual redirection handling.
setRemarkPrototype(Remark) -
Method in class org.htmlparser.PrototypicalNodeFactory
Set the object to be used to generate remark nodes.
setReplaceNonBreakingSpaces(boolean) -
Method in class org.htmlparser.beans.HTMLTextBean
Set the 'replace non breaking spaces' state.
setReplaceNonBreakingSpaces(boolean) -
Method in class org.htmlparser.beans.StringBean
Set the 'replace non breaking spaces' state.
setRequestProperties(Hashtable) -
Method in class org.htmlparser.http.ConnectionManager
Set the current request properties.
setResource(String) -
Method in class org.htmlparser.Parser
Set the html, a url, or a file.
setRootNode(Node) -
Method in class org.htmlparser.util.NodeTreeWalker
Sets the specified Node as the root Node.
setScriptCode(String) -
Method in class org.htmlparser.tags.ScriptTag
Set the code contents.
setSecure(boolean) -
Method in class org.htmlparser.http.Cookie
Indicates to the user agent that the cookie should only be sent using a
secure protocol (https).
setSelected(boolean) -
Method in class org.htmlparser.parserapplications.filterbuilder.Filter
Set the 'selected look' for the component.
setSelected(boolean) -
Method in class org.htmlparser.parserapplications.filterbuilder.SubFilterList
Set the 'selected look' for the component.
setSequencerActive(boolean) -
Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Sets the sequencer activity state.
setSiblingFilter(NodeFilter) -
Method in class org.htmlparser.filters.HasSiblingFilter
Set the filter for this HasSiblingFilter.
setSource(String) -
Method in class org.htmlparser.parserapplications.SiteCapturer
Setter for property source.
setSpeed(int) -
Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Set the sequencer delay time.
setStartPosition(int) -
Method in interface org.htmlparser.Node
Sets the starting position of the node.
setStartPosition(int) -
Method in class org.htmlparser.nodes.AbstractNode
Sets the starting position of the node.
setStatus(String) -
Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
setStatusBarVisible(boolean) -
Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Sets the status bar visibility.
setStrategy(int) -
Method in class org.htmlparser.filters.RegexFilter
Set the search pattern.
setStrings() -
Method in class org.htmlparser.beans.StringBean
Fetch the URL contents.
setSubNodeFilters(NodeFilter[]) -
Method in class org.htmlparser.parserapplications.filterbuilder.Filter
Assign the underlying node filter's subordinate filters.
setSubNodeFilters(NodeFilter[]) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.AndFilterWrapper
Assign the underlying node filter's subordinate filters.
setSubNodeFilters(NodeFilter[]) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasAttributeFilterWrapper
Assign the underlying node filter's subordinate filters.
setSubNodeFilters(NodeFilter[]) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasChildFilterWrapper
Assign the underlying node filter's subordinate filters.
setSubNodeFilters(NodeFilter[]) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasParentFilterWrapper
Assign the underlying node filter's subordinate filters.
setSubNodeFilters(NodeFilter[]) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasSiblingFilterWrapper
Assign the underlying node filter's subordinate filters.
setSubNodeFilters(NodeFilter[]) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.NodeClassFilterWrapper
Assign the underlying node filter's subordinate filters.
setSubNodeFilters(NodeFilter[]) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.NotFilterWrapper
Assign the underlying node filter's subordinate filters.
setSubNodeFilters(NodeFilter[]) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.OrFilterWrapper
Assign the underlying node filter's subordinate filters.
setSubNodeFilters(NodeFilter[]) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.RegexFilterWrapper
Assign the underlying node filter's subordinate filters.
setSubNodeFilters(NodeFilter[]) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.StringFilterWrapper
Assign the underlying node filter's subordinate filters.
setSubNodeFilters(NodeFilter[]) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.TagNameFilterWrapper
Assign the underlying node filter's subordinate filters.
setTagBegin(int) -
Method in class org.htmlparser.nodes.TagNode
Sets the nodeBegin.
setTagEnd(int) -
Method in class org.htmlparser.nodes.TagNode
Sets the nodeEnd.
setTagName(String) -
Method in class org.htmlparser.nodes.TagNode
Set the name of this tag.
setTagName(String) -
Method in interface org.htmlparser.Tag
Set the name of this tag.
setTagPrototype(Tag) -
Method in class org.htmlparser.PrototypicalNodeFactory
Set the object to be used to generate tag nodes.
setTarget(String) -
Method in class org.htmlparser.parserapplications.SiteCapturer
Setter for property target.
setText(String) -
Method in interface org.htmlparser.Node
Sets the string contents of the node.
setText(String) -
Method in class org.htmlparser.nodes.AbstractNode
Sets the string contents of the node.
setText(String) -
Method in class org.htmlparser.nodes.RemarkNode
Sets the string contents of the node.
setText(String) -
Method in class org.htmlparser.nodes.TagNode
Parses the given text to create the tag contents.
setText(String) -
Method in class org.htmlparser.nodes.TextNode
Sets the string contents of the node.
setText(String) -
Method in interface org.htmlparser.Remark
Sets the string contents of the node.
setText(String) -
Method in interface org.htmlparser.Text
Sets the contents of the node.
setTextPrototype(Text) -
Method in class org.htmlparser.PrototypicalNodeFactory
Set the object to be used to generate text nodes.
setThisScanner(Scanner) -
Method in class org.htmlparser.nodes.TagNode
Set the scanner associated with this tag.
setThisScanner(Scanner) -
Method in interface org.htmlparser.Tag
Set the scanner associated with this tag.
setTitle(String) -
Method in class org.htmlparser.visitors.HtmlPage
setType(String) -
Method in class org.htmlparser.tags.ScriptTag
Set the mime type of the script tag.
setupDropTargets(Filter[]) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
Set up drop targets.
setupMouseListeners(Filter[]) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
Set up mouse listeners.
setUpperPattern() -
Method in class org.htmlparser.filters.StringFilter
Set the real (upper case) comparison string.
setURL(String) -
Method in class org.htmlparser.beans.BeanyBaby
Set the URL for the bean.
setURL(String) -
Method in class org.htmlparser.beans.FilterBean
Set the URL to extract strings from.
setURL(String) -
Method in class org.htmlparser.beans.HTMLLinkBean
Setter for property URL.
setURL(String) -
Method in class org.htmlparser.beans.HTMLTextBean
Setter for property URL.
setURL(String) -
Method in class org.htmlparser.beans.LinkBean
Setter for property URL.
setURL(String) -
Method in class org.htmlparser.beans.StringBean
Set the URL to extract strings from.
setUrl(String) -
Method in class org.htmlparser.lexer.Page
Set the URL for this page.
setURL(String) -
Method in class org.htmlparser.Parser
Set the URL for this parser.
setUser(String) -
Method in class org.htmlparser.http.ConnectionManager
Set the user name to access the URL.
setValid(boolean) -
Method in class org.htmlparser.lexerapplications.thumbelina.Picture
Sets the validity of the picture.
setValid(boolean) -
Method in interface org.htmlparser.lexerapplications.thumbelina.Tile
Sets the validity of the tile.
setValue(String) -
Method in class org.htmlparser.Attribute
Set the value of the attribute.
setValue(String) -
Method in class org.htmlparser.http.Cookie
Sets the value of the cookie.
setValue(String) -
Method in class org.htmlparser.tags.OptionTag
Set the value of the value attribute.
setValueEndPosition(int) -
Method in class org.htmlparser.lexer.PageAttribute
Set the ending position of the attribute value.
setValueStartPosition(int) -
Method in class org.htmlparser.lexer.PageAttribute
Set the starting position of the attribute value.
setVersion(int) -
Method in class org.htmlparser.http.Cookie
Sets the version of the cookie protocol used when this cookie saves
itself.
shouldRecurseChildren() -
Method in class org.htmlparser.visitors.NodeVisitor
Depth traversal predicate.
shouldRecurseSelf() -
Method in class org.htmlparser.visitors.NodeVisitor
Self traversal predicate.
showContextMenu(MouseEvent) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
Show a pop up context menu.
SimpleNodeIterator - Interface in org.htmlparser.util
The HTMLSimpleEnumeration interface is similar to NodeIterator,
except that it does not throw exceptions.
SiteCapturer - Class in org.htmlparser.parserapplications
Save a web site locally.
SiteCapturer() -
Constructor for class org.htmlparser.parserapplications.SiteCapturer
Create a web site capturer.
size() -
Method in class org.htmlparser.lexer.PageIndex
Get the count of elements.
size() -
Method in class org.htmlparser.util.NodeList
skip(long) -
Method in class org.htmlparser.lexer.InputStreamSource
Skip characters.
skip(long) -
Method in class org.htmlparser.lexer.Source
Skip characters.
skip(long) -
Method in class org.htmlparser.lexer.StringSource
Skip characters.
Sort - Class in org.htmlparser.util.sort
A quick sort algorithm to sort Vectors or arrays.
Sortable - Interface in org.htmlparser.util.sort
Provides a mechanism to abstract the sort process.
Source - Class in org.htmlparser.lexer
A buffered source of characters.
Source() -
Constructor for class org.htmlparser.lexer.Source
spaces(StringBuffer, int) -
Static method in class org.htmlparser.parserapplications.filterbuilder.Filter
Append count spaces to the buffer.
Span - Class in org.htmlparser.tags
A span tag.
Span() -
Constructor for class org.htmlparser.tags.Span
Create a new span tag.
splitButChars(String, String) -
Static method in class org.htmlparser.util.ParserUtils
Split the input string considering as string separator
all the characters
with the only exception of the characters specified in charsDoNotBeRemoved param.
splitButDigits(String, String) -
Static method in class org.htmlparser.util.ParserUtils
Split the input string considering as string separator
all the not numerical characters
with the only exception of the characters specified in charsDoNotBeRemoved param.
splitChars(String, String) -
Static method in class org.htmlparser.util.ParserUtils
Split the input string considering as string separator
the chars specified in the input variable charsToBeRemoved.
splitSpaces(String, String) -
Static method in class org.htmlparser.util.ParserUtils
Split the input string considering as string separator
all the spaces and tabs like chars and
the chars specified in the input variable charsToBeRemoved.
splitTags(String, String[]) -
Static method in class org.htmlparser.util.ParserUtils
Split the input string in a string array,
considering the tags as delimiter for splitting.
splitTags(String, String[], boolean, boolean) -
Static method in class org.htmlparser.util.ParserUtils
Split the input string in a string array,
considering the tags as delimiter for splitting.
splitTags(String, Class) -
Static method in class org.htmlparser.util.ParserUtils
Split the input string in a string array,
considering the tags as delimiter for splitting.
splitTags(String, Class, boolean, boolean) -
Static method in class org.htmlparser.util.ParserUtils
Split the input string in a string array,
considering the tags as delimiter for splitting.
splitTags(String, NodeFilter) -
Static method in class org.htmlparser.util.ParserUtils
Split the input string in a string array,
considering the tags as delimiter for splitting.
splitTags(String, NodeFilter, boolean, boolean) -
Static method in class org.htmlparser.util.ParserUtils
Split the input string in a string array,
considering the tags as delimiter for splitting.
STATE_CHECKSUM -
Static variable in class org.htmlparser.scanners.ScriptDecoder
State when reading the checksum.
STATE_DECODE -
Static variable in class org.htmlparser.scanners.ScriptDecoder
State while decoding.
STATE_DONE -
Static variable in class org.htmlparser.scanners.ScriptDecoder
Termination state.
STATE_ESCAPE -
Static variable in class org.htmlparser.scanners.ScriptDecoder
State when reading an escape sequence.
STATE_FINAL -
Static variable in class org.htmlparser.scanners.ScriptDecoder
State while exiting.
STATE_INITIAL -
Static variable in class org.htmlparser.scanners.ScriptDecoder
State on entry.
STATE_LENGTH -
Static variable in class org.htmlparser.scanners.ScriptDecoder
State while reading the encoded length.
STATE_PREFIX -
Static variable in class org.htmlparser.scanners.ScriptDecoder
State when reading up to decoded text.
stateChanged(ChangeEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Handles the speed slider events.
STDOUT -
Static variable in class org.htmlparser.Parser
A verbose message sink.
strategyToIndex(int) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.RegexFilterWrapper
Convert the regex strategy to an index into the map.
strategyToString(int) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.RegexFilterWrapper
Convert the regex strategy to a string.
Stream - Class in org.htmlparser.lexer
Provides for asynchronous fetching from a stream.
Stream(InputStream) -
Constructor for class org.htmlparser.lexer.Stream
Construct a stream with no assumptions about the number of bytes available.
Stream(InputStream, int) -
Constructor for class org.htmlparser.lexer.Stream
Construct a stream to read the given number of bytes.
STRICT -
Static variable in class org.htmlparser.scanners.ScriptScanner
Strict parsing of CDATA flag.
STRICT_REMARKS -
Static variable in class org.htmlparser.lexer.Lexer
Process remarks strictly flag.
StringBean - Class in org.htmlparser.beans
Extract strings from a URL.
StringBean() -
Constructor for class org.htmlparser.beans.StringBean
Create a StringBean object.
StringFilter - Class in org.htmlparser.filters
This class accepts all string nodes containing the given string.
StringFilter() -
Constructor for class org.htmlparser.filters.StringFilter
Creates a new instance of StringFilter that accepts all string nodes.
StringFilter(String) -
Constructor for class org.htmlparser.filters.StringFilter
Creates a StringFilter that accepts text nodes containing a string.
StringFilter(String, boolean) -
Constructor for class org.htmlparser.filters.StringFilter
Creates a StringFilter that accepts text nodes containing a string.
StringFilter(String, boolean, Locale) -
Constructor for class org.htmlparser.filters.StringFilter
Creates a StringFilter that accepts text nodes containing a string.
StringFilterWrapper - Class in org.htmlparser.parserapplications.filterbuilder.wrappers
Wrapper for StringFilters.
StringFilterWrapper() -
Constructor for class org.htmlparser.parserapplications.filterbuilder.wrappers.StringFilterWrapper
Create a wrapper over a new StringFilter.
StringFindingVisitor - Class in org.htmlparser.visitors
StringFindingVisitor(String) -
Constructor for class org.htmlparser.visitors.StringFindingVisitor
StringFindingVisitor(String, Locale) -
Constructor for class org.htmlparser.visitors.StringFindingVisitor
stringFoundCount() -
Method in class org.htmlparser.visitors.StringFindingVisitor
StringSource - Class in org.htmlparser.lexer
A source of characters based on a String.
StringSource(String) -
Constructor for class org.htmlparser.lexer.StringSource
Construct a source using the provided string.
StringSource(String, String) -
Constructor for class org.htmlparser.lexer.StringSource
Construct a source using the provided string and encoding.
stringToStrategy(String) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.RegexFilterWrapper
Convert a string to a regex strategy.
stringWasFound() -
Method in class org.htmlparser.visitors.StringFindingVisitor
StyleScanner - Class in org.htmlparser.scanners
The StyleScanner handles style elements.
StyleScanner() -
Constructor for class org.htmlparser.scanners.StyleScanner
Create a style scanner.
StyleTag - Class in org.htmlparser.tags
A StyleTag represents a <style> tag.
StyleTag() -
Constructor for class org.htmlparser.tags.StyleTag
Create a new style tag.
SubFilterList - Class in org.htmlparser.parserapplications.filterbuilder
A helper class for lists of filters within filters.
SubFilterList(Filter, String, int) -
Constructor for class org.htmlparser.parserapplications.filterbuilder.SubFilterList
Creates a container panel.
swap(int, int) -
Method in class org.htmlparser.lexer.PageIndex
Swaps the elements at the given indicies.
swap(int, int) -
Method in interface org.htmlparser.util.sort.Sortable
Swaps the elements at the given indicies.
synchronous -
Variable in class org.htmlparser.lexer.Stream
The number of synchronous (blocking) fills.
T
- TableColumn - Class in org.htmlparser.tags
- A table column tag.
- TableColumn() -
Constructor for class org.htmlparser.tags.TableColumn
- Create a new table column tag.
- TableHeader - Class in org.htmlparser.tags
- A table header tag.
- TableHeader() -
Constructor for class org.htmlparser.tags.TableHeader
- Create a new table header tag.
- TableRow - Class in org.htmlparser.tags
- A table row tag.
- TableRow() -
Constructor for class org.htmlparser.tags.TableRow
- Create a new table row tag.
- TableTag - Class in org.htmlparser.tags
- A table tag.
- TableTag() -
Constructor for class org.htmlparser.tags.TableTag
- Create a new table tag.
- Tag - Interface in org.htmlparser
- This interface represents a tag (<xxx yyy="zzz">) in the HTML document.
- TagFindingVisitor - Class in org.htmlparser.visitors
-
- TagFindingVisitor(String[]) -
Constructor for class org.htmlparser.visitors.TagFindingVisitor
-
- TagFindingVisitor(String[], boolean) -
Constructor for class org.htmlparser.visitors.TagFindingVisitor
-
- TagNameFilter - Class in org.htmlparser.filters
- This class accepts all tags matching the tag name.
- TagNameFilter() -
Constructor for class org.htmlparser.filters.TagNameFilter
- Creates a new instance of TagNameFilter.
- TagNameFilter(String) -
Constructor for class org.htmlparser.filters.TagNameFilter
- Creates a TagNameFilter that accepts tags with the given name.
- TagNameFilterWrapper - Class in org.htmlparser.parserapplications.filterbuilder.wrappers
- Wrapper for TagNameFilters.
- TagNameFilterWrapper() -
Constructor for class org.htmlparser.parserapplications.filterbuilder.wrappers.TagNameFilterWrapper
- Create a wrapper over a new TagNameFilter.
- TagNode - Class in org.htmlparser.nodes
- TagNode represents a generic tag.
- TagNode() -
Constructor for class org.htmlparser.nodes.TagNode
- Create an empty tag.
- TagNode(Page, int, int, Vector) -
Constructor for class org.htmlparser.nodes.TagNode
- Create a tag with the location and attributes provided
- TagNode(TagNode, TagScanner) -
Constructor for class org.htmlparser.nodes.TagNode
- Create a tag like the one provided.
- TagScanner - Class in org.htmlparser.scanners
- TagScanner is an abstract superclass, subclassed to create specific scanners.
- TagScanner() -
Constructor for class org.htmlparser.scanners.TagScanner
- Create a (non-composite) tag scanner.
- Text - Interface in org.htmlparser
- This interface represents a piece of the content of the HTML document.
- TextareaTag - Class in org.htmlparser.tags
- A text area tag within a form.
- TextareaTag() -
Constructor for class org.htmlparser.tags.TextareaTag
- Create a new text area tag.
- TextExtractingVisitor - Class in org.htmlparser.visitors
- Extracts text from a web page.
- TextExtractingVisitor() -
Constructor for class org.htmlparser.visitors.TextExtractingVisitor
-
- TextNode - Class in org.htmlparser.nodes
- Normal text in the HTML document is represented by this class.
- TextNode(String) -
Constructor for class org.htmlparser.nodes.TextNode
- Constructor takes in the text string.
- TextNode(Page, int, int) -
Constructor for class org.htmlparser.nodes.TextNode
- Constructor takes in the page and beginning and ending posns.
- throwable -
Variable in exception org.htmlparser.util.ChainedException
-
- Thumbelina - Class in org.htmlparser.lexerapplications.thumbelina
- View images behind thumbnails.
- Thumbelina() -
Constructor for class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Creates a new instance of Thumbelina.
- Thumbelina(String) -
Constructor for class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Creates a new instance of Thumbelina.
- Thumbelina(URL) -
Constructor for class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Creates a new instance of Thumbelina.
- ThumbelinaFrame - Class in org.htmlparser.lexerapplications.thumbelina
- Encapsulate a Thumbelina bean and add menu and preferences support.
- ThumbelinaFrame() -
Constructor for class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Construct a new Thumbelina frame with an idle Thumbelina.
- ThumbelinaFrame(String) -
Constructor for class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Construct a new Thumbelina frame with a Thumbelina primed with one URL.
- ThumbelinaFrame(URL) -
Constructor for class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Construct a new Thumbelina frame with a Thumbelina primed with one URL.
- ThumbelinaFrame(Thumbelina) -
Constructor for class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Construct a new Thumbelina frame with a given Thumbelina.
- Tile - Interface in org.htmlparser.lexerapplications.thumbelina
- Specifies the interface for Tile objects handled by the TileSet class.
- tileAt(int, int) -
Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
- Find the Tile at position x,y
- TileSet - Class in org.htmlparser.lexerapplications.thumbelina
- Class to track tile regions.
- TileSet() -
Constructor for class org.htmlparser.lexerapplications.thumbelina.TileSet
- Construct a tile set.
- TitleTag - Class in org.htmlparser.tags
- A title tag.
- TitleTag() -
Constructor for class org.htmlparser.tags.TitleTag
- Create a new title tag.
- toHtml() -
Method in interface org.htmlparser.Node
- Return the HTML for this node.
- toHtml(boolean) -
Method in interface org.htmlparser.Node
- Return the HTML for this node.
- toHtml() -
Method in class org.htmlparser.nodes.AbstractNode
- Return the HTML for this node.
- toHtml(boolean) -
Method in class org.htmlparser.nodes.AbstractNode
- Return the HTML for this node.
- toHtml(boolean) -
Method in class org.htmlparser.nodes.RemarkNode
- Return The full HTML remark.
- toHtml(boolean) -
Method in class org.htmlparser.nodes.TagNode
- Render the tag as HTML.
- toHtml(boolean) -
Method in class org.htmlparser.nodes.TextNode
- Returns the text of the node.
- toHtml(TagNode) -
Method in class org.htmlparser.parserapplications.filterbuilder.HtmlTreeCellRenderer
- Render the tag as HTML.
- toHtml(boolean) -
Method in class org.htmlparser.tags.CompositeTag
- Return this tag as HTML code.
- toHtml(boolean) -
Method in class org.htmlparser.util.NodeList
- Convert this nodelist into the equivalent HTML.
- toHtml() -
Method in class org.htmlparser.util.NodeList
- Convert this nodelist into the equivalent HTML.
- toJavaCode(StringBuffer, int[]) -
Method in class org.htmlparser.parserapplications.filterbuilder.Filter
- Convert this filter into Java code.
- toJavaCode(StringBuffer, int[]) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.AndFilterWrapper
- Convert this filter into Java code.
- toJavaCode(StringBuffer, int[]) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasAttributeFilterWrapper
- Convert this filter into Java code.
- toJavaCode(StringBuffer, int[]) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasChildFilterWrapper
- Convert this filter into Java code.
- toJavaCode(StringBuffer, int[]) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasParentFilterWrapper
- Convert this filter into Java code.
- toJavaCode(StringBuffer, int[]) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasSiblingFilterWrapper
- Convert this filter into Java code.
- toJavaCode(StringBuffer, int[]) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.NodeClassFilterWrapper
- Convert this filter into Java code.
- toJavaCode(StringBuffer, int[]) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.NotFilterWrapper
- Convert this filter into Java code.
- toJavaCode(StringBuffer, int[]) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.OrFilterWrapper
- Convert this filter into Java code.
- toJavaCode(StringBuffer, int[]) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.RegexFilterWrapper
- Convert this filter into Java code.
- toJavaCode(StringBuffer, int[]) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.StringFilterWrapper
- Convert this filter into Java code.
- toJavaCode(StringBuffer, int[]) -
Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.TagNameFilterWrapper
- Convert this filter into Java code.
- toNodeArray() -
Method in class org.htmlparser.util.NodeList
-
- toPlainTextString() -
Method in interface org.htmlparser.Node
- A string representation of the node.
- toPlainTextString() -
Method in class org.htmlparser.nodes.AbstractNode
- Returns a string representation of the node.
- toPlainTextString() -
Method in class org.htmlparser.nodes.RemarkNode
- Return the remark text.
- toPlainTextString() -
Method in class org.htmlparser.nodes.TagNode
- Get the plain text from this node.
- toPlainTextString() -
Method in class org.htmlparser.nodes.TextNode
- Returns the text of the node.
- toPlainTextString() -
Method in class org.htmlparser.tags.CompositeTag
- Return the textual contents of this tag and it's children.
- toString() -
Method in class org.htmlparser.Attribute
- Get a text representation of this attribute.
- toString(StringBuffer) -
Method in class org.htmlparser.Attribute
- Get a text representation of this attribute.
- toString() -
Method in class org.htmlparser.http.Cookie
- Convert this cookie into a user friendly string.
- toString() -
Method in class org.htmlparser.lexer.Cursor
- Return a string representation of this cursor
- toString() -
Method in class org.htmlparser.lexer.Page
- Display some of this page as a string.
- toString() -
Method in class org.htmlparser.lexerapplications.thumbelina.Picture
- Create a string representation of the picture.
- toString(Rectangle) -
Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Converts the rectangle to a string.
- toString() -
Method in interface org.htmlparser.Node
- Return the string representation of the node.
- toString() -
Method in class org.htmlparser.nodes.AbstractNode
- Return a string representation of the node.
- toString() -
Method in class org.htmlparser.nodes.RemarkNode
- Print the contents of the remark tag.
- toString() -
Method in class org.htmlparser.nodes.TagNode
- Print the contents of the tag.
- toString() -
Method in class org.htmlparser.nodes.TextNode
- Express this string node as a printable string
This is suitable for display in a debugger or output to a printout.
- toString() -
Method in class org.htmlparser.parserapplications.filterbuilder.Filter
- Returns a string representation of this component and its values.
- toString(int, int) -
Method in class org.htmlparser.parserapplications.filterbuilder.SubFilterList
- Get the bytes for this command as a String.
- toString() -
Method in class org.htmlparser.tags.AppletTag
- Output a string representing this applet tag.
- toString() -
Method in class org.htmlparser.tags.CompositeTag
- Return a string representation of the contents of this tag, it's children and it's end tag suitable for debugging.
- toString(int, StringBuffer) -
Method in class org.htmlparser.tags.CompositeTag
- Return a string representation of the contents of this tag, it's children and it's end tag suitable for debugging.
- toString() -
Method in class org.htmlparser.tags.DoctypeTag
- Return a string representation of the contents of this
!DOCTYPE
tag suitable for debugging.
- toString() -
Method in class org.htmlparser.tags.FormTag
- Return a string representation of the contents of this
FORM
tag suitable for debugging.
- toString() -
Method in class org.htmlparser.tags.FrameSetTag
- Return a string representation of the contents of this
FRAMESET
tag suitable for debugging.
- toString() -
Method in class org.htmlparser.tags.FrameTag
- Return a string representation of the contents of this
FRAME
tag suitable for debugging.
- toString() -
Method in class org.htmlparser.tags.HeadTag
- Returns a string representation of this
HEAD
tag suitable for debugging.
- toString() -
Method in class org.htmlparser.tags.JspTag
- Returns a string representation of this jsp tag suitable for debugging.
- toString() -
Method in class org.htmlparser.tags.LabelTag
- Returns a string representation of this label tag suitable for debugging.
- toString() -
Method in class org.htmlparser.tags.LinkTag
- Return the contents of this link node as a string suitable for debugging.
- toString() -
Method in class org.htmlparser.tags.ObjectTag
- Output a string representing this object tag.
- toString() -
Method in class org.htmlparser.tags.OptionTag
- Return a string representation of this node suitable for debugging.
- toString() -
Method in class org.htmlparser.tags.ProcessingInstructionTag
- Returns a string representation of this processing instruction suitable for debugging.
- toString() -
Method in class org.htmlparser.tags.ScriptTag
- Print the contents of the script tag suitable for debugging display.
- toString() -
Method in class org.htmlparser.tags.StyleTag
- Print the contents of the style node.
- toString() -
Method in class org.htmlparser.tags.TableTag
- Return a string suitable for debugging display.
- toString() -
Method in class org.htmlparser.tags.TitleTag
- Return a string representation of this tag for debugging.
- toString() -
Method in class org.htmlparser.util.CharacterReference
- Visualize this character reference as a string.
- toString() -
Method in class org.htmlparser.util.NodeList
- Return the contents of the list as a string.
- toText(TextNode) -
Method in class org.htmlparser.parserapplications.filterbuilder.HtmlTreeCellRenderer
- Express this string node as a printable string
This is suitable for display in a debugger or output to a printout.
- TRANSFER_SIZE -
Variable in class org.htmlparser.lexerapplications.thumbelina.Picture
- Copy buffer size.
- TRANSFER_SIZE -
Variable in class org.htmlparser.parserapplications.SiteCapturer
- Copy buffer size.
- Translate - Class in org.htmlparser.util
- Translate numeric character references and character entity references to unicode characters.
- trimAllTags(String, boolean) -
Static method in class org.htmlparser.util.ParserUtils
- Trim the input string, removing all the tags in the input string.
- trimButChars(String, String) -
Static method in class org.htmlparser.util.ParserUtils
- Remove from the input string all the characters
with the only exception of the characters specified in charsDoNotBeRemoved param.
- trimButCharsBeginEnd(String, String) -
Static method in class org.htmlparser.util.ParserUtils
- Remove from the beginning and the end of the input string all the characters
with the only exception of the characters specified in charsDoNotBeRemoved param.
- trimButDigits(String, String) -
Static method in class org.htmlparser.util.ParserUtils
- Remove from the input string all the not numerical characters
with the only exception of the characters specified in charsDoNotBeRemoved param.
- trimButDigitsBeginEnd(String, String) -
Static method in class org.htmlparser.util.ParserUtils
- Remove from the beginning and the end of the input string all the not numerical characters
with the only exception of the characters specified in charsDoNotBeRemoved param.
- trimChars(String, String) -
Static method in class org.htmlparser.util.ParserUtils
- Remove from the input string all the chars specified in the input variable charsToBeRemoved.
- trimCharsBeginEnd(String, String) -
Static method in class org.htmlparser.util.ParserUtils
- Remove from the beginning and the end of the input string all the chars specified in the input variable charsToBeRemoved.
- trimSpaces(String, String) -
Static method in class org.htmlparser.util.ParserUtils
- Remove from the input string all the spaces and tabs like chars.
- trimSpacesBeginEnd(String, String) -
Static method in class org.htmlparser.util.ParserUtils
- Remove from the beginning and the end of the input string all the spaces and tabs like chars.
- trimTags(String, String[]) -
Static method in class org.htmlparser.util.ParserUtils
- Trim all tags in the input string and
return a string like the input one
without the tags and their content.
- trimTags(String, String[], boolean, boolean) -
Static method in class org.htmlparser.util.ParserUtils
- Trim all tags in the input string and
return a string like the input one
without the tags and their content (optional).
- trimTags(String, Class) -
Static method in class org.htmlparser.util.ParserUtils
- Trim all tags in the input string and
return a string like the input one
without the tags and their content.
- trimTags(String, Class, boolean, boolean) -
Static method in class org.htmlparser.util.ParserUtils
- Trim all tags in the input string and
return a string like the input one
without the tags and their content (optional).
- trimTags(String, NodeFilter) -
Static method in class org.htmlparser.util.ParserUtils
- Trim all tags in the input string and
return a string like the input one
without the tags and their content.
- trimTags(String, NodeFilter, boolean, boolean) -
Static method in class org.htmlparser.util.ParserUtils
- Trim all tags in the input string and
return a string like the input one
without the tags and their content (optional).
- tutorialAction() -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- The action to take when "Tutorial" menu pressed.
U
- unescape(String) -
Static method in class org.htmlparser.filters.CssSelectorNodeFilter
- Replace escape sequences in a string.
- ungetCharacter(Cursor) -
Method in class org.htmlparser.lexer.Page
- Return a character.
- UNIT_INCREMENT -
Static variable in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
- Scrolling unit increment (both directions).
- unpickle(byte[]) -
Static method in class org.htmlparser.parserapplications.filterbuilder.Filter
- Reconstitute a serialized object.
- unread() -
Method in class org.htmlparser.lexer.InputStreamSource
- Undo the read of a single character.
- unread() -
Method in class org.htmlparser.lexer.Source
- Undo the read of a single character.
- unread() -
Method in class org.htmlparser.lexer.StringSource
- Undo the read of a single character.
- unregisterTag(Tag) -
Method in class org.htmlparser.PrototypicalNodeFactory
- Unregister a tag.
- update(Graphics) -
Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
- Updates this component.
- update(Graphics) -
Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
-
- updateMenu() -
Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Adjusts the menu, by inserting the current MRU list.
- updateMRU(String) -
Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Updates the user preferences based on the most recently used list.
- updateNodes(NodeList) -
Method in class org.htmlparser.beans.FilterBean
- Assign the
Nodes
property, firing the property change.
- updateQueueSize(int, int) -
Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Apply a change in 'to be examined' URL list size.
- updateStrings(String) -
Method in class org.htmlparser.beans.StringBean
- Assign the
Strings
property, firing the property change.
- updateVisitedSize(int, int) -
Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Apply a change in 'visited' URL list size.
- UrlModifyingVisitor - Class in org.htmlparser.visitors
-
- UrlModifyingVisitor(String) -
Constructor for class org.htmlparser.visitors.UrlModifyingVisitor
-
V
- valueChanged(ListSelectionEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
- Handles the history list events.
- valueForPathChanged(TreePath, Object) -
Method in class org.htmlparser.parserapplications.filterbuilder.HtmlTreeModel
- Messaged when the user has altered the value for the item identified by path to newValue.
- VERSION_DATE -
Static variable in class org.htmlparser.lexer.Lexer
- The date of the version ("Jun 10, 2006").
- VERSION_DATE -
Static variable in class org.htmlparser.Parser
- The date of the version ("Jun 10, 2006").
- VERSION_NUMBER -
Static variable in class org.htmlparser.lexer.Lexer
- The floating point version number (1.6).
- VERSION_NUMBER -
Static variable in class org.htmlparser.Parser
- The floating point version number (1.6).
- VERSION_STRING -
Static variable in class org.htmlparser.lexer.Lexer
- The display version ("1.6 (Release Build Jun 10, 2006)").
- VERSION_STRING -
Static variable in class org.htmlparser.Parser
- The display version ("1.6 (Release Build Jun 10, 2006)").
- VERSION_TYPE -
Static variable in class org.htmlparser.lexer.Lexer
- The type of version ("Release Build").
- VERSION_TYPE -
Static variable in class org.htmlparser.Parser
- The type of version ("Release Build").
- VerticalLayoutManager - Class in org.htmlparser.parserapplications.filterbuilder.layouts
- A layout manager like a vertical FlowLayout.
- VerticalLayoutManager() -
Constructor for class org.htmlparser.parserapplications.filterbuilder.layouts.VerticalLayoutManager
- Constructs a VerticalLayoutManager object.
- visitAllNodesWith(NodeVisitor) -
Method in class org.htmlparser.Parser
- Apply the given visitor to the current page.
- visitAllNodesWith(NodeVisitor) -
Method in class org.htmlparser.util.NodeList
- Utility to apply a visitor to a node list.
- visitEndTag(Tag) -
Method in class org.htmlparser.beans.StringBean
- Resets the state of the PRE and SCRIPT flags.
- visitEndTag(Tag) -
Method in class org.htmlparser.visitors.NodeVisitor
- Called for each
Tag
visited that is an end tag.
- visitEndTag(Tag) -
Method in class org.htmlparser.visitors.TagFindingVisitor
-
- visitEndTag(Tag) -
Method in class org.htmlparser.visitors.TextExtractingVisitor
-
- visitEndTag(Tag) -
Method in class org.htmlparser.visitors.UrlModifyingVisitor
-
- visitRemarkNode(Remark) -
Method in class org.htmlparser.visitors.NodeVisitor
- Called for each
RemarkNode
visited.
- visitRemarkNode(Remark) -
Method in class org.htmlparser.visitors.UrlModifyingVisitor
-
- visitStringNode(Text) -
Method in class org.htmlparser.beans.StringBean
- Appends the text to the output.
- visitStringNode(Text) -
Method in class org.htmlparser.visitors.NodeVisitor
- Called for each
StringNode
visited.
- visitStringNode(Text) -
Method in class org.htmlparser.visitors.StringFindingVisitor
-
- visitStringNode(Text) -
Method in class org.htmlparser.visitors.TextExtractingVisitor
-
- visitStringNode(Text) -
Method in class org.htmlparser.visitors.UrlModifyingVisitor
-
- visitTag(Tag) -
Method in class org.htmlparser.beans.StringBean
- Appends a NEWLINE to the output if the tag breaks flow, and
possibly sets the state of the PRE and SCRIPT flags.
- visitTag(Tag) -
Method in class org.htmlparser.visitors.HtmlPage
-
- visitTag(Tag) -
Method in class org.htmlparser.visitors.LinkFindingVisitor
-
- visitTag(Tag) -
Method in class org.htmlparser.visitors.NodeVisitor
- Called for each
Tag
visited.
- visitTag(Tag) -
Method in class org.htmlparser.visitors.ObjectFindingVisitor
-
- visitTag(Tag) -
Method in class org.htmlparser.visitors.TagFindingVisitor
-
- visitTag(Tag) -
Method in class org.htmlparser.visitors.TextExtractingVisitor
-
- visitTag(Tag) -
Method in class org.htmlparser.visitors.UrlModifyingVisitor
-
W
- warning(String) -
Method in class org.htmlparser.sax.Feedback
- Warning message.
- warning(String) -
Method in class org.htmlparser.util.DefaultParserFeedback
- Print an warning message.
- warning(String) -
Static method in class org.htmlparser.util.FeedbackManager
-
- warning(String) -
Method in interface org.htmlparser.util.ParserFeedback
-
- WikiCapturer - Class in org.htmlparser.parserapplications
- Save a wikiwikiweb locally.
- WikiCapturer() -
Constructor for class org.htmlparser.parserapplications.WikiCapturer
- Create a wikicapturer.
- windowActivated(WindowEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Invoked when the window is set to be the user's
active window, which means the window (or one of its
subcomponents) will receive keyboard events.
- windowActivated(WindowEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
-
- windowActivated(WindowEvent) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Invoked when the window is set to be the user's
active window, which means the window (or one of its
subcomponents) will receive keyboard events.
- windowClosed(WindowEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Invoked when a window has been closed as the result
of calling dispose on the window.
- windowClosed(WindowEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
-
- windowClosed(WindowEvent) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Invoked when a window has been closed as the result
of calling dispose on the window.
- windowClosing(WindowEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Handles window closing event.
- windowClosing(WindowEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
-
- windowClosing(WindowEvent) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Handles window closing event.
- windowDeactivated(WindowEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Invoked when a window is no longer the user's active
window, which means that keyboard events will no longer
be delivered to the window or its subcomponents.
- windowDeactivated(WindowEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
-
- windowDeactivated(WindowEvent) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Invoked when a window is no longer the user's active
window, which means that keyboard events will no longer
be delivered to the window or its subcomponents.
- windowDeiconified(WindowEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Invoked when a window is changed from a minimized
to a normal state.
- windowDeiconified(WindowEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
-
- windowDeiconified(WindowEvent) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Invoked when a window is changed from a minimized
to a normal state.
- windowIconified(WindowEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Invoked when a window is changed from a normal to a
minimized state.
- windowIconified(WindowEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
-
- windowIconified(WindowEvent) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Invoked when a window is changed from a normal to a
minimized state.
- windowOpened(WindowEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
- Invoked the first time a window is made visible.
- windowOpened(WindowEvent) -
Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
-
- windowOpened(WindowEvent) -
Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
- Invoked the first time a window is made visible.
- wrap(NodeFilter, Parser) -
Static method in class org.htmlparser.parserapplications.filterbuilder.Filter
- Returns a wrapped filter.
X
- XMLReader - Class in org.htmlparser.sax
- SAX parser.
- XMLReader() -
Constructor for class org.htmlparser.sax.XMLReader
- Create an SAX parser.
A B C D E F G H I J K L M N O P Q R S T U V W X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
© 2006 Derrick OswaldSep 17, 2006
PREV
NEXT
FRAMES
NO FRAMES
All Classes
HTML Parser is an open source library released under Common Public License. 