Java Doc for HTMLParser.java in » Wiki-Engine » VeryQuickWiki » vqwiki » utils » lucene » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
Wiki Engine
»
VeryQuickWiki
»
vqwiki.utils.lucene
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
vqwiki.utils.lucene
.HTMLParser
HTMLParser
public
class HTMLParser implements
HTMLParserConstants
(Code)
TODO: Document this class.
version:
$Id: HTMLParser.java 622 2006-04-18 07:33:12Z wrh2 $
Inner Class :final static class JJCalls
Field Summary
public
static int
SUMMARY_LENGTH
TODO: Document this field.
boolean
afterSpace
TODO: Document this field.
boolean
afterTag
TODO: Document this field.
String
eol
TODO: Document this field.
boolean
inScript
TODO: Document this field.
boolean
inTitle
TODO: Document this field.
SimpleCharStream
jj_input_stream
TODO: Document this field.
int
length
TODO: Document this field.
public
boolean
lookingAhead
TODO: Document this field.
PipedReader
pipeIn
TODO: Document this field.
PipedWriter
pipeOut
TODO: Document this field.
StringBuffer
summary
TODO: Document this field.
StringBuffer
title
TODO: Document this field.
boolean
titleComplete
TODO: Document this field.
public
HTMLParserTokenManager
token_source
TODO: Document this field.
public
Token
tokenjj_nt
TODO: Document this field.
Constructor Summary
public
HTMLParser
(
File
file)
Creates a new HTMLParser.
public
HTMLParser
(
java.io.InputStream
stream)
Creates a new HTMLParser.
public
HTMLParser
(
java.io.Reader
stream)
Creates a new HTMLParser.
public
HTMLParser
(
HTMLParserTokenManager
tm)
Creates a new HTMLParser.
Method Summary
final
public
Token
ArgValue
()
TODO: Document this method.
final
public
void
CommentTag
()
TODO: Document this method.
final
public
Token
Decl
()
TODO: Document this method.
final
public
void
HTMLDocument
()
TODO: Document this method.
public
void
ReInit
(
java.io.InputStream
stream)
TODO: Document this method.
public
void
ReInit
(
java.io.Reader
stream)
TODO: Document this method.
public
void
ReInit
(
HTMLParserTokenManager
tm)
TODO: Document this method.
final
public
void
Tag
()
TODO: Document this method.
void
addSpace
()
Adds a feature to the Space.
void
addText
(
String
text)
Adds a feature to the Text.
void
addToSummary
(
String
text)
Adds a feature to the ToSummary.
final
public
void
disable_tracing
()
TODO: Document this method.
final
public
void
enable_tracing
()
TODO: Document this method.
final
public
ParseException
generateParseException
()
TODO: Document this method.
final
public
Token
getNextToken
()
Returns the NextToken.
public
Reader
getReader
()
Returns the Reader.
public
String
getSummary
()
Returns the Summary.
public
String
getTitle
()
Returns the Title.
final
public
Token
getToken
(int index)
Returns the Token.
Parameters:
index - TODO: Document this parameter.
Field Detail
SUMMARY_LENGTH
public
static int SUMMARY_LENGTH
(Code)
TODO: Document this field.
afterSpace
boolean afterSpace
(Code)
TODO: Document this field.
afterTag
boolean afterTag
(Code)
TODO: Document this field.
eol
String
eol
(Code)
TODO: Document this field.
inScript
boolean inScript
(Code)
TODO: Document this field.
inTitle
boolean inTitle
(Code)
TODO: Document this field.
jj_input_stream
SimpleCharStream
jj_input_stream
(Code)
TODO: Document this field.
length
int length
(Code)
TODO: Document this field.
lookingAhead
public
boolean lookingAhead
(Code)
TODO: Document this field.
pipeIn
PipedReader
pipeIn
(Code)
TODO: Document this field.
pipeOut
PipedWriter
pipeOut
(Code)
TODO: Document this field.
summary
StringBuffer
summary
(Code)
TODO: Document this field.
title
StringBuffer
title
(Code)
TODO: Document this field.
titleComplete
boolean titleComplete
(Code)
TODO: Document this field.
token_source
public
HTMLParserTokenManager
token_source
(Code)
TODO: Document this field.
tokenjj_nt
public
Token
tokenjj_nt
(Code)
TODO: Document this field.
Constructor Detail
HTMLParser
public
HTMLParser(
File
file) throws
FileNotFoundException
(Code)
Creates a new HTMLParser.
Parameters:
file - TODO: Document this parameter.
exception:
FileNotFoundException
- TODO: Document this exception.
HTMLParser
public
HTMLParser(
java.io.InputStream
stream)
(Code)
Creates a new HTMLParser.
Parameters:
stream - TODO: Document this parameter.
HTMLParser
public
HTMLParser(
java.io.Reader
stream)
(Code)
Creates a new HTMLParser.
Parameters:
stream - TODO: Document this parameter.
HTMLParser
public
HTMLParser(
HTMLParserTokenManager
tm)
(Code)
Creates a new HTMLParser.
Parameters:
tm - TODO: Document this parameter.
Method Detail
ArgValue
final
public
Token
ArgValue() throws
ParseException
(Code)
TODO: Document this method. TODO: Document the result.
exception:
ParseException
- TODO: Document this exception.
CommentTag
final
public
void CommentTag() throws
ParseException
(Code)
TODO: Document this method.
exception:
ParseException
- TODO: Document this exception.
Decl
final
public
Token
Decl() throws
ParseException
(Code)
TODO: Document this method. TODO: Document the result.
exception:
ParseException
- TODO: Document this exception.
HTMLDocument
final
public
void HTMLDocument() throws
ParseException
,
IOException
(Code)
TODO: Document this method.
exception:
ParseException
- TODO: Document this exception.
exception:
IOException
- TODO: Document this exception.
ReInit
public
void ReInit(
java.io.InputStream
stream)
(Code)
TODO: Document this method.
Parameters:
stream - TODO: Document this parameter.
ReInit
public
void ReInit(
java.io.Reader
stream)
(Code)
TODO: Document this method.
Parameters:
stream - TODO: Document this parameter.
ReInit
public
void ReInit(
HTMLParserTokenManager
tm)
(Code)
TODO: Document this method.
Parameters:
tm - TODO: Document this parameter.
Tag
final
public
void Tag() throws
ParseException
,
IOException
(Code)
TODO: Document this method.
exception:
ParseException
- TODO: Document this exception.
exception:
IOException
- TODO: Document this exception.
addSpace
void addSpace() throws
IOException
(Code)
Adds a feature to the Space.
exception:
IOException
- TODO: Document this exception.
addText
void addText(
String
text) throws
IOException
(Code)
Adds a feature to the Text.
Parameters:
text - The feature to be added.
exception:
IOException
- TODO: Document this exception.
addToSummary
void addToSummary(
String
text)
(Code)
Adds a feature to the ToSummary.
Parameters:
text - The feature to be added.
disable_tracing
final
public
void disable_tracing()
(Code)
TODO: Document this method.
enable_tracing
final
public
void enable_tracing()
(Code)
TODO: Document this method.
generateParseException
final
public
ParseException
generateParseException()
(Code)
TODO: Document this method. TODO: Document the result.
getNextToken
final
public
Token
getNextToken()
(Code)
Returns the NextToken. The NextToken.
getReader
public
Reader
getReader() throws
IOException
(Code)
Returns the Reader. The Reader.
exception:
IOException
- TODO: Document this exception.
getSummary
public
String
getSummary() throws
IOException
,
InterruptedException
(Code)
Returns the Summary. The Summary.
exception:
IOException
- TODO: Document this exception.
exception:
InterruptedException
- TODO: Document this exception.
getTitle
public
String
getTitle() throws
IOException
,
InterruptedException
(Code)
Returns the Title. The Title.
exception:
IOException
- TODO: Document this exception.
exception:
InterruptedException
- TODO: Document this exception.
getToken
final
public
Token
getToken(int index)
(Code)
Returns the Token.
Parameters:
index - TODO: Document this parameter. The Token.
Methods inherited from
java.lang.Object
native
protected
Object
clone() throws
CloneNotSupportedException
(Code)
(Java Doc)
public
boolean equals(
Object
obj)
(Code)
(Java Doc)
protected
void finalize() throws
Throwable
(Code)
(Java Doc)
final native
public
Class
> getClass()
(Code)
(Java Doc)
native
public
int hashCode()
(Code)
(Java Doc)
final native
public
void notify()
(Code)
(Java Doc)
final native
public
void notifyAll()
(Code)
(Java Doc)
public
String
toString()
(Code)
(Java Doc)
final native
public
void wait(long timeout) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait(long timeout, int nanos) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait() throws
InterruptedException
(Code)
(Java Doc)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.