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

E

ENCODE_HEXADECIMAL - Static variable in class org.htmlparser.util.Translate
If this member is set true, encoding of numeric character references uses hexadecimal digits, i.e.
EOF - Static variable in class org.htmlparser.lexer.Page
Character value when the page is exhausted.
EOF - Static variable in class org.htmlparser.lexer.Source
Return value when the source is exhausted.
EOF - Static variable in class org.htmlparser.lexer.Stream
Return value when no more characters are left.
EncodingChangeException - exception org.htmlparser.util.EncodingChangeException.
The encoding is changed invalidating already scanned characters.
EncodingChangeException(String) - Constructor for class org.htmlparser.util.EncodingChangeException
Create an exception idicative of a problematic encoding change.
EndTagTest - class org.htmlparser.tests.tagTests.EndTagTest.
 
EndTagTest(String) - Constructor for class org.htmlparser.tests.tagTests.EndTagTest
 
EscapeCharacterRemovingNode - class org.htmlparser.nodeDecorators.EscapeCharacterRemovingNode.
Deprecated. Use direct subclasses or dynamic proxies instead.

Use either direct subclasses of the appropriate node and set them on the PrototypicalNodeFactory, or use a dynamic proxy implementing the required node type interface.

EscapeCharacterRemovingNode(Text) - Constructor for class org.htmlparser.nodeDecorators.EscapeCharacterRemovingNode
Deprecated.  
EscapeCharacterRemovingNodeTest - class org.htmlparser.tests.nodeDecoratorTests.EscapeCharacterRemovingNodeTest.
 
EscapeCharacterRemovingNodeTest(String) - Constructor for class org.htmlparser.tests.nodeDecoratorTests.EscapeCharacterRemovingNodeTest
 
edit(File) - Method in class org.htmlparser.lexerapplications.tabby.Tabby
Process the file or directory.
edu.cmu.cs.readweb - package edu.cmu.cs.readweb
 
edu.cmu.cs.readweb.text - package edu.cmu.cs.readweb.text
 
edu.cmu.cs.readweb.util - package edu.cmu.cs.readweb.util
 
elementAt(int) - Method in class org.htmlparser.lexer.PageIndex
Get an element from the list.
elementAt(int) - Method in class org.htmlparser.util.NodeList
 
elements() - Method in class org.htmlparser.Parser
Returns an iterator (enumeration) over the html nodes.
elements() - Method in class org.htmlparser.tags.CompositeTag
Return the child tags as an iterator.
elements() - Method in class org.htmlparser.util.NodeList
 
encode(String) - Method in class edu.cmu.cs.readweb.util.StringEncoder
 
encode(byte[]) - Static method in class org.htmlparser.http.ConnectionManager
Encodes a byte array into BASE64 in accordance with RFC 2045.
encode(int) - Static method in class org.htmlparser.util.Translate
Convert a character to a numeric character reference.
encode(String) - Static method in class org.htmlparser.util.Translate
Encode a string to use references.
encode(InputStream, PrintStream) - Static method in class org.htmlparser.util.Translate
Encode a stream to use references.
encodedecode(byte[]) - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
endDocument() - Method in class org.htmlparser.tests.SAXTest
 
endElement(String, String, String) - Method in class org.htmlparser.tests.SAXTest
 
endPrefixMapping(String) - Method in class org.htmlparser.tests.SAXTest
 
equals(Object) - Method in class org.htmlparser.nodeDecorators.AbstractNodeDecorator
Deprecated.  
equivalent(URL[], URL[]) - Method in class org.htmlparser.beans.LinkBean
Determine if two arrays of URL's are the same.
error(String, ParserException) - Method in class org.htmlparser.sax.Feedback
Error message.
error(SAXParseException) - Method in class org.htmlparser.tests.SAXTest
 
error(String, ParserException) - Method in class org.htmlparser.util.DefaultParserFeedback
Print an error message.
error(String, ParserException) - Static method in class org.htmlparser.util.FeedbackManager
 
error(String, ParserException) - Method in interface org.htmlparser.util.ParserFeedback
 
executeAction() - Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
The action to take when "Execute" menu or button pressed.
exists(String) - Static method in class edu.cmu.cs.readweb.util.CacheDir
if the given file exist in cache directory
exit() - Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Exits the application.
exitAction() - Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
The action to take when "Exit" menu or button pressed.
expandAction() - Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
The action to take when "Expand" menu chosen.
expandAllAction() - Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
The action to take when "Expand All" menu chosen.
extract(String, PrintWriter) - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest.Generate
Parse the sgml declaration for character entity reference name, equivalent numeric character reference and a comment.
extract(String, String) - Method in class org.htmlparser.util.LinkProcessor
Deprecated. Use Page.getAbsoluteURL() instead.
extractAllNodesThatAre(Class) - Method in class org.htmlparser.Parser
Deprecated. Use extractAllNodesThatMatch (new NodeClassFilter (cls)).
extractAllNodesThatMatch(NodeFilter) - Method in class org.htmlparser.Parser
Extract all nodes matching the given filter.
extractAllNodesThatMatch(NodeFilter) - Method in class org.htmlparser.util.NodeList
Filter the list with the given filter non-recursively.
extractAllNodesThatMatch(NodeFilter, boolean) - Method in class org.htmlparser.util.NodeList
Filter the list with the given filter.
extractFormLocn() - Method in class org.htmlparser.tags.FormTag
Extract the ACTION attribute as an absolute URL.
extractImageLinks(Lexer, URL) - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Get the links of an element of a document.
extractImageLocn() - Method in class org.htmlparser.tags.ImageTag
Extract the location of the image Given the tag (with attributes), and the url of the html page in which this tag exists, perform best effort to extract the 'intended' URL.
extractLink() - Method in class org.htmlparser.tags.LinkTag
Extract the link from the HREF attribute.
extractLinkImage(LinkTag) - Method in class org.htmlparser.tests.tagTests.ImageTagTest
See bug #753003 within missed when followed by Not reproducible.
extractLinks() - Method in class org.htmlparser.beans.LinkBean
Internal routine to extract all the links from the parser.
extractStrings() - Method in class org.htmlparser.beans.StringBean
Extract the text from a page.
extractStrings(boolean) - Method in class org.htmlparser.parserapplications.StringExtractor
Extract the text from a page.

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