本文由网龙AE产品自动生成 数据挖掘交友
org.apache.lucene.demo.html
数据挖掘实验室
Class HTMLParser
java.lang.Object
org.apache.lucene.demo.html.HTMLParser
数据挖掘论坛
- All Implemented Interfaces:
- HTMLParserConstants
public class HTMLParser
- extends Object
- implements HTMLParserConstants
数据挖掘论坛
| Fields inherited from interface org.apache.lucene.demo.html.HTMLParserConstants |
AfterEquals, ArgEquals, ArgName, ArgQuote1, ArgQuote2, ArgValue, CloseQuote1, CloseQuote2, Comment1, Comment2, CommentEnd1, CommentEnd2, CommentText1, CommentText2, DeclName, DEFAULT, Entity, EOF, HEX, LET, NUM, Punct, Quote1Text, Quote2Text, ScriptEnd, ScriptStart, ScriptText, SP, Space, TagEnd, TagName, tokenImage, WithinComment1, WithinComment2, WithinQuote1, WithinQuote2, WithinScript, WithinTag, Word |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SUMMARY_LENGTH
public static int SUMMARY_LENGTH 数据挖掘论坛
token_source
public HTMLParserTokenManager token_source 数据挖掘交友
token
public Token token 数据挖掘研究院
jj_nt
public Token jj_nt
lookingAhead
public boolean lookingAhead 数据挖掘交友
HTMLParser
public HTMLParser(File file)
throws FileNotFoundException 数据挖掘论坛
- Deprecated. Use HTMLParser(FileInputStream) instead
- Throws:
FileNotFoundException
HTMLParser
public HTMLParser(InputStream stream)
HTMLParser
public HTMLParser(Reader stream) 数据挖掘论坛
HTMLParser
public HTMLParser(HTMLParserTokenManager tm) 数据挖掘实验室
getTitle
public String getTitle()
throws IOException,
InterruptedException 数据挖掘论坛
- Throws:
IOException
InterruptedException
getMetaTags
public Properties getMetaTags()
throws IOException,
InterruptedException 数据挖掘研究院
- Throws:
IOException
InterruptedException
getSummary
public String getSummary()
throws IOException,
InterruptedException 数据挖掘研究院
- Throws:
IOException
InterruptedException
getReader
public Reader getReader()
throws IOException 数据挖掘论坛
- Throws:
IOException
HTMLDocument
public final void HTMLDocument()
throws ParseException,
IOException 数据挖掘研究院
- Throws:
ParseException
IOException
Tag
public final void Tag()
throws ParseException,
IOException 数据挖掘研究院
- Throws:
ParseException
IOException
ArgValue
public final Token ArgValue()
throws ParseException
- Throws:
ParseException
Decl
public final Token Decl()
throws ParseException 数据挖掘论坛
- Throws:
ParseException
CommentTag
public final void CommentTag()
throws ParseException
- Throws:
ParseException
ScriptTag
public final void ScriptTag()
throws ParseException 数据挖掘工具
- Throws:
ParseException
ReInit
public void ReInit(InputStream stream) 数据挖掘实验室
ReInit
public void ReInit(Reader stream) 数据挖掘论坛
ReInit
public void ReInit(HTMLParserTokenManager tm)
getNextToken
public final Token getNextToken() 数据挖掘论坛
getToken
public final Token getToken(int index) 数据挖掘实验室
generateParseException
public ParseException generateParseException()
enable_tracing
public final void enable_tracing()
disable_tracing
public final void disable_tracing()
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.