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

Quick Search    Search Deep
A B C E G H I L M N O P R S U V

A

actionPerformed(ActionEvent) - Method in class org.htmlparser.beans.BeanyBaby
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.htmlparser.beans.HTMLLinkBean
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.htmlparser.beans.HTMLTextBean
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.htmlparser.beans.LinkBean
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.htmlparser.beans.StringBean
Add a PropertyChangeListener to the listener list.

B

BeanyBaby - class org.htmlparser.beans.BeanyBaby.
Demo of beans.
BeanyBaby() - Constructor for class org.htmlparser.beans.BeanyBaby
Creates new form BeanyBaby

C

carriage_return() - Method in class org.htmlparser.beans.StringBean
Appends a newline to the buffer if there isn't one there already.
collapse(StringBuffer, String) - Method in class org.htmlparser.beans.StringBean
Add the given text collapsing whitespace.

E

equivalent(URL[], URL[]) - Method in class org.htmlparser.beans.LinkBean
Determine if two arrays of URL's are the same.
exitForm(WindowEvent) - Method in class org.htmlparser.beans.BeanyBaby
Exit the Application
extractLinks(String) - Method in class org.htmlparser.beans.LinkBean
 
extractStrings() - Method in class org.htmlparser.beans.StringBean
Extract the text from a page.

G

getBean() - Method in class org.htmlparser.beans.HTMLLinkBean
Return the underlying bean object.
getBean() - Method in class org.htmlparser.beans.HTMLTextBean
Return the underlying bean object.
getCollapse() - Method in class org.htmlparser.beans.HTMLTextBean
Get the current 'collapse whitespace' state.
getCollapse() - Method in class org.htmlparser.beans.StringBean
Get the current 'collapse whitespace' state.
getConnection() - Method in class org.htmlparser.beans.HTMLLinkBean
Getter for property Connection.
getConnection() - Method in class org.htmlparser.beans.HTMLTextBean
Getter for property Connection.
getConnection() - Method in class org.htmlparser.beans.LinkBean
Getter for property Connection.
getConnection() - Method in class org.htmlparser.beans.StringBean
Get the current connection.
getLinks() - Method in class org.htmlparser.beans.HTMLLinkBean
Getter for property links.
getLinks() - Method in class org.htmlparser.beans.HTMLTextBean
Getter for property links.
getLinks() - Method in class org.htmlparser.beans.LinkBean
Getter for property links.
getLinks() - Method in class org.htmlparser.beans.StringBean
Get the current 'include links' state.
getMinimumSize() - Method in class org.htmlparser.beans.HTMLLinkBean
Return the minimum dimension for this visible bean.
getMinimumSize() - Method in class org.htmlparser.beans.HTMLTextBean
Return the minimum dimension for this visible bean.
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.
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.
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.

H

HTMLLinkBean - class org.htmlparser.beans.HTMLLinkBean.
Display the links from a URL.
HTMLLinkBean() - Constructor for class org.htmlparser.beans.HTMLLinkBean
Creates a new HTMLTextBean.
HTMLTextBean - class org.htmlparser.beans.HTMLTextBean.
Display the textual URL contents.
HTMLTextBean() - Constructor for class org.htmlparser.beans.HTMLTextBean
Creates a new HTMLTextBean.

I

initComponents() - Method in class org.htmlparser.beans.BeanyBaby
This method is called from within the constructor to initialize the form.

L

LinkBean - class org.htmlparser.beans.LinkBean.
Extract strings from a URL.
LinkBean() - Constructor for class org.htmlparser.beans.LinkBean
Creates new StringBean

M

mBack - Variable in class org.htmlparser.beans.BeanyBaby
 
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.
mBuffer - Variable in class org.htmlparser.beans.StringBean
The buffer text is stored in while traversing the HTML.
mCollapse - Variable in class org.htmlparser.beans.BeanyBaby
 
mCollapse - Variable in class org.htmlparser.beans.StringBean
If true sequences of whitespace characters are replaced with a single space character.
mCrumb - Variable in class org.htmlparser.beans.BeanyBaby
Current position on the bread crumb trail.
mForward - Variable in class org.htmlparser.beans.BeanyBaby
 
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.
mLinkBean - Variable in class org.htmlparser.beans.BeanyBaby
 
mLinks - Variable in class org.htmlparser.beans.BeanyBaby
 
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.
mNobreak - Variable in class org.htmlparser.beans.BeanyBaby
 
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.
mPropertySupport - Variable in class org.htmlparser.beans.LinkBean
Bound property support.
mPropertySupport - Variable in class org.htmlparser.beans.StringBean
Bound property support.
mReplaceSpace - Variable in class org.htmlparser.beans.StringBean
If true regular space characters are substituted for non-breaking spaces in the text output.
mSplitPane - Variable in class org.htmlparser.beans.BeanyBaby
 
mStringBean - Variable in class org.htmlparser.beans.BeanyBaby
 
mStrings - Variable in class org.htmlparser.beans.StringBean
The strings extracted from the URL.
mTextField - Variable in class org.htmlparser.beans.BeanyBaby
 
mTrail - Variable in class org.htmlparser.beans.BeanyBaby
Bread crumb trail of visited URLs.
main(String[]) - Static method in class org.htmlparser.beans.BeanyBaby
Unit test.
main(String[]) - Static method in class org.htmlparser.beans.StringBean
Unit test.
mouseClicked(MouseEvent) - Method in class org.htmlparser.beans.BeanyBaby
Invoked when the mouse button has been clicked (pressed and released) on a component.
mouseEntered(MouseEvent) - Method in class org.htmlparser.beans.BeanyBaby
Invoked when the mouse enters a component.
mouseExited(MouseEvent) - Method in class org.htmlparser.beans.BeanyBaby
Invoked when the mouse exits a component.
mousePressed(MouseEvent) - Method in class org.htmlparser.beans.BeanyBaby
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.

N

newline - Static variable in class org.htmlparser.beans.StringBean
A newline.
newline_size - Static variable in class org.htmlparser.beans.StringBean
The length of the newline.

O

org.htmlparser.beans - package org.htmlparser.beans
 

P

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.StringBean
Property name in event where the connection changes.
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_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_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.
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.

R

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.
resetStrings() - Method in class org.htmlparser.beans.StringBean
Refetch the URL contents.

S

StringBean - class org.htmlparser.beans.StringBean.
Extract strings from a URL.
StringBean() - Constructor for class org.htmlparser.beans.StringBean
Create a StringBean object.
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.
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.
setLinks(boolean) - Method in class org.htmlparser.beans.HTMLTextBean
Setter for property links.
setLinks() - Method in class org.htmlparser.beans.LinkBean
Refetch the URL contents.
setLinks(boolean) - Method in class org.htmlparser.beans.StringBean
Set the 'include links' state.
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.
setStrings() - Method in class org.htmlparser.beans.StringBean
Fetch the URL contents.
setURL(String) - Method in class org.htmlparser.beans.BeanyBaby
 
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.

U

updateStrings(String) - Method in class org.htmlparser.beans.StringBean
Assign the Strings property, firing the property change.

V

visitEndTag(EndTag) - Method in class org.htmlparser.beans.StringBean
Possibly resets the state of the PRE and SCRIPT flags.
visitLinkTag(LinkTag) - Method in class org.htmlparser.beans.StringBean
Appends the link as text between angle brackets to the output.
visitStringNode(StringNode) - Method in class org.htmlparser.beans.StringBean
Appends the text to the output.
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.

A B C E G H I L M N O P R S U V