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

C

CacheDir - class edu.cmu.cs.readweb.util.CacheDir.
CacheDir.java Created on Jan 13, 2005, 4:29 PM Author: Sophie Wang
CacheDir() - Constructor for class edu.cmu.cs.readweb.util.CacheDir
Operations on cache dir of web pages
ChainedException - exception org.htmlparser.util.ChainedException.
 
ChainedException() - Constructor for class org.htmlparser.util.ChainedException
 
ChainedException(String) - Constructor for class org.htmlparser.util.ChainedException
 
ChainedException(Throwable) - Constructor for class org.htmlparser.util.ChainedException
 
ChainedException(String, Throwable) - Constructor for class org.htmlparser.util.ChainedException
 
CharacterReference - class org.htmlparser.util.CharacterReference.
Structure to hold a character and it's equivalent entity reference kernel.
CharacterReference(String, int) - Constructor for class org.htmlparser.util.CharacterReference
Construct a CharacterReference with the character and kernel given.
CharacterTranslationTest - class org.htmlparser.tests.utilTests.CharacterTranslationTest.
 
CharacterTranslationTest(String) - Constructor for class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
CharacterTranslationTest.Generate - class org.htmlparser.tests.utilTests.CharacterTranslationTest.Generate.
Create a character reference translation class source file.
CharacterTranslationTest.Generate() - Constructor for class org.htmlparser.tests.utilTests.CharacterTranslationTest.Generate
Create a Generate object.
CompositeTag - class org.htmlparser.tags.CompositeTag.
The base class for tags that have an end tag.
CompositeTag() - Constructor for class org.htmlparser.tags.CompositeTag
Create a composite tag.
CompositeTagFindingVisitorTest - class org.htmlparser.tests.visitorsTests.CompositeTagFindingVisitorTest.
 
CompositeTagFindingVisitorTest(String) - Constructor for class org.htmlparser.tests.visitorsTests.CompositeTagFindingVisitorTest
 
CompositeTagScanner - class org.htmlparser.scanners.CompositeTagScanner.
The main scanning logic for nested tags.
CompositeTagScanner() - Constructor for class org.htmlparser.scanners.CompositeTagScanner
Create a composite tag scanner.
CompositeTagScannerHelperTest - class org.htmlparser.tests.parserHelperTests.CompositeTagScannerHelperTest.
 
CompositeTagScannerHelperTest(String) - Constructor for class org.htmlparser.tests.parserHelperTests.CompositeTagScannerHelperTest
 
CompositeTagScannerTest - class org.htmlparser.tests.scannersTests.CompositeTagScannerTest.
 
CompositeTagScannerTest(String) - Constructor for class org.htmlparser.tests.scannersTests.CompositeTagScannerTest
 
CompositeTagScannerTest.AnotherScanner - class org.htmlparser.tests.scannersTests.CompositeTagScannerTest.AnotherScanner.
 
CompositeTagScannerTest.AnotherScanner() - Constructor for class org.htmlparser.tests.scannersTests.CompositeTagScannerTest.AnotherScanner
 
CompositeTagScannerTest.AnotherTag - class org.htmlparser.tests.scannersTests.CompositeTagScannerTest.AnotherTag.
 
CompositeTagScannerTest.AnotherTag(boolean) - Constructor for class org.htmlparser.tests.scannersTests.CompositeTagScannerTest.AnotherTag
 
CompositeTagScannerTest.CustomScanner - class org.htmlparser.tests.scannersTests.CompositeTagScannerTest.CustomScanner.
 
CompositeTagScannerTest.CustomScanner() - Constructor for class org.htmlparser.tests.scannersTests.CompositeTagScannerTest.CustomScanner
 
CompositeTagScannerTest.CustomTag - class org.htmlparser.tests.scannersTests.CompositeTagScannerTest.CustomTag.
 
CompositeTagScannerTest.CustomTag() - Constructor for class org.htmlparser.tests.scannersTests.CompositeTagScannerTest.CustomTag
 
CompositeTagScannerTest.CustomTag(boolean) - Constructor for class org.htmlparser.tests.scannersTests.CompositeTagScannerTest.CustomTag
 
CompositeTagTest - class org.htmlparser.tests.tagTests.CompositeTagTest.
 
CompositeTagTest(String) - Constructor for class org.htmlparser.tests.tagTests.CompositeTagTest
 
ConnectionManager - class org.htmlparser.http.ConnectionManager.
Handles proxies, password protected URLs and request properties including cookies.
ConnectionManager() - Constructor for class org.htmlparser.http.ConnectionManager
Create a connection manager.
ConnectionManager(Hashtable) - Constructor for class org.htmlparser.http.ConnectionManager
Create a connection manager with the given connection properties.
ConnectionMonitor - interface org.htmlparser.http.ConnectionMonitor.
Interface for HTTP connection notification callbacks.
Cookie - class org.htmlparser.http.Cookie.
A HTTP cookie.
Cookie(String, String) - Constructor for class org.htmlparser.http.Cookie
Defines a cookie with an initial name/value pair.
CrawlDomain - class edu.cmu.cs.readweb.CrawlDomain.
 
CrawlDomain() - Constructor for class edu.cmu.cs.readweb.CrawlDomain
Creates a new instance of Main
CrawlDomain(String, String, String, int) - Static method in class edu.cmu.cs.readweb.util.Crawler
startURL: a start URL to crawl web pages startDomain: a URL to constrain the domain to crawl web pages cacheDir: directory name where to cache crawled web pages SEARCH_LIMIT: the limitation number of maximum pages to crawl Example: , <100000>
CrawlPage(String, String) - Static method in class edu.cmu.cs.readweb.util.Crawler
crawl a page by given url.
Crawler - class edu.cmu.cs.readweb.util.Crawler.
 
Crawler() - Constructor for class edu.cmu.cs.readweb.util.Crawler
to collect web pages from the World Wide Web.
CssSelectorNodeFilter - class org.htmlparser.filters.CssSelectorNodeFilter.
A NodeFilter that accepts nodes based on whether they match a CSS2 selector.
CssSelectorNodeFilter(String) - Constructor for class org.htmlparser.filters.CssSelectorNodeFilter
Create a Cascading Style Sheet node filter.
Cursor - class org.htmlparser.lexer.Cursor.
A bookmark in a page.
Cursor(Page, int) - Constructor for class org.htmlparser.lexer.Cursor
Construct a Cursor from the page and position given.
calculatePreferredSize() - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Compute the preferred size of the component.
callback - Static variable in class org.htmlparser.util.FeedbackManager
 
canAccept() - Method in class org.htmlparser.parserapplications.filterbuilder.SubFilterList
Check if our maximum number of filters limit has been reached.
capacity() - Method in class org.htmlparser.lexer.PageIndex
Get the capacity for elements without reallocation.
capture() - Method in class org.htmlparser.parserapplications.SiteCapturer
Perform the capture.
carriageReturn() - Method in class org.htmlparser.beans.StringBean
Appends a newline to the buffer if there isn't one there already.
changedUpdate(DocumentEvent) - Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasAttributeFilterWrapper
Handle a change update event.
changedUpdate(DocumentEvent) - Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.RegexFilterWrapper
Handle a change update event.
changedUpdate(DocumentEvent) - Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.StringFilterWrapper
Handle a change update event.
characters(char[], int, int) - Method in class org.htmlparser.tests.SAXTest
 
check(StringBean, String, String) - Method in class org.htmlparser.tests.utilTests.BeanTest
Makes sure that the bean returns text when passed the html.
check(byte[], byte[]) - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
checkTagNames(Node) - Method in class org.htmlparser.tests.lexerTests.LexerTests
Check the tag name for one of the ones expected on the page.
childAt(int) - Method in class org.htmlparser.tags.CompositeTag
Get child at given index
children - Variable in class org.htmlparser.nodes.AbstractNode
The children of this node.
children() - Method in class org.htmlparser.tags.CompositeTag
Get an iterator over the children of this node.
classFromFile(String) - Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
Extracts a java class name from a file name.
clear() - Method in class org.htmlparser.PrototypicalNodeFactory
Clean out the registry.
clearSelection() - Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
Clear (empty) the current selection set.
clone() - Method in interface org.htmlparser.Node
Allow cloning of nodes.
clone() - Method in class org.htmlparser.http.Cookie
Returns a copy of this object.
clone() - Method in class org.htmlparser.nodeDecorators.AbstractNodeDecorator
Deprecated. Clone this object.
clone() - Method in class org.htmlparser.nodes.AbstractNode
Clone this object.
close() - Method in class org.htmlparser.lexer.InputStreamSource
Does nothing.
close() - Method in class org.htmlparser.lexer.Page
Close the page by destroying the source of characters.
close() - Method in class org.htmlparser.lexer.Source
Does nothing.
close() - Method in class org.htmlparser.lexer.Stream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class org.htmlparser.lexer.StringSource
Does nothing.
collapse(StringBuffer, String) - Method in class org.htmlparser.beans.StringBean
Add the given text collapsing whitespace.
collapseAction() - Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
The action to take when "Collapse" menu chosen.
collapseAllAction() - Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
The action to take when "Collapse" menu chosen.
collectInto(NodeList, NodeFilter) - Method in interface org.htmlparser.Node
Collect this node and its child nodes into a list, provided the node satisfies the filtering criteria.
collectInto(NodeList, NodeFilter) - Method in class org.htmlparser.nodeDecorators.AbstractNodeDecorator
Deprecated.  
collectInto(NodeList, NodeFilter) - Method in class org.htmlparser.nodes.AbstractNode
Collect this node and its child nodes (if-applicable) into the collectionList parameter, provided the node satisfies the filtering criteria.
collectInto(NodeList, NodeFilter) - Method in class org.htmlparser.tags.CompositeTag
Collect this node and its child nodes (if-applicable) into the list parameter, provided the node satisfies the filtering criteria.
column(Cursor) - Method in class org.htmlparser.lexer.Page
Get the column number for a cursor.
column(int) - Method in class org.htmlparser.lexer.Page
Get the column number for a cursor.
column(Cursor) - Method in class org.htmlparser.lexer.PageIndex
Get the column number for a cursor.
column(int) - Method in class org.htmlparser.lexer.PageIndex
Get the column number for a position.
compare(Object) - Method in class org.htmlparser.lexer.Cursor
Compare one reference to another.
compare(Object) - Method in class org.htmlparser.util.CharacterReference
Compare one reference to another.
compare(Object) - Method in interface org.htmlparser.util.sort.Ordered
Compares this object with another for order.
componentHidden(ComponentEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Invoked when the component has been made invisible.
componentMoved(ComponentEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Invoked when the component's position changes.
componentResized(ComponentEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Invoked when the container's size changes.
componentShown(ComponentEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Invoked when the component has been made visible.
constructUrl(String, String) - Method in class org.htmlparser.lexer.Page
Build a URL from the link and base provided.
constructUrl(String, String) - Method in class org.htmlparser.util.LinkProcessor
Deprecated. Use Page.constructUrl() instead.
contains(Node) - Method in class org.htmlparser.util.NodeList
Check to see if the NodeList contains the supplied Node.
convertLegalUrlName(String) - Static method in class edu.cmu.cs.readweb.util.Crawler
We stroe html file with its url name.
convertLegalUrlName(String) - Static method in class edu.cmu.cs.readweb.util.Html
We stroe html file with its url name.
convertToChar(String, int, int) - Static method in class org.htmlparser.util.Translate
Deprecated. Use decode.
convertToChar(String) - Static method in class org.htmlparser.util.Translate
Deprecated. Use decode.
convertToString(int) - Static method in class org.htmlparser.util.Translate
Deprecated. Use encode.
copy() - Method in class org.htmlparser.parserapplications.SiteCapturer
Copy a resource (image) locally.
copyAction() - Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
The action to take when "Copy" menu or button pressed.
copyToNodeArray(Node[]) - Method in class org.htmlparser.util.NodeList
 
count(File) - Method in class org.htmlparser.tests.codeMetrics.LineCounter
 
countImageTagsWithHTMLParser() - Method in class org.htmlparser.tests.FunctionalTests
 
countImageTagsWithoutHTMLParser(Parser) - Method in class org.htmlparser.tests.FunctionalTests
 
countLinesIn(File) - Method in class org.htmlparser.tests.codeMetrics.LineCounter
Counts code excluding comments and blank lines in the given file
createAppletParamsTable() - Method in class org.htmlparser.tags.AppletTag
Extract the applet PARAM tags from the child list.
createObjectParamsTable() - Method in class org.htmlparser.tags.ObjectTag
Extract the object PARAM tags from the child list.
createParser(String, String) - Static method in class org.htmlparser.Parser
Creates the parser on an input string.
createParser(String) - Method in class org.htmlparser.tests.ParserTestCase
 
createParser(String, int) - Method in class org.htmlparser.tests.ParserTestCase
 
createParser(String, String) - Method in class org.htmlparser.tests.ParserTestCase
 
createParser(String, String, int) - Method in class org.htmlparser.tests.ParserTestCase
 
createParserParsingAnInputString(String) - Static method in class org.htmlparser.util.ParserUtils
Create a Parser Object having a String Object as input (instead of a url or a string representing the url location).
createRemarkNode(Page, int, int) - Method in interface org.htmlparser.NodeFactory
Create a new remark node.
createRemarkNode(Page, int, int) - Method in class org.htmlparser.PrototypicalNodeFactory
Create a new remark node.
createRemarkNode(Page, int, int) - Method in class org.htmlparser.lexer.Lexer
Create a new remark node.
createStringNode(Page, int, int) - Method in interface org.htmlparser.NodeFactory
Create a new text node.
createStringNode(Page, int, int) - Method in class org.htmlparser.PrototypicalNodeFactory
Create a new string node.
createStringNode(Page, int, int) - Method in class org.htmlparser.StringNodeFactory
Deprecated. Create a new string node.
createStringNode(Page, int, int) - Method in class org.htmlparser.lexer.Lexer
Create a new string node.
createTagNode(Page, int, int, Vector) - Method in interface org.htmlparser.NodeFactory
Create a new tag node.
createTagNode(Page, int, int, Vector) - Method in class org.htmlparser.PrototypicalNodeFactory
Create a new tag node.
createTagNode(Page, int, int, Vector) - Method in class org.htmlparser.lexer.Lexer
Create a new tag node.
createVirtualEndTag(Tag, Lexer, Page, int) - Method in class org.htmlparser.scanners.CompositeTagScanner
Creates an end tag with the same name as the given tag.
cropString(int, int) - Method in class edu.cmu.cs.readweb.text.DocumentItem
crop a string between start and end position.
cutAction() - Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
The action to take when "Cut" menu or button pressed.

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