Serialized Form
mName
java.lang.String mName
mAssignment
java.lang.String mAssignment
mValue
java.lang.String mValue
mQuote
char mQuote
mFeedback
ParserFeedback mFeedback
- Feedback object.
mLexer
Lexer mLexer
- The html lexer associated with this parser.
mText
Text mText
- The prototypical text node.
mRemark
Remark mRemark
- The prototypical remark node.
mTag
Tag mTag
- The prototypical tag node.
mBlastocyst
java.util.Map<K,V> mBlastocyst
- The list of tags to return.
The list is keyed by tag name.
|
Package org.htmlparser.beans |
mTrail
java.util.Vector<E> mTrail
- Bread crumb trail of visited URLs.
mCrumb
int mCrumb
- Current position on the bread crumb trail.
mLinkBean
HTMLLinkBean mLinkBean
mForward
javax.swing.JMenuItem mForward
mBack
javax.swing.JMenuItem mBack
mCollapse
javax.swing.JCheckBoxMenuItem mCollapse
mTextField
javax.swing.JTextField mTextField
mSplitPane
javax.swing.JSplitPane mSplitPane
mLinks
javax.swing.JCheckBoxMenuItem mLinks
mStringBean
HTMLTextBean mStringBean
mNobreak
javax.swing.JCheckBoxMenuItem mNobreak
mPropertySupport
java.beans.PropertyChangeSupport mPropertySupport
- Bound property support.
mParser
Parser mParser
- The parser used to filter.
mFilters
NodeFilter[] mFilters
- The filter set.
mNodes
NodeList mNodes
- The nodes extracted from the URL.
mRecursive
boolean mRecursive
- The recursion behaviour for elements of the filter array.
If
true the filters are applied recursively.
- See Also:
NodeList.extractAllNodesThatMatch(NodeFilter, boolean).
mBean
LinkBean mBean
- The underlying bean that provides our htmlparser specific properties.
mBean
StringBean mBean
- The underlying bean that provides our htmlparser specific properties.
mPropertySupport
java.beans.PropertyChangeSupport mPropertySupport
- Bound property support.
mLinks
java.net.URL[] mLinks
- The strings extracted from the URL.
mParser
Parser mParser
- The parser used to extract strings.
mPropertySupport
java.beans.PropertyChangeSupport mPropertySupport
- Bound property support.
mParser
Parser mParser
- The parser used to extract strings.
mStrings
java.lang.String mStrings
- The strings extracted from the URL.
mLinks
boolean mLinks
- If
true the link URLs are embedded in the text output.
mReplaceSpace
boolean mReplaceSpace
- If
true regular space characters are substituted for
non-breaking spaces in the text output.
mCollapse
boolean mCollapse
- If
true sequences of whitespace characters are replaced
with a single space character.
mCollapseState
int mCollapseState
- The state of the collapse processiung state machine.
mBuffer
java.lang.StringBuffer mBuffer
- The buffer text is stored in while traversing the HTML.
mIsScript
boolean mIsScript
- Set
true when traversing a SCRIPT tag.
mIsPre
boolean mIsPre
- Set
true when traversing a PRE tag.
mIsStyle
boolean mIsStyle
- Set
true when traversing a STYLE tag.
|
Package org.htmlparser.filters |
mPredicates
NodeFilter[] mPredicates
- The predicates that are to be and'ed together;
therule
NodeFilter therule
m
java.util.regex.Matcher m
tokentype
int tokentype
token
java.lang.String token
mAttribute
java.lang.String mAttribute
- The attribute to check for.
mValue
java.lang.String mValue
- The value to check for.
mChildFilter
NodeFilter mChildFilter
- The filter to apply to children.
mRecursive
boolean mRecursive
- Performs a recursive search down the node heirarchy if
true.
mParentFilter
NodeFilter mParentFilter
- The filter to apply to the parent.
mRecursive
boolean mRecursive
- Performs a recursive search up the node heirarchy if
true.
mSiblingFilter
NodeFilter mSiblingFilter
- The filter to apply to the sibling.
mNode
Node mNode
- The node to match.
mRegex
java.util.regex.Pattern mRegex
- The regular expression to use on the link.
mPattern
java.lang.String mPattern
- The pattern to search for in the link.
mCaseSensitive
boolean mCaseSensitive
- Flag indicating case sensitive/insensitive search.
mClass
java.lang.Class<T> mClass
- The class to match.
mPredicate
NodeFilter mPredicate
- The filter to gainsay.
mPredicates
NodeFilter[] mPredicates
- The predicates that are to be or'ed together;
mPatternString
java.lang.String mPatternString
- The regular expression to search for.
mPattern
java.util.regex.Pattern mPattern
- The compiled regular expression to search for.
mStrategy
int mStrategy
- The match strategy.
- See Also:
RegexFilter.RegexFilter(String, int)
mPattern
java.lang.String mPattern
- The string to search for.
mUpperPattern
java.lang.String mUpperPattern
- The string to really search for (converted to uppercase if necessary).
mCaseSensitive
boolean mCaseSensitive
- Case sensitive toggle.
If
true strings are compared with case sensitivity.
mLocale
java.util.Locale mLocale
- The locale to use converting to uppercase in case insensitive searches.
mName
java.lang.String mName
- The tag name to match.
|
Package org.htmlparser.http |
mName
java.lang.String mName
mValue
java.lang.String mValue
mComment
java.lang.String mComment
mDomain
java.lang.String mDomain
mExpiry
java.util.Date mExpiry
mPath
java.lang.String mPath
mSecure
boolean mSecure
mVersion
int mVersion
|
Package org.htmlparser.scanners |
|
Package org.htmlparser.tags |
mEndTag
Tag mEndTag
- The tag that causes this tag to finish.
May be a virtual tag generated by the scanning logic.
mFormLocation
java.lang.String mFormLocation
- This is the derived form location, based on action.
imageURL
java.lang.String imageURL
- Holds the set value of the SRC attribute, since this can differ
from the attribute value due to relative references resolved by
the scanner.
mLink
java.lang.String mLink
- The URL where the link points to
mailLink
boolean mailLink
- Set to true when the link was a mailto: URL.
javascriptLink
boolean javascriptLink
- Set to true when the link was a javascript: URL.
mCode
java.lang.String mCode
- Script code if different from the page contents.
|
Package org.htmlparser.util |
throwable
java.lang.Throwable throwable
mCharacter
int mCharacter
- The character value as an integer.
mKernel
java.lang.String mKernel
- This entity reference kernel.
The text between the ampersand and the semicolon.
mMode
int mMode
- Verbosity level.
Corresponds to constructor arguments:
DEBUG = 2;
NORMAL = 1;
QUIET = 0;
mOldEncoding
java.lang.String mOldEncoding
mNewEncoding
java.lang.String mNewEncoding
nodeData
Node[] nodeData
size
int size
capacity
int capacity
capacityIncrement
int capacityIncrement