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

A

ABAPCodeFilter - Class in info.bliki.wiki.tags.code
Syntax highlighting support for ABAP source codes
ABAPCodeFilter() - Constructor for class info.bliki.wiki.tags.code.ABAPCodeFilter
 
AbstractCodeFormatter - Class in info.bliki.wiki.tags.code
Abstract base class for alle SourceCodeFormatters
AbstractCodeFormatter() - Constructor for class info.bliki.wiki.tags.code.AbstractCodeFormatter
 
AbstractCPPBasedCodeFilter - Class in info.bliki.wiki.tags.code
Syntax highlighting support for C++ based source codes
AbstractCPPBasedCodeFilter() - Constructor for class info.bliki.wiki.tags.code.AbstractCPPBasedCodeFilter
 
AbstractHtmlExtractor<T> - Class in info.bliki.htmlcleaner.util
 
AbstractHtmlExtractor(T) - Constructor for class info.bliki.htmlcleaner.util.AbstractHtmlExtractor
 
AbstractHTMLTag - Class in info.bliki.html.wikipedia
 
AbstractHTMLTag() - Constructor for class info.bliki.html.wikipedia.AbstractHTMLTag
 
AbstractHTMLTag(boolean) - Constructor for class info.bliki.html.wikipedia.AbstractHTMLTag
 
AbstractHTMLToWiki - Class in info.bliki.html.wikipedia
Base class for all HTML to wiki text converters.
AbstractHTMLToWiki(Map<String, HTMLTag>, boolean, boolean, boolean) - Constructor for class info.bliki.html.wikipedia.AbstractHTMLToWiki
 
AbstractHTMLToWiki(Map<String, HTMLTag>, boolean, boolean) - Constructor for class info.bliki.html.wikipedia.AbstractHTMLToWiki
 
AbstractNode - Class in info.bliki.wiki.tags.util
The concrete base class for all types of nodes.
AbstractNode(int, int) - Constructor for class info.bliki.wiki.tags.util.AbstractNode
Create an abstract node with the page positions given.
AbstractParser - Class in info.bliki.wiki.filter
 
AbstractParser(String) - Constructor for class info.bliki.wiki.filter.AbstractParser
 
AbstractTemplateFunction - Class in info.bliki.wiki.template
A template parser function for {{ #if: ... }} syntax
AbstractTemplateFunction() - Constructor for class info.bliki.wiki.template.AbstractTemplateFunction
 
AbstractWikiModel - Class in info.bliki.wiki.model
Standard model implementation for the Wikipedia syntax
AbstractWikiModel() - Constructor for class info.bliki.wiki.model.AbstractWikiModel
 
AbstractWikiModel(Configuration) - Constructor for class info.bliki.wiki.model.AbstractWikiModel
 
AbstractWikiModel(Configuration, Locale) - Constructor for class info.bliki.wiki.model.AbstractWikiModel
 
AbstractWikiModel(Configuration, ResourceBundle, INamespace) - Constructor for class info.bliki.wiki.model.AbstractWikiModel
Deprecated. use the (Configuration configuration, Locale locale,...) constructors instead.
AbstractWikiModel(Configuration, Locale, ResourceBundle, INamespace) - Constructor for class info.bliki.wiki.model.AbstractWikiModel
 
AbstractXMLParser - Class in info.bliki.api
Base class for reading XML strings.
AbstractXMLParser(String) - Constructor for class info.bliki.api.AbstractXMLParser
 
action(String) - Method in class info.bliki.api.query.RequestBuilder
What action you would like to perform One value: sitematrix, opensearch, login, logout, query, expandtemplates, parse, feedwatchlist, help, paraminfo, purge, rollback, delete, undelete, protect, block, unblock, move, edit, emailuser, watch, patrol Default: help
add(WPListElement) - Method in class info.bliki.wiki.filter.WPList
 
add(WPCell) - Method in class info.bliki.wiki.filter.WPRow
 
add(WPRow) - Method in class info.bliki.wiki.filter.WPTable
 
add(int, ASTNode) - Method in class info.bliki.wiki.template.expr.ast.FunctionNode
 
add(ASTNode) - Method in class info.bliki.wiki.template.expr.ast.FunctionNode
Appends the node to the end of this list.
addAll(Collection<? extends ASTNode>) - Method in class info.bliki.wiki.template.expr.ast.FunctionNode
 
addAll(int, Collection<? extends ASTNode>) - Method in class info.bliki.wiki.template.expr.ast.FunctionNode
 
addAllowedAttribute(String) - Static method in class info.bliki.htmlcleaner.TagNode
Add an additional allowed attribute name Note: the 'style' attribute isn't allowed by default because of XSS risks; if you need this attribute (or other attributes not listed here) you can add it with this method.
addAttribute(String, String, boolean) - Method in class info.bliki.htmlcleaner.EndTagToken
 
addAttribute(String, String, boolean) - Method in class info.bliki.htmlcleaner.TagNode
 
addAttribute(String, String, boolean) - Method in class info.bliki.htmlcleaner.TagToken
Add an attribute to this tag.
addAttribute(String, String, boolean) - Method in class info.bliki.wiki.tags.ATag
 
addAttributes(TagNode, String) - Static method in class info.bliki.wiki.filter.Util
Scan the attributes string and add the attributes to the given node
addCategory(PageInfo) - Method in class info.bliki.api.Page
 
addCategory(String, String) - Method in class info.bliki.wiki.model.AbstractWikiModel
When an article contains a token indicating that the article belongs to a specific category this method should be called to add that category to the output metadata.
addCategory(String, String) - Method in interface info.bliki.wiki.model.IWikiModel
When an article contains a token indicating that the article belongs to a specific category this method should be called to add that category to the output metadata.
addCategory(String, String) - Method in class info.bliki.wiki.model.WikiModel
When an article contains a token indicating that the article belongs to a specific category this method should be called to add that category to the output metadata.
addChild(Object) - Method in class info.bliki.htmlcleaner.TagNode
 
addChildren(List<? extends Object>) - Method in class info.bliki.htmlcleaner.TagNode
 
addCodeFormatter(String, SourceCodeFormatter) - Method in class info.bliki.wiki.model.AbstractWikiModel
Add a new source code formatter to the configuration
addCodeFormatter(String, SourceCodeFormatter) - Method in class info.bliki.wiki.model.Configuration
 
addCodeFormatter(String, SourceCodeFormatter) - Method in interface info.bliki.wiki.model.IConfiguration
Add a new source code formatter to the configuration
addDependancy(String, String) - Method in class info.bliki.htmlcleaner.HtmlTagProvider
 
addDependancy(String) - Method in class info.bliki.htmlcleaner.TagInfo
 
addElement(HtmlForm.Element) - Method in class info.bliki.htmlcleaner.util.HtmlForm
 
addInterwikiLink(String, String) - Method in class info.bliki.wiki.model.AbstractWikiModel
Add another Interwiki link to the configuration.
addInterwikiLink(String, String) - Method in class info.bliki.wiki.model.Configuration
 
addInterwikiLink(String, String) - Method in interface info.bliki.wiki.model.IConfiguration
Add another Interwiki link to the configuration.
addItemForMoving(BaseToken) - Method in class info.bliki.htmlcleaner.TagNode
 
addLink(Link) - Method in class info.bliki.api.Page
 
addLink(String) - Method in class info.bliki.wiki.model.AbstractWikiModel
When a document contains a token indicating that the document links to another Wiki topic this method should be called to add that topic link to the output metadata.
addLink(String) - Method in interface info.bliki.wiki.model.IWikiModel
When a document contains a token indicating that the document links to another Wiki topic this method should be called to add that topic link to the output metadata.
addLink(String) - Method in class info.bliki.wiki.model.WikiModel
When a document contains a token indicating that the document links to another Wiki topic this method should be called to add that topic link to the output metadata.
addNamespace(String, String) - Method in class info.bliki.wiki.dump.Siteinfo
 
addObjectAttribute(String, Object) - Method in class info.bliki.htmlcleaner.TagNode
Add a special object to this TagNode which contains original information from the parsed wiki object (for example the ImageFormat or original wiki topic string)
addOperator(HashMap<String, Operator>, HashMap<String, ArrayList<Operator>>, String, String, Operator) - Static method in class info.bliki.wiki.template.expr.operator.ASTNodeFactory
 
addSemanticAttribute(String, String) - Method in class info.bliki.wiki.model.AbstractWikiModel
See Semantic MediaWiki for more information.
addSemanticAttribute(String, String) - Method in interface info.bliki.wiki.model.IWikiModel
See Semantic MediaWiki for more information.
addSemanticAttribute(String, String) - Method in class info.bliki.wiki.model.WikiModel
See Semantic MediaWiki for more information.
addSemanticRelation(String, String) - Method in class info.bliki.wiki.model.AbstractWikiModel
See Semantic MediaWiki for more information.
addSemanticRelation(String, String) - Method in interface info.bliki.wiki.model.IWikiModel
See Semantic MediaWiki for more information.
addSemanticRelation(String, String) - Method in class info.bliki.wiki.model.WikiModel
See Semantic MediaWiki for more information.
addTag(String, String, int, String) - Method in class info.bliki.htmlcleaner.HtmlTagProvider
Shortcut to creating TagInfo instance and storing it to the map.
addTemplate(String) - Method in class info.bliki.wiki.model.AbstractWikiModel
When a document contains a token indicating that the document includes a Wiki template this method should be called to add that template to the output metadata.
addTemplate(String) - Method in interface info.bliki.wiki.model.IWikiModel
When a document contains a token indicating that the document includes a Wiki template this method should be called to add that template to the output metadata.
addTemplate(String) - Method in class info.bliki.wiki.model.WikiModel
When a document contains a token indicating that the document includes a Wiki template this method should be called to add that template to the output metadata.
addTemplateFunction(String, ITemplateFunction) - Method in class info.bliki.wiki.model.AbstractWikiModel
Add a new interwiki link to the configuration
addTemplateFunction(String, ITemplateFunction) - Method in class info.bliki.wiki.model.Configuration
 
addTemplateFunction(String, ITemplateFunction) - Method in interface info.bliki.wiki.model.IConfiguration
Add a new interwiki link to the configuration
addTokenTag(String, TagToken) - Method in class info.bliki.wiki.model.AbstractWikiModel
Add a new HTML styled tag to the configuration
addTokenTag(String, TagToken) - Method in class info.bliki.wiki.model.Configuration
 
addTokenTag(String, TagToken) - Method in interface info.bliki.wiki.model.IConfiguration
Add a new HTML styled tag to the configuration
addToReferences(String, String) - Method in class info.bliki.wiki.model.AbstractWikiModel
Add a reference (i.e. footnote) to the internal list
addToReferences(String, String) - Method in interface info.bliki.wiki.model.IWikiModel
Add a reference (i.e. footnote) to the internal list
addToTableOfContent(List<Object>, SectionHeader, int) - Method in class info.bliki.wiki.model.AbstractWikiModel
Add a section header with the given headLevel to the "table of content"
addUriScheme(String) - Method in class info.bliki.wiki.model.Configuration
Add an allowed URI scheme shortcut like http, https, ftp,...
ALIGN_CENTER - Static variable in class info.bliki.wiki.filter.WPCell
 
ALIGN_JUSTIFY - Static variable in class info.bliki.wiki.filter.WPCell
 
ALIGN_LEFT - Static variable in class info.bliki.wiki.filter.WPCell
 
ALIGN_NOT_SET - Static variable in class info.bliki.wiki.filter.WPCell
 
ALIGN_RIGHT - Static variable in class info.bliki.wiki.filter.WPCell
 
Allmacros - Class in info.bliki.wiki.template.extension
A template parser function for {{ #all_macros: ... }} syntax.
Allmacros() - Constructor for class info.bliki.wiki.template.extension.Allmacros
 
ALLOWED_ATTRIBUTES - Static variable in class info.bliki.htmlcleaner.TagNode
Allowed attributes Note: the 'style' attribute isn't allowed by default because of XSS risks; if you need this attribute (or other attributes not listed here) you can add it with the static addAllowedAttribute() method.
ALLOWED_ATTRIBUTES - Static variable in class info.bliki.wiki.tags.extension.ChartTag
See chart parameters supported by the Google Chart API.
ALLOWED_ATTRIBUTES_SET - Static variable in class info.bliki.htmlcleaner.TagNode
 
ALLOWED_ATTRIBUTES_SET - Static variable in class info.bliki.wiki.tags.extension.ChartTag
 
Anchorencode - Class in info.bliki.wiki.template
A template parser function for {{urlencode: ... }} syntax
Anchorencode() - Constructor for class info.bliki.wiki.template.Anchorencode
 
apfrom(String) - Method in class info.bliki.api.query.Query
The page title to start enumerating from.
aplimit(int) - Method in class info.bliki.api.query.Query
How many total pages to return.
append(BaseToken) - Method in class info.bliki.wiki.model.AbstractWikiModel
Append the content as a child on the top node of the internal stack
append(BaseToken) - Method in interface info.bliki.wiki.model.IWikiModel
Append the content as a child on the top node of the internal stack
append(BaseToken) - Method in class info.bliki.wiki.tags.util.TagStack
 
append(TagStack) - Method in class info.bliki.wiki.tags.util.TagStack
 
appendAmpersandEscapedAttribute(StringBuilder, String, Map<String, String>) - Static method in class info.bliki.htmlcleaner.Utils
 
appendAttributes(Appendable, Map<String, String>) - Method in class info.bliki.wiki.tags.HTMLTag
 
appendChar(StringBuilder, char) - Static method in class info.bliki.wiki.tags.code.AbstractCodeFormatter
 
appendContent(List) - Method in class info.bliki.htmlcleaner.util.AbstractHtmlExtractor
Append the content of the nodes to the given result object.
appendContent(List) - Method in class info.bliki.htmlcleaner.util.DivErrorboxExtractor
 
appendContent(List) - Method in class info.bliki.htmlcleaner.util.HtmlFormExtractor
 
appendContent(Appendable, boolean, int, int, boolean) - Method in class info.bliki.wiki.filter.TemplateParser
 
appendEscapedAttribute(Appendable, String, Map<String, String>) - Static method in class info.bliki.htmlcleaner.Utils
 
appendEscapedAttributes(Appendable, Map<String, String>) - Static method in class info.bliki.wiki.tags.HTMLTag
 
appendExternalImageLink(String, String) - Method in class info.bliki.wiki.model.AbstractWikiModel
Append an external wiki image link (starting with http, https,... and ending with gif, png, jpg, bmp)
appendExternalImageLink(String, String) - Method in interface info.bliki.wiki.model.IWikiModel
Append an external wiki image link (starting with http, https,... and ending with gif, png, jpg, bmp)
appendExternalLink(String, String, boolean) - Method in class info.bliki.wiki.model.AbstractWikiModel
Deprecated. use IWikiModel.appendExternalLink(String, String, String, boolean) instead.
appendExternalLink(String, String, String, boolean) - Method in class info.bliki.wiki.model.AbstractWikiModel
Append an external link (starting with http, https, ftp,...) as described in Help Links
appendExternalLink(String, String, boolean) - Method in interface info.bliki.wiki.model.IWikiModel
Deprecated. use IWikiModel.appendExternalLink(String, String, String, boolean) instead.
appendExternalLink(String, String, String, boolean) - Method in interface info.bliki.wiki.model.IWikiModel
Append an external link (starting with http, https, ftp,...) as described in Help Links
appendHead(String, int, boolean, int) - Method in class info.bliki.wiki.model.AbstractWikiModel
Add a single wiki head (i.e. ==...==, ===...===, ====...====,...) to the table of content
appendHead(String, int, boolean, int, int, int) - Method in class info.bliki.wiki.model.AbstractWikiModel
Append a new head to the table of content
appendHead(String, int, boolean, int) - Method in interface info.bliki.wiki.model.IWikiModel
Deprecated.  
appendHead(String, int, boolean, int, int, int) - Method in interface info.bliki.wiki.model.IWikiModel
Add a single wiki head (i.e. ==...==, ===...===, ====...====,...) to the table of content
appendIdentifier(String, int, int, HashMap<String, String>, HashMap<String, String>, StringBuilder) - Method in class info.bliki.wiki.tags.code.AbstractCPPBasedCodeFilter
 
appendInternalImageLink(String, String, ImageFormat) - Method in class info.bliki.wiki.model.AbstractWikiModel
Append this internal wiki image link.
appendInternalImageLink(String, String, ImageFormat) - Method in interface info.bliki.wiki.model.IWikiModel
Append this internal wiki image link.
appendInternalLink(String, String, String, String, boolean) - Method in class info.bliki.wiki.model.AbstractWikiModel
Append an internal wikilink as described in Help Links
appendInternalLink(String, String, String, String, boolean) - Method in interface info.bliki.wiki.model.IWikiModel
Append an internal wikilink as described in Help Links
appendInternalLink(String, String, String, String, boolean) - Method in class info.bliki.wiki.model.PDFWikiModel
Deprecated.  
appendInternalLink(String, String, String, String, boolean) - Method in class info.bliki.wiki.model.WikiModel
Append an internal wikilink as described in Help Links
appendInterWikiLink(String, String, String) - Method in class info.bliki.wiki.model.AbstractWikiModel
Append an InterWiki link
appendInterWikiLink(String, String, String) - Method in interface info.bliki.wiki.model.IWikiModel
Append an InterWiki link
appendISBNLink(String) - Method in class info.bliki.wiki.model.AbstractWikiModel
Append an external ISBN link (starting with ISBN ) as described in Wikipedia:ISBN

Note: The default implementation in the AbstractWikiModel class creates a link to Amazon.com.
appendISBNLink(String) - Method in interface info.bliki.wiki.model.IWikiModel
Append an external ISBN link (starting with ISBN ) as described in Wikipedia:ISBN

Note: The default implementation in the AbstractWikiModel class creates a link to Amazon.com.
appendMailtoLink(String, String, boolean) - Method in class info.bliki.wiki.model.AbstractWikiModel
Append an external link (starting with mailto:...) as described in Help:Wikitext#Links
appendMailtoLink(String, String, boolean) - Method in interface info.bliki.wiki.model.IWikiModel
Append an external link (starting with mailto:...) as described in Help:Wikitext#Links
appendRawNamespaceLinks(String, String, boolean) - Method in class info.bliki.wiki.model.AbstractWikiModel
Check if the topic is a special namespace topic.
appendRawNamespaceLinks(String, String, boolean) - Method in interface info.bliki.wiki.model.IWikiModel
Check if the topic is a special namespace topic.
appendRawWikipediaLink(String, String) - Method in class info.bliki.wiki.model.AbstractWikiModel
Main entry method for parsing a raw wiki link (i.e. the text between the [[...]] square brackets).
appendRawWikipediaLink(String, String) - Method in interface info.bliki.wiki.model.IWikiModel
Main entry method for parsing a raw wiki link (i.e. the text between the [[...]] square brackets).
appendRedirectLink(String) - Method in class info.bliki.wiki.model.AbstractWikiModel
Append the redirect link to the model
appendRedirectLink(String) - Method in interface info.bliki.wiki.model.IWikiModel
Append the redirect link to the model
appendSignature(Appendable, int) - Method in class info.bliki.wiki.model.AbstractWikiModel
Append the user signature to the writer (i.e. '~~~', '~~~~' or '~~~~').
appendSignature(Appendable, int) - Method in interface info.bliki.wiki.model.IWikiModel
Append the user signature to the writer (i.e. '~~~', '~~~~' or '~~~~').
appendStack(TagStack) - Method in class info.bliki.wiki.model.AbstractWikiModel
Append the given tag stack to the current tag stack of the model.
appendStack(TagStack) - Method in interface info.bliki.wiki.model.IWikiModel
Append the given tag stack to the current tag stack of the model.
appendToCAnchor(String) - Method in class info.bliki.wiki.model.AbstractWikiModel
appendUnescapedAttributes(Appendable, Map<String, String>) - Static method in class info.bliki.wiki.tags.HTMLTag
 
ASTNode - Class in info.bliki.wiki.template.expr.ast
The basic node for a parsed expression string
ASTNode(String) - Constructor for class info.bliki.wiki.template.expr.ast.ASTNode
 
ASTNodeFactory - Class in info.bliki.wiki.template.expr.operator
 
ASTNodeFactory() - Constructor for class info.bliki.wiki.template.expr.operator.ASTNodeFactory
Create a default ASTNode factory
ATag - Class in info.bliki.html.wikipedia
 
ATag() - Constructor for class info.bliki.html.wikipedia.ATag
 
ATag(String, String) - Constructor for class info.bliki.html.wikipedia.ATag
 
ATag - Class in info.bliki.wiki.tags
 
ATag() - Constructor for class info.bliki.wiki.tags.ATag
 
Attribute - Class in info.bliki.wiki.tags.util
An attribute within a tag.
Attribute(String, String, String, char) - Constructor for class info.bliki.wiki.tags.util.Attribute
Create an attribute with the name, assignment, value and quote given.
Attribute(String, String, char) - Constructor for class info.bliki.wiki.tags.util.Attribute
Create an attribute with the name, value and quote given.
Attribute(String) - Constructor for class info.bliki.wiki.tags.util.Attribute
Create a whitespace attribute with the value given.
Attribute(String, String) - Constructor for class info.bliki.wiki.tags.util.Attribute
Create an attribute with the name and value given.
Attribute(String, String, String) - Constructor for class info.bliki.wiki.tags.util.Attribute
Create an attribute with the name, assignment string and value given.
Attribute() - Constructor for class info.bliki.wiki.tags.util.Attribute
Create an empty attribute.
AttributeList - Class in info.bliki.wiki.template.extension
Internal alias for an ArrayList.
AttributeList(int) - Constructor for class info.bliki.wiki.template.extension.AttributeList
 
AttributeList() - Constructor for class info.bliki.wiki.template.extension.AttributeList
 
AttributeRenderer - Interface in info.bliki.wiki.template.extension
This interface describes an object that knows how to format or otherwise render an object appropriately.
attributeRenderers - Variable in class info.bliki.wiki.model.AbstractWikiModel
A Map that allows people to register a renderer for a particular kind of object to be displayed in this template.
attributes - Variable in class info.bliki.wiki.model.AbstractWikiModel
Map an attribute name to its value(s).

B

BaseToken - Interface in info.bliki.htmlcleaner
Base token interface.
BBCodeModel - Class in info.bliki.wiki.model
Wiki model implementation which allows some simple additional BB code syntax inside the wiki syntax See BBCode
BBCodeModel(String, String) - Constructor for class info.bliki.wiki.model.BBCodeModel
 
BlikiConverter - Class in info.bliki.wiki
A converter tool for using the Wiki2HTML, Plain2Wiki and HTML2Wiki conversion functions in a Java Swing GUI.
BlikiConverter(String) - Constructor for class info.bliki.wiki.BlikiConverter
 
BLOCK_SIZE - Static variable in class info.bliki.api.Page
 
BLOCK_TAGS - Static variable in class info.bliki.wiki.model.Configuration
 
BrTag - Class in info.bliki.wiki.tags
 
BrTag() - Constructor for class info.bliki.wiki.tags.BrTag
 
buildEditLinkUrl(int) - Method in class info.bliki.wiki.model.AbstractWikiModel
Build the link to edit a section of the wikipedia article
buildEditLinkUrl(int) - Method in interface info.bliki.wiki.model.IWikiModel
Build the link to edit a section of the wikipedia article

C

C1 - Static variable in class info.bliki.wiki.template.expr.ast.IntegerNode
 
CAPTION - Static variable in class info.bliki.wiki.filter.WPCell
The >caption< tag should be used
CaptionTag - Class in info.bliki.html.wikipedia
 
CaptionTag() - Constructor for class info.bliki.html.wikipedia.CaptionTag
 
categories - Variable in class info.bliki.wiki.model.WikiModel
A map for categories and their associated sort keys
CATEGORY_NAMESPACE_KEY - Static variable in interface info.bliki.wiki.namespaces.INamespace
Category description pages.
CATEGORY_TALK_NAMESPACE_KEY - Static variable in interface info.bliki.wiki.namespaces.INamespace
 
CHARACTER_REFS - Static variable in class info.bliki.wiki.model.Reference
 
characters(char[], int, int) - Method in class info.bliki.api.AbstractXMLParser
parse an unlimited amount of characters between 2 enclosing XML-Tags
characters(char[], int, int) - Method in class info.bliki.api.HtmlUtilities.HtmlFormHandler
Receive notification of character data inside an element.
characters(char[], int, int) - Method in class info.bliki.wiki.dump.WikiXMLParser
parse an unlimited amount of characters between 2 enclosing XML-Tags
ChartTag - Class in info.bliki.wiki.tags.extension
Wiki tag for the Google Chart API
ChartTag() - Constructor for class info.bliki.wiki.tags.extension.ChartTag
 
clean() - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
clear() - Method in class info.bliki.api.query.RequestBuilder
 
clear() - Method in class info.bliki.wiki.template.expr.ast.FunctionNode
 
clone() - Method in class info.bliki.htmlcleaner.EndTagToken
 
clone() - Method in class info.bliki.htmlcleaner.TagNode
 
clone() - Method in class info.bliki.htmlcleaner.TagToken
 
clone() - Method in class info.bliki.wiki.filter.WPList
 
clone() - Method in class info.bliki.wiki.filter.WPTable
 
clone() - Method in class info.bliki.wiki.tags.TableOfContentTag
 
clone() - Method in class info.bliki.wiki.tags.util.AbstractNode
Clone this object.
clone() - Method in class info.bliki.wiki.tags.WPBoldItalicTag
 
close(TagNode, StringBuilder) - Method in class info.bliki.html.googlecode.TableGCTag
 
close(TagNode, StringBuilder) - Method in class info.bliki.html.googlecode.TdGCTag
 
close(TagNode, StringBuilder) - Method in class info.bliki.html.googlecode.ThGCTag
 
close(TagNode, StringBuilder) - Method in class info.bliki.html.googlecode.TrGCTag
 
close(TagNode, StringBuilder) - Method in class info.bliki.html.wikipedia.AbstractHTMLTag
 
close(TagNode, StringBuilder) - Method in class info.bliki.html.wikipedia.ATag
 
close(TagNode, StringBuilder) - Method in interface info.bliki.html.wikipedia.HTMLTag
Write the closing wiki syntax for this tag to the result buffer
close(TagNode, StringBuilder) - Method in class info.bliki.html.wikipedia.NoOutputTag
 
close(TagNode, StringBuilder) - Method in class info.bliki.html.wikipedia.OpenCloseTag
 
close(TagNode, StringBuilder) - Method in class info.bliki.html.wikipedia.PreTag
 
close(TagNode, StringBuilder) - Method in class info.bliki.html.wikipedia.TableTag
 
closeStr - Variable in class info.bliki.html.wikipedia.ATag
 
closeStr - Variable in class info.bliki.html.wikipedia.OpenCloseTag
 
CODE_FORMATTER_MAP - Static variable in class info.bliki.wiki.model.Configuration
Map the source code's language string to the code formatter implementation
CommandLine - Class in info.bliki.htmlcleaner
Command line usage class.
CommandLine() - Constructor for class info.bliki.htmlcleaner.CommandLine
 
CommentToken - Class in info.bliki.htmlcleaner
HTML comment token.
CommentToken(String) - Constructor for class info.bliki.htmlcleaner.CommentToken
 
CompactXmlSerializer - Class in info.bliki.htmlcleaner
Compact XML serializer - creates resulting XML by stripping whitespaces.
CompactXmlSerializer(Writer, HtmlCleaner) - Constructor for class info.bliki.htmlcleaner.CompactXmlSerializer
 
Configuration - Class in info.bliki.wiki.model
Common Configuration settings
Configuration() - Constructor for class info.bliki.wiki.model.Configuration
 
Connector - Class in info.bliki.api
Manages the queries for the Wikimedia API
Connector() - Constructor for class info.bliki.api.Connector
 
Console - Class in info.bliki.api
 
Console() - Constructor for class info.bliki.api.Console
 
Console - Class in info.bliki.wiki.template.expr.util
A java console program to run the evaluator interactively.
Console() - Constructor for class info.bliki.wiki.template.expr.util.Console
 
CONST - Static variable in class info.bliki.wiki.model.DefaultEventListener
 
CONST - Static variable in class info.bliki.wiki.template.Anchorencode
 
CONST - Static variable in class info.bliki.wiki.template.Expr
 
CONST - Static variable in class info.bliki.wiki.template.extension.Allmacros
 
CONST - Static variable in class info.bliki.wiki.template.extension.DollarContext
 
CONST - Static variable in class info.bliki.wiki.template.Formatnum
 
CONST - Static variable in class info.bliki.wiki.template.Fullurl
 
CONST - Static variable in class info.bliki.wiki.template.If
 
CONST - Static variable in class info.bliki.wiki.template.Ifeq
 
CONST - Static variable in class info.bliki.wiki.template.Iferror
 
CONST - Static variable in class info.bliki.wiki.template.Ifexist
 
CONST - Static variable in class info.bliki.wiki.template.Ifexpr
 
CONST - Static variable in class info.bliki.wiki.template.LC
 
CONST - Static variable in class info.bliki.wiki.template.LCFirst
 
CONST - Static variable in class info.bliki.wiki.template.Localurl
 
CONST - Static variable in class info.bliki.wiki.template.NS
 
CONST - Static variable in class info.bliki.wiki.template.Padleft
 
CONST - Static variable in class info.bliki.wiki.template.Padright
 
CONST - Static variable in class info.bliki.wiki.template.Plural
 
CONST - Static variable in class info.bliki.wiki.template.Safesubst
 
CONST - Static variable in class info.bliki.wiki.template.Subst
 
CONST - Static variable in class info.bliki.wiki.template.Switch
 
CONST - Static variable in class info.bliki.wiki.template.Tag
 
CONST - Static variable in class info.bliki.wiki.template.Time
Static instance of this template function parser.
CONST - Static variable in class info.bliki.wiki.template.UC
 
CONST - Static variable in class info.bliki.wiki.template.UCFirst
 
CONST - Static variable in class info.bliki.wiki.template.URLEncode
 
contains(Object) - Method in class info.bliki.wiki.template.expr.ast.FunctionNode
 
containsAll(Collection<?>) - Method in class info.bliki.wiki.template.expr.ast.FunctionNode
 
containsCategory(PageInfo) - Method in class info.bliki.api.Page
 
containsKey(String) - Method in class info.bliki.api.query.RequestBuilder
 
containsLink(Link) - Method in class info.bliki.api.Page
 
containsUriScheme(String) - Method in class info.bliki.wiki.model.Configuration
Check if the URI scheme is allowed.
containsValue(String) - Method in class info.bliki.api.query.RequestBuilder
 
content(AbstractHTMLToWiki, TagNode, StringBuilder, boolean) - Method in class info.bliki.html.googlecode.ListGCTag
 
content(AbstractHTMLToWiki, TagNode, StringBuilder, boolean) - Method in class info.bliki.html.wikipedia.AbstractHTMLTag
 
content(AbstractHTMLToWiki, TagNode, StringBuilder, boolean) - Method in class info.bliki.html.wikipedia.ATag
 
content(AbstractHTMLToWiki, TagNode, StringBuilder, boolean) - Method in class info.bliki.html.wikipedia.FontTag
 
content(AbstractHTMLToWiki, TagNode, StringBuilder, boolean) - Method in interface info.bliki.html.wikipedia.HTMLTag
Convert the current HTML node into wiki text.
content(AbstractHTMLToWiki, TagNode, StringBuilder, boolean) - Method in class info.bliki.html.wikipedia.ImgTag
 
content(AbstractHTMLToWiki, TagNode, StringBuilder, boolean) - Method in class info.bliki.html.wikipedia.ListTag
 
content(AbstractHTMLToWiki, TagNode, StringBuilder, boolean) - Method in class info.bliki.html.wikipedia.NoOutputTag
 
content(AbstractHTMLToWiki, TagNode, StringBuilder, boolean) - Method in class info.bliki.html.wikipedia.OpenCloseTag
 
content(AbstractHTMLToWiki, TagNode, StringBuilder, boolean) - Method in class info.bliki.html.wikipedia.PreTag
 
ContentToken - Class in info.bliki.htmlcleaner
HTML text token.
ContentToken(String) - Constructor for class info.bliki.htmlcleaner.ContentToken
 
ConvertEmptyHTMLTag - Class in info.bliki.html.wikipedia
 
ConvertEmptyHTMLTag() - Constructor for class info.bliki.html.wikipedia.ConvertEmptyHTMLTag
 
ConvertEmptyHTMLTag(boolean) - Constructor for class info.bliki.html.wikipedia.ConvertEmptyHTMLTag
 
copyMathLTGT(String, Appendable) - Static method in class info.bliki.wiki.tags.NowikiTag
Copy the text in the resulting buffer and escape special html characters (< > )
copyNowikiNewLine(String, Appendable) - Static method in class info.bliki.wiki.tags.NowikiTag
Copy the text in the resulting buffer and escape special html characters (< > " & ') Additionally every newline will be replaced by <br/>
copyPre(String, Appendable, boolean) - Static method in class info.bliki.wiki.tags.NowikiTag
Copy the text in the resulting buffer and escape special html characters (< > " & ')
create() - Static method in class info.bliki.api.query.Edit
 
create() - Static method in class info.bliki.api.query.OpenSearch
 
create() - Static method in class info.bliki.api.query.Parse
 
create() - Static method in class info.bliki.api.query.Query
 
create() - Static method in class info.bliki.api.query.RequestBuilder
 
create() - Static method in class info.bliki.api.query.Sitematrix
 
createAST(ASTNode) - Method in interface info.bliki.wiki.template.expr.ast.IParserFactory
Creates a new function with no arguments from the given header expression .
createAST(ASTNode) - Method in class info.bliki.wiki.template.expr.operator.ASTNodeFactory
Creates a new list with no arguments from the given header object .
createDouble(String) - Method in interface info.bliki.wiki.template.expr.ast.IParserFactory
Create an double node from the given double value string
createDouble(String) - Method in class info.bliki.wiki.template.expr.operator.ASTNodeFactory
 
createFraction(IntegerNode, IntegerNode) - Method in interface info.bliki.wiki.template.expr.ast.IParserFactory
Create a "fractional" number
createFraction(IntegerNode, IntegerNode) - Method in class info.bliki.wiki.template.expr.operator.ASTNodeFactory
 
createFunction(SymbolNode) - Method in interface info.bliki.wiki.template.expr.ast.IParserFactory
Creates a new function with head head and 0 arguments.
createFunction(SymbolNode, ASTNode) - Method in interface info.bliki.wiki.template.expr.ast.IParserFactory
Creates a new function with head head and 1 argument.
createFunction(SymbolNode, ASTNode, ASTNode) - Method in interface info.bliki.wiki.template.expr.ast.IParserFactory
Creates a new function with head head and 2 arguments.
createFunction(SymbolNode) - Method in class info.bliki.wiki.template.expr.operator.ASTNodeFactory
 
createFunction(SymbolNode, ASTNode) - Method in class info.bliki.wiki.template.expr.operator.ASTNodeFactory
 
createFunction(SymbolNode, ASTNode, ASTNode) - Method in class info.bliki.wiki.template.expr.operator.ASTNodeFactory
 
createFunction(IParserFactory, ASTNode, ASTNode) - Method in class info.bliki.wiki.template.expr.operator.DivideOperator
 
createFunction(IParserFactory, ASTNode, ASTNode) - Method in class info.bliki.wiki.template.expr.operator.InfixOperator
 
createFunction(IParserFactory, ASTNode) - Method in class info.bliki.wiki.template.expr.operator.PostfixOperator
 
createFunction(IParserFactory, ASTNode) - Method in class info.bliki.wiki.template.expr.operator.PrefixOperator
 
createFunction(IParserFactory, ASTNode) - Method in class info.bliki.wiki.template.expr.operator.PreMinusOperator
 
createFunction(IParserFactory, ASTNode) - Method in class info.bliki.wiki.template.expr.operator.PrePlusOperator
 
createFunction(IParserFactory, ASTNode, ASTNode) - Method in class info.bliki.wiki.template.expr.operator.SubtractOperator
 
createHashMap(HashMap<String, String>, String) - Static method in class info.bliki.wiki.tags.code.AbstractCodeFormatter
 
createInfixOperator(String, String, int, int) - Static method in class info.bliki.wiki.template.expr.operator.ASTNodeFactory
 
createInteger(String, int) - Method in interface info.bliki.wiki.template.expr.ast.IParserFactory
Create an integer node from the given string
createInteger(int) - Method in interface info.bliki.wiki.template.expr.ast.IParserFactory
Create an integer node from the given value
createInteger(String, int) - Method in class info.bliki.wiki.template.expr.operator.ASTNodeFactory
 
createInteger(int) - Method in class info.bliki.wiki.template.expr.operator.ASTNodeFactory
 
createNewInstance(String) - Method in class info.bliki.wiki.model.AbstractWikiModel
Create a new parser instance
createNewInstance(String) - Method in interface info.bliki.wiki.model.IWikiModel
Create a new parser instance
createObjectsMap(HashMap<String, String>, String) - Static method in class info.bliki.wiki.tags.code.AbstractCodeFormatter
 
createPostfixOperator(String, String, int) - Static method in class info.bliki.wiki.template.expr.operator.ASTNodeFactory
 
createPrefixOperator(String, String, int) - Static method in class info.bliki.wiki.template.expr.operator.ASTNodeFactory
 
createString(StringBuffer) - Method in interface info.bliki.wiki.template.expr.ast.IParserFactory
Create a string node from the scanned double quoted string
createString(StringBuffer) - Method in class info.bliki.wiki.template.expr.operator.ASTNodeFactory
 
createSymbol(String) - Method in interface info.bliki.wiki.template.expr.ast.IParserFactory
Create a symbol from the scanned identifier string
createSymbol(String) - Method in class info.bliki.wiki.template.expr.operator.ASTNodeFactory
 
createTableOfContent(boolean) - Method in class info.bliki.wiki.model.AbstractWikiModel
 
createTableOfContent(boolean) - Method in interface info.bliki.wiki.model.IWikiModel
Create the "table of content" placeholder
createTagStack(WPTable, String, IWikiModel, int) - Method in class info.bliki.wiki.filter.WPCell
Create the internal TagNodes stack for a single table cell
createTagStack(char[], IWikiModel, int) - Method in class info.bliki.wiki.filter.WPListElement
Create the internal TagNodes stack for a single list line
createXml(TagNode) - Method in class info.bliki.htmlcleaner.XmlSerializer
 
CSharpCodeFilter - Class in info.bliki.wiki.tags.code
Syntax highlighting support for C# source codes
CSharpCodeFilter() - Constructor for class info.bliki.wiki.tags.code.CSharpCodeFilter
 

D

DdTag - Class in info.bliki.wiki.tags
 
DdTag() - Constructor for class info.bliki.wiki.tags.DdTag
 
decrementRecursionLevel() - Method in class info.bliki.wiki.model.AbstractWikiModel
Decrement the current recursion level of the parser.
decrementRecursionLevel() - Method in interface info.bliki.wiki.model.IWikiModel
Decrement the current recursion level of the parser.
DEFAULT - Static variable in class info.bliki.wiki.filter.WPCell
The >td< tag should be used
DEFAULT_CHARSET - Static variable in class info.bliki.htmlcleaner.HtmlCleaner
 
DEFAULT_CONFIGURATION - Static variable in class info.bliki.wiki.model.Configuration
 
DEFAULT_OPERATOR_CHARACTERS - Static variable in interface info.bliki.wiki.template.expr.ast.IParserFactory
The default set of characters, which could form an operator
DefaultEventListener - Class in info.bliki.wiki.model
A default wiki event listener implementation which will trigger the on....
DefaultEventListener() - Constructor for class info.bliki.wiki.model.DefaultEventListener
 
defineTags() - Method in class info.bliki.htmlcleaner.HtmlTagProvider
Definition of all HTML tags together with rules for tag balancing.
dependsOn(String) - Method in class info.bliki.wiki.template.expr.ast.ASTNode
 
dependsOn(String) - Method in class info.bliki.wiki.template.expr.ast.SymbolNode
 
derivative(String) - Method in class info.bliki.wiki.template.expr.ast.ASTNode
 
DivErrorboxExtractor - Class in info.bliki.htmlcleaner.util
Extracts a <div class="errorbox">...error text...
DivErrorboxExtractor(StringBuilder) - Constructor for class info.bliki.htmlcleaner.util.DivErrorboxExtractor
 
DivideOperator - Class in info.bliki.wiki.template.expr.operator
 
DivideOperator(String, String, int, int) - Constructor for class info.bliki.wiki.template.expr.operator.DivideOperator
 
DL_DD_CHAR - Static variable in class info.bliki.wiki.filter.WPList
 
DL_DT_CHAR - Static variable in class info.bliki.wiki.filter.WPList
 
DlTag - Class in info.bliki.wiki.tags
 
DlTag() - Constructor for class info.bliki.wiki.tags.DlTag
 
DoctypeToken - Class in info.bliki.htmlcleaner
HTML doctype token.
DoctypeToken(String, String, String, String) - Constructor for class info.bliki.htmlcleaner.DoctypeToken
 
DollarContext - Class in info.bliki.wiki.template.extension
A template parser function for Java attributes.
DollarContext() - Constructor for class info.bliki.wiki.template.extension.DollarContext
 
DomainValidator - Class in info.bliki.commons.validator.routines
Domain name validation routines.
dontEscape(TagNode) - Method in class info.bliki.htmlcleaner.XmlSerializer
 
DoubleEvaluator - Class in info.bliki.wiki.template.expr.eval
Evaluate math expressions to double numbers.
DoubleEvaluator() - Constructor for class info.bliki.wiki.template.expr.eval.DoubleEvaluator
 
DoubleEvaluator(ASTNode) - Constructor for class info.bliki.wiki.template.expr.eval.DoubleEvaluator
 
DoubleNode - Class in info.bliki.wiki.template.expr.eval
 
DoubleNode(double) - Constructor for class info.bliki.wiki.template.expr.eval.DoubleNode
 
doubleValue() - Method in class info.bliki.wiki.template.expr.ast.FractionNode
 
doubleValue() - Method in class info.bliki.wiki.template.expr.ast.NumberNode
 
doubleValue() - Method in class info.bliki.wiki.template.expr.eval.DoubleNode
 
downloadImageUrl(OutputStream) - Method in class info.bliki.api.Page
If this page was created with User#queryImageinfo() you can download the image with this method.
downloadImageUrl(OutputStream, String) - Method in class info.bliki.api.Page
If this page was created with User#queryImageinfo() you can download the image with this method.
DtTag - Class in info.bliki.wiki.tags
 
DtTag() - Constructor for class info.bliki.wiki.tags.DtTag
 
dumpRaw() - Method in class info.bliki.wiki.dump.InfoBox
 

E

edit(User, Edit) - Method in class info.bliki.api.Connector
 
Edit - Class in info.bliki.api.query
Query for creation and editing pages.
elementIsOfType(String) - Method in class info.bliki.htmlcleaner.util.HtmlForm.Element
 
EmailValidator - Class in info.bliki.commons.validator.routines
Perform email validations.
EmailValidator() - Constructor for class info.bliki.commons.validator.routines.EmailValidator
Protected constructor for subclasses to use.
emptyContent(AbstractHTMLToWiki, TagNode, StringBuilder, boolean) - Method in class info.bliki.html.wikipedia.AbstractHTMLTag
 
emptyContent(AbstractHTMLToWiki, TagNode, StringBuilder, boolean) - Method in class info.bliki.html.wikipedia.ConvertEmptyHTMLTag
 
emptyContent(AbstractHTMLToWiki, TagNode, StringBuilder, boolean) - Method in interface info.bliki.html.wikipedia.HTMLTag
Convert the current HTML node, which has no children nodes into wiki text.
encodeDotUrl(String) - Static method in class info.bliki.wiki.filter.Encoder
Encode a string to the "x-www-form-urlencoded" form, enhanced with the UTF-8-in-URL proposal.
encodeHtml(String, StringBuilder) - Static method in class info.bliki.wiki.filter.Encoder
copy the text in the resulting buffer and escape special html characters (< > " ( " ) & ')
encodeHtml(String) - Static method in class info.bliki.wiki.filter.Encoder
 
Encoder - Class in info.bliki.wiki.filter
Some helper methods for encoding strings to HTML, URL or local files system names
Encoder() - Constructor for class info.bliki.wiki.filter.Encoder
 
encodeTitleDotUrl(String, boolean) - Static method in class info.bliki.wiki.filter.Encoder
 
encodeTitleDotUrl(String, boolean) - Method in class info.bliki.wiki.model.AbstractWikiModel
Encode the wiki links title into a URL for HTML hyperlinks (i.e.
encodeTitleDotUrl(String, boolean) - Method in interface info.bliki.wiki.model.IWikiModel
Encode the wiki links title into a URL for HTML hyperlinks (i.e.
encodeTitleLocalUrl(String) - Static method in class info.bliki.wiki.filter.Encoder
Encode name for local file system
encodeTitleToUrl(String, boolean) - Static method in class info.bliki.wiki.filter.Encoder
Encode the wiki links title into a URL for HTML hyperlinks (i.e.
encodeTitleToUrl(String, boolean) - Method in class info.bliki.wiki.model.AbstractWikiModel
Encode the wiki links title into a URL for HTML hyperlinks (i.e.
encodeTitleToUrl(String, boolean) - Method in interface info.bliki.wiki.model.IWikiModel
Encode the wiki links title into a URL for HTML hyperlinks (i.e.
encodeUrl(String) - Static method in class info.bliki.wiki.filter.Encoder
Encode a string to the "x-www-form-urlencoded" form, enhanced with the UTF-8-in-URL proposal.
endDocument() - Method in class info.bliki.api.AbstractXMLParser
 
endDocument() - Method in class info.bliki.wiki.dump.WikiXMLParser
 
endElement(String, String, String) - Method in class info.bliki.api.HtmlUtilities.HtmlFormHandler
Receive notification of the end of an element.
endElement(String, String, String) - Method in class info.bliki.api.XMLCategoryMembersParser
 
endElement(String, String, String) - Method in class info.bliki.api.XMLEditParser
 
endElement(String, String, String) - Method in class info.bliki.api.XMLPagesParser
 
endElement(String, String, String) - Method in class info.bliki.api.XMLParseParser
 
endElement(String, String, String) - Method in class info.bliki.api.XMLSearchParser
 
endElement(String, String, String) - Method in class info.bliki.api.XMLUserParser
 
endElement(String, String, String) - Method in class info.bliki.wiki.dump.WikiXMLParser
 
EndTagToken - Class in info.bliki.htmlcleaner
HTML tag end token.
EndTagToken() - Constructor for class info.bliki.htmlcleaner.EndTagToken
 
EndTagToken(String) - Constructor for class info.bliki.htmlcleaner.EndTagToken
 
ensureCapacity(int) - Method in class info.bliki.wiki.template.expr.ast.FunctionNode
 
entrySet() - Method in class info.bliki.api.query.RequestBuilder
 
EOF - Static variable in class info.bliki.wiki.filter.WikipediaScanner
Return value when the source is exhausted.
EPSILON - Static variable in class info.bliki.wiki.template.expr.eval.DoubleEvaluator
A "close to zero" double epsilon value for use to compare with 0.0
EPSILON_ROUND - Static variable in class info.bliki.wiki.template.expr.eval.DoubleEvaluator
A "close to zero" double epsilon value for use in the Round function
equals(Object) - Method in class info.bliki.api.Link
 
equals(Object) - Method in class info.bliki.api.PageInfo
 
equals(Object) - Method in class info.bliki.api.query.RequestBuilder
 
equals(Object) - Method in class info.bliki.api.Revision
 
equals(Object) - Method in class info.bliki.api.User
 
equals(Object) - Method in class info.bliki.htmlcleaner.TagToken
 
equals(Object) - Method in class info.bliki.htmlcleaner.util.HtmlForm.ElementAttribute
 
equals(Object) - Method in class info.bliki.wiki.filter.SectionHeader
 
equals(Object) - Method in class info.bliki.wiki.filter.StringPair
 
equals(Object) - Method in class info.bliki.wiki.tags.WPTag
 
equals(Object) - Method in class info.bliki.wiki.template.expr.ast.ASTNode
 
equals(Object) - Method in class info.bliki.wiki.template.expr.ast.FloatNode
 
equals(Object) - Method in class info.bliki.wiki.template.expr.ast.FractionNode
 
equals(Object) - Method in class info.bliki.wiki.template.expr.ast.FunctionNode
 
equals(Object) - Method in class info.bliki.wiki.template.expr.ast.IntegerNode
 
equals(Object) - Method in class info.bliki.wiki.template.expr.ast.NumberNode
 
equals(Object) - Method in class info.bliki.wiki.template.expr.ast.StringNode
 
equals(Object) - Method in class info.bliki.wiki.template.expr.ast.SymbolNode
 
equals(Object) - Method in class info.bliki.wiki.template.expr.eval.DoubleNode
 
equals(Object) - Method in class info.bliki.wiki.template.expr.operator.Operator
 
ErrorData - Class in info.bliki.api
Manages error data from the Wikimedia API
ErrorData() - Constructor for class info.bliki.api.ErrorData
 
escapeXml(String, boolean, boolean, boolean) - Static method in class info.bliki.htmlcleaner.Utils
Escapes XML string.
escapeXml(String) - Method in class info.bliki.htmlcleaner.XmlSerializer
 
escapeXmlChars(String) - Static method in class info.bliki.htmlcleaner.Utils
 
escapeXmlToBuffer(String, Appendable, boolean, boolean, boolean) - Static method in class info.bliki.htmlcleaner.Utils
Escapes XML string into the given result buffer.
evaluate(String) - Method in class info.bliki.wiki.template.expr.eval.DoubleEvaluator
Parse the given expression String and evaluate it to a double value
evaluate() - Method in class info.bliki.wiki.template.expr.eval.DoubleEvaluator
Reevaluate the expression (possibly after a new Variable assignment)
evaluate(boolean) - Method in interface info.bliki.wiki.template.expr.eval.IBooleanBoolean1Function
 
evaluate(boolean, boolean) - Method in interface info.bliki.wiki.template.expr.eval.IBooleanBoolean2Function
 
evaluate(double, double) - Method in interface info.bliki.wiki.template.expr.eval.IBooleanDouble2Function
 
evaluate() - Method in interface info.bliki.wiki.template.expr.eval.IDouble0Function
 
evaluate(double) - Method in interface info.bliki.wiki.template.expr.eval.IDouble1Function
 
evaluate(double, double) - Method in interface info.bliki.wiki.template.expr.eval.IDouble2Function
 
evaluate(DoubleEvaluator, FunctionNode) - Method in interface info.bliki.wiki.template.expr.eval.IDoubleFunction
 
evaluateFunction(FunctionNode) - Method in class info.bliki.wiki.template.expr.eval.DoubleEvaluator
Evaluate an already parsed in FunctionNode into a souble number value.
evaluateFunctionLogical(FunctionNode) - Method in class info.bliki.wiki.template.expr.eval.DoubleEvaluator
 
evaluateNode(ASTNode) - Method in class info.bliki.wiki.template.expr.eval.DoubleEvaluator
Evaluate an already parsed in abstract syntax tree node into a double number value.
evaluateNodeLogical(ASTNode) - Method in class info.bliki.wiki.template.expr.eval.DoubleEvaluator
 
evaluateTemplate(String, Map<String, String>) - Static method in class info.bliki.htmlcleaner.Utils
Evaluates string template for specified map of variables.
Expr - Class in info.bliki.wiki.template
A template parser function for {{ #expr: ... }} syntax.
Expr() - Constructor for class info.bliki.wiki.template.Expr
 
extractContent(String) - Method in class info.bliki.htmlcleaner.util.AbstractHtmlExtractor
Extract the information from the given html text.
extractForm(String, String) - Static method in class info.bliki.api.HtmlUtilities
Extracts and parses an HTML form from a page of HTML.

F

fAttributes - Variable in class info.bliki.api.AbstractXMLParser
 
fconvertPlainText - Variable in class info.bliki.html.wikipedia.AbstractHTMLTag
 
fCurrentChar - Variable in class info.bliki.wiki.template.expr.Scanner
Current input character
fCurrentCharacter - Variable in class info.bliki.wiki.filter.AbstractParser
The current scanned character
fCurrentColumnStartPosition - Variable in class info.bliki.wiki.template.expr.Scanner
Column counter for syntax errors
fCurrentPosition - Variable in class info.bliki.wiki.filter.AbstractParser
The current offset in the character source array
fCurrentPosition - Variable in class info.bliki.wiki.template.expr.Scanner
The position of the current character in the input string
fData - Variable in class info.bliki.api.AbstractXMLParser
 
fDenominator - Variable in class info.bliki.wiki.template.expr.ast.FractionNode
 
fExternalImageBaseURL - Variable in class info.bliki.wiki.model.WikiModel
 
fExternalWikiBaseURL - Variable in class info.bliki.wiki.model.WikiModel
 
fFactory - Variable in class info.bliki.wiki.template.expr.Scanner
 
fFirst - Variable in class info.bliki.wiki.filter.StringPair
 
fFunctionName - Variable in class info.bliki.wiki.template.expr.operator.Operator
 
FILE_NAMESPACE_KEY - Static variable in interface info.bliki.wiki.namespaces.INamespace
Media description pages.
FILE_TALK_NAMESPACE_KEY - Static variable in interface info.bliki.wiki.namespaces.INamespace
 
filter(String) - Method in class info.bliki.wiki.tags.code.ABAPCodeFilter
 
filter(String) - Method in class info.bliki.wiki.tags.code.AbstractCPPBasedCodeFilter
 
filter(String) - Method in class info.bliki.wiki.tags.code.GroovyCodeFilter
 
filter(String) - Method in class info.bliki.wiki.tags.code.JavaScriptCodeFilter
 
filter(String) - Method in class info.bliki.wiki.tags.code.PHPCodeFilter
 
filter(String) - Method in class info.bliki.wiki.tags.code.PythonCodeFilter
 
filter(String) - Method in interface info.bliki.wiki.tags.code.SourceCodeFormatter
Convert the given content string to HTML synatx highlighted string.
filter(String) - Method in class info.bliki.wiki.tags.code.SQLCodeFilter
Do the work of filtering one chunk of code in a <source> type element
filter(String) - Method in class info.bliki.wiki.tags.code.XMLCodeFilter
 
findNestedEnd(char[], char, char, int) - Static method in class info.bliki.wiki.filter.WikipediaScanner
 
findNestedParamEnd(char[], int) - Static method in class info.bliki.wiki.filter.WikipediaScanner
 
findNestedTemplateEnd(char[], int) - Static method in class info.bliki.wiki.filter.WikipediaScanner
 
findWikiLinkEnd() - Method in class info.bliki.wiki.filter.AbstractParser
Read the characters until the end position of the current wiki link is found
fInputString - Variable in class info.bliki.wiki.template.expr.Scanner
Current parser input string
FloatNode - Class in info.bliki.wiki.template.expr.ast
A node for a parsed floating number string
FloatNode(String) - Constructor for class info.bliki.wiki.template.expr.ast.FloatNode
 
fNamespace - Variable in class info.bliki.wiki.model.AbstractWikiModel
 
fNamespaces1 - Variable in class info.bliki.wiki.namespaces.Namespace
 
fNamespaces2 - Variable in class info.bliki.wiki.namespaces.Namespace
 
fNamespacesLowercase - Variable in class info.bliki.wiki.namespaces.Namespace
 
fNodeList - Variable in class info.bliki.wiki.tags.util.TagStack
List of generated HTML/Wiki tags.
fNumerator - Variable in class info.bliki.wiki.template.expr.ast.FractionNode
 
FONT_COMMENT - Static variable in class info.bliki.wiki.tags.code.AbstractCodeFormatter
 
FONT_END - Static variable in class info.bliki.wiki.tags.code.AbstractCodeFormatter
 
FONT_JAVADOC - Static variable in class info.bliki.wiki.tags.code.AbstractCodeFormatter
 
FONT_KEYWORD - Static variable in class info.bliki.wiki.tags.code.AbstractCodeFormatter
 
FONT_OBJECTS - Static variable in class info.bliki.wiki.tags.code.AbstractCodeFormatter
 
FONT_STRINGS - Static variable in class info.bliki.wiki.tags.code.AbstractCodeFormatter
 
FontTag - Class in info.bliki.html.wikipedia
 
FontTag(String, String) - Constructor for class info.bliki.html.wikipedia.FontTag
 
fOperatorString - Variable in class info.bliki.wiki.template.expr.operator.Operator
 
fOperatorString - Variable in class info.bliki.wiki.template.expr.Scanner
The last determined operator string
fOperList - Variable in class info.bliki.wiki.template.expr.Scanner
protected List fOperList;
FORM_TAG - Static variable in class info.bliki.api.HtmlUtilities
 
FORM_TAG - Static variable in class info.bliki.htmlcleaner.util.HtmlFormExtractor
 
format(String) - Method in class info.bliki.api.query.RequestBuilder
The format of the output One value: json, jsonfm, php, phpfm, wddx, wddxfm, xml, xmlfm, yaml, yamlfm, rawfm, txt, txtfm, dbg, dbgfm Default: xmlfm
FORMAT_WIKI_TO_JAVA - Static variable in class info.bliki.wiki.template.Time
 
formatContent - Variable in class info.bliki.html.wikipedia.OpenCloseTag
 
formatContent(String, StringBuilder) - Method in class info.bliki.html.wikipedia.OpenCloseTag
 
Formatnum - Class in info.bliki.wiki.template
A template parser function for {{formatnum: ... }} lower case syntax.
Formatnum() - Constructor for class info.bliki.wiki.template.Formatnum
 
fPageTitle - Variable in class info.bliki.wiki.model.AbstractWikiModel
 
fParseOnlySignature - Variable in class info.bliki.wiki.filter.TemplateParser
 
fParserRecursionCount - Variable in class info.bliki.wiki.model.AbstractWikiModel
 
fPrecedence - Variable in class info.bliki.wiki.template.expr.operator.Operator
 
FractionNode - Class in info.bliki.wiki.template.expr.ast
A node for a parsed fraction string
FractionNode(IntegerNode, IntegerNode) - Constructor for class info.bliki.wiki.template.expr.ast.FractionNode
 
fReader - Variable in class info.bliki.api.AbstractXMLParser
 
fRecursionLevel - Variable in class info.bliki.wiki.model.AbstractWikiModel
 
fRedirectLink - Variable in class info.bliki.wiki.model.AbstractWikiModel
 
fReferenceNames - Variable in class info.bliki.wiki.model.AbstractWikiModel
 
fReferences - Variable in class info.bliki.wiki.model.AbstractWikiModel
 
fResourceBundle - Variable in class info.bliki.wiki.namespaces.Namespace
 
fScannerPosition - Variable in class info.bliki.wiki.filter.WikipediaScanner
 
fSecond - Variable in class info.bliki.wiki.filter.StringPair
 
fSectionCounter - Variable in class info.bliki.wiki.model.AbstractWikiModel
 
fSource - Variable in class info.bliki.wiki.filter.WikipediaScanner
The corresponding char[] array for the string source
fStringSource - Variable in class info.bliki.wiki.filter.WikipediaScanner
The String of the given raw wiki text
fStringValue - Variable in class info.bliki.wiki.template.expr.ast.ASTNode
 
fTableOfContent - Variable in class info.bliki.wiki.model.AbstractWikiModel
"table of content"
fTableOfContentTag - Variable in class info.bliki.wiki.model.AbstractWikiModel
A tag that manages the "table of content"
fTagStack - Variable in class info.bliki.wiki.model.AbstractWikiModel
 
fTalkNamespaces - Variable in class info.bliki.wiki.namespaces.Namespace
 
fTemplateRecursionCount - Variable in class info.bliki.wiki.model.AbstractWikiModel
 
fToCSet - Variable in class info.bliki.wiki.model.AbstractWikiModel
Contains all anchor strings to create unique anchors
fToken - Variable in class info.bliki.wiki.template.expr.Scanner
Current input token
Fullurl - Class in info.bliki.wiki.template
A template parser function for {{localurl: ... }} syntax
Fullurl() - Constructor for class info.bliki.wiki.template.Fullurl
 
FunctionNode - Class in info.bliki.wiki.template.expr.ast
A list of ASTNode's which represents a parsed function.
FunctionNode(ASTNode) - Constructor for class info.bliki.wiki.template.expr.ast.FunctionNode
 
FunctionNode(SymbolNode, ASTNode) - Constructor for class info.bliki.wiki.template.expr.ast.FunctionNode
 
FunctionNode(SymbolNode, ASTNode, ASTNode) - Constructor for class info.bliki.wiki.template.expr.ast.FunctionNode
 
fWhiteStart - Variable in class info.bliki.wiki.filter.AbstractParser
 
fWhiteStartPosition - Variable in class info.bliki.wiki.filter.AbstractParser
 
fWikiModel - Variable in class info.bliki.wiki.filter.WikipediaScanner
 
fXMLReader - Variable in class info.bliki.api.AbstractXMLParser
 

G

GenerateOperatorArrays - Class in info.bliki.wiki.template.expr.util
Utility for generating source codes for the info.bliki.wiki.template.expr.operator.ASTNodeFactory's HEADER_STRINGS, OPERATOR_STRINGS, OPERATORS arrays from the operators.txt textfile description
GenerateOperatorArrays() - Constructor for class info.bliki.wiki.template.expr.util.GenerateOperatorArrays
 
generateOperatorTable(InputStream, HashMap, HashMap) - Static method in class info.bliki.wiki.template.expr.util.GenerateOperatorArrays
 
generator(String) - Method in class info.bliki.api.query.Query
Use the output of a list as the input for other prop/list/meta items.
get(String) - Method in class info.bliki.api.query.RequestBuilder
 
GET - Static variable in class info.bliki.htmlcleaner.util.HtmlForm
 
get(int) - Method in class info.bliki.wiki.filter.WPRow
 
get(int) - Method in class info.bliki.wiki.filter.WPTable
 
get(int) - Method in class info.bliki.wiki.template.expr.ast.FunctionNode
Returns the node at the specified position in this list.
get(String) - Method in interface info.bliki.wiki.template.expr.ast.IParserFactory
Get the operator for a given identifier string like Times, Plus, Sin,...
get(String) - Method in class info.bliki.wiki.template.expr.operator.ASTNodeFactory
 
get2ndCategoryNamespace() - Method in class info.bliki.wiki.model.AbstractWikiModel
Get the secondary namespace (i.e. the namespace for a non-englich locale) for categories in this wiki
get2ndCategoryNamespace() - Method in interface info.bliki.wiki.model.IWikiModel
Get the secondary namespace (i.e. the namespace for a non-englich locale) for categories in this wiki
get2ndImageNamespace() - Method in class info.bliki.wiki.model.AbstractWikiModel
Get the secondary namespace (i.e. the namespace for a non-englich locale) for images in this wiki
get2ndImageNamespace() - Method in interface info.bliki.wiki.model.IWikiModel
Get the secondary namespace (i.e. the namespace for a non-englich locale) for images in this wiki
get2ndTemplateNamespace() - Method in class info.bliki.wiki.model.AbstractWikiModel
Get the secondary namespace (i.e. the namespace for a non-englich locale) for templates in this wiki
get2ndTemplateNamespace() - Method in interface info.bliki.wiki.model.IWikiModel
Get the secondary namespace (i.e. the namespace for a non-englich locale) for templates in this wiki
getAction() - Method in class info.bliki.htmlcleaner.util.HtmlForm
 
getActionUrl() - Method in class info.bliki.api.User
Get the Mediawiki API Url defined for this user(example: http://meta.wikimedia.org/w/api.php)
getAlign() - Method in class info.bliki.wiki.filter.WPCell
 
getAllowedAttributes() - Static method in class info.bliki.htmlcleaner.TagNode
 
getAllTags() - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
getAlt() - Method in class info.bliki.wiki.model.ImageFormat
 
getAnon() - Method in class info.bliki.api.Revision
 
getAssignment() - Method in class info.bliki.wiki.tags.util.Attribute
Get the assignment string of this attribute.
getAssignment(StringBuilder) - Method in class info.bliki.wiki.tags.util.Attribute
Get the assignment string of this attribute.
getAssignment(String) - Method in class info.bliki.wiki.tags.util.NodeAttribute
Get the assignment string of this attribute.
getAssignment(StringBuilder, String) - Method in class info.bliki.wiki.tags.util.NodeAttribute
Get the assignment string of this attribute.
getAsXmlString(HttpMethod) - Static method in class info.bliki.api.Connector
Format the response body as XML String.
getAttribute(String) - Method in class info.bliki.wiki.model.AbstractWikiModel
Resolve an attribute reference.
getAttribute(String) - Method in interface info.bliki.wiki.model.IContext
Resolve an attribute reference.
getAttribute() - Method in class info.bliki.wiki.model.Reference
 
getAttribute() - Method in class info.bliki.wiki.model.SemanticAttribute
 
getAttribute(String) - Method in class info.bliki.wiki.tags.util.WikiTagNode
Returns the value of an attribute.
getAttributeEx(String) - Method in class info.bliki.wiki.tags.util.WikiTagNode
Returns the attribute with the given name.
getAttributeRenderer(Class) - Method in class info.bliki.wiki.model.AbstractWikiModel
What renderer is registered for this attributeClassType for this template.
getAttributeRenderer(Class) - Method in interface info.bliki.wiki.model.IContext
What renderer is registered for this attributeClassType for this template.
getAttributes() - Method in class info.bliki.htmlcleaner.TagNode
 
getAttributes(String) - Static method in class info.bliki.wiki.filter.Util
 
getAttributesEx() - Method in class info.bliki.wiki.tags.util.WikiTagNode
Gets the attributes in the tag.
getBase() - Method in class info.bliki.wiki.dump.Siteinfo
Get the "MainPage" URL of the wiki.
getBelongsTo() - Method in class info.bliki.htmlcleaner.TagInfo
 
getBody() - Method in class info.bliki.api.Template
 
getBodyNode() - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
getBodyString(Appendable) - Method in class info.bliki.htmlcleaner.TagNode
Get the pure content text without the tags from this HTMLTag
getBodyString() - Method in class info.bliki.htmlcleaner.TagNode
Get the pure content text without the tags from this HTMLTag
getBufferedReader(String) - Static method in class info.bliki.wiki.dump.WikiXMLParser
 
getCaption() - Method in class info.bliki.wiki.model.ImageFormat
 
getCategories() - Method in class info.bliki.api.ParseData
 
getCategories() - Method in class info.bliki.wiki.dump.WikiPatternMatcher
 
getCategories() - Method in class info.bliki.wiki.model.WikiModel
Get the set of Wikipedia category names used in this text
getCategory(int) - Method in class info.bliki.api.Page
 
getCategory() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getCategory() - Method in class info.bliki.wiki.namespaces.Namespace
 
getCategory2() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getCategory2() - Method in class info.bliki.wiki.namespaces.Namespace
 
getCategory_talk() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getCategory_talk() - Method in class info.bliki.wiki.namespaces.Namespace
 
getCategory_talk2() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getCategory_talk2() - Method in class info.bliki.wiki.namespaces.Namespace
 
getCategoryNamespace() - Method in class info.bliki.wiki.model.AbstractWikiModel
Get the primary namespace for categories in this wiki
getCategoryNamespace() - Method in interface info.bliki.wiki.model.IWikiModel
Get the primary namespace for categories in this wiki
getChar() - Method in class info.bliki.wiki.filter.WPList.InternalList
 
getCharacterCase() - Method in class info.bliki.wiki.dump.Siteinfo
Get the character case of the wiki.
getChildren() - Method in class info.bliki.htmlcleaner.TagNode
 
getChildTags() - Method in class info.bliki.htmlcleaner.TagInfo
 
getClient() - Method in class info.bliki.api.Connector
Get the HttpClient.
getCloseStr() - Method in class info.bliki.html.wikipedia.OpenCloseTag
 
getCloseTag() - Method in class info.bliki.wiki.tags.ATag
 
getCloseTag() - Method in class info.bliki.wiki.tags.HTMLBlockTag
 
getCloseTag() - Method in class info.bliki.wiki.tags.PTag
 
getCloseTag() - Method in class info.bliki.wiki.tags.WPATag
 
getCmContinue() - Method in class info.bliki.api.XMLCategoryMembersParser
 
getCode() - Method in class info.bliki.api.ErrorData
 
getCodeFormatterMap() - Method in class info.bliki.wiki.model.AbstractWikiModel
Get the source code formatter map of built-in source code formatters
getCodeFormatterMap() - Method in class info.bliki.wiki.model.Configuration
 
getCodeFormatterMap() - Method in interface info.bliki.wiki.model.IConfiguration
Get the source code formatter map of built-in source code formatters
getColumnIndex() - Method in exception info.bliki.wiki.template.expr.SyntaxError
column index where the error occurred (offset relative to rowIndex)
getCompactXmlAsString() - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
getConnector() - Method in class info.bliki.api.User
 
getConstantSymbol(String) - Method in interface info.bliki.wiki.template.expr.ast.IParserFactory
 
getConstantSymbol(String) - Method in class info.bliki.wiki.template.expr.operator.ASTNodeFactory
 
getContent() - Method in class info.bliki.api.Revision
 
getContent() - Method in class info.bliki.htmlcleaner.CommentToken
 
getContent() - Method in class info.bliki.htmlcleaner.ContentToken
 
getContent() - Method in class info.bliki.htmlcleaner.DoctypeToken
 
getContentType() - Method in class info.bliki.htmlcleaner.TagInfo
 
getCopyTags() - Method in class info.bliki.htmlcleaner.TagInfo
 
getCounter() - Method in class info.bliki.wiki.model.Reference
 
getCurrentContent() - Method in class info.bliki.api.Page
 
getCurrentLine() - Method in exception info.bliki.wiki.template.expr.SyntaxError
source code line, where the error occurred
getCurrentRevision() - Method in class info.bliki.api.Page
 
getCurrentTimeStamp() - Method in class info.bliki.wiki.model.AbstractWikiModel
Get the current time stamp.
getCurrentTimeStamp() - Method in interface info.bliki.wiki.model.IWikiModel
Get the current time stamp.
getDenominator() - Method in class info.bliki.wiki.template.expr.ast.FractionNode
 
getDisplaytitle() - Method in class info.bliki.api.ParseData
 
getDomain() - Method in class info.bliki.api.User
 
getEditToken() - Method in class info.bliki.api.Page
 
getElement(int) - Method in class info.bliki.htmlcleaner.util.HtmlForm
 
getElementAttributeByName(String) - Method in class info.bliki.htmlcleaner.util.HtmlForm.Element
 
getElementCount() - Method in class info.bliki.htmlcleaner.util.HtmlForm
 
getEmbeddedText() - Method in class info.bliki.htmlcleaner.util.HtmlForm.Element
 
getEncType() - Method in class info.bliki.htmlcleaner.util.HtmlForm
 
getEnders() - Method in class info.bliki.wiki.tags.util.WikiTagNode
Return the set of tag names that cause this tag to finish.
getEndPos() - Method in class info.bliki.wiki.filter.WPCell
 
getEndPos() - Method in class info.bliki.wiki.filter.WPListElement
 
getEndPosition() - Method in class info.bliki.wiki.tags.util.AbstractNode
Gets the ending position of the node.
getEndTagEnders() - Method in class info.bliki.wiki.tags.util.WikiTagNode
Return the set of end tag names that cause this tag to finish.
getError() - Method in exception info.bliki.wiki.template.expr.SyntaxError
the error string
getErrorData() - Method in exception info.bliki.api.UnexpectedAnswerException
 
getErrorData() - Method in class info.bliki.api.XMLEditParser
 
getExists() - Method in class info.bliki.api.Template
 
getFactory() - Method in class info.bliki.wiki.template.expr.Parser
 
getFatalTag() - Method in class info.bliki.htmlcleaner.TagInfo
 
getFile() - Method in class info.bliki.wiki.template.expr.util.Console
 
getFilename() - Method in class info.bliki.wiki.model.ImageFormat
 
getFirst() - Method in class info.bliki.wiki.filter.StringPair
 
getFirstContent(List<Object>, String) - Method in class info.bliki.html.wikipedia.AbstractHTMLTag
Get the first ContentToken or TagNode with the given tagName.
getForm() - Method in class info.bliki.api.HtmlUtilities.HtmlFormHandler
 
getFunctionDoc() - Method in class info.bliki.wiki.template.AbstractTemplateFunction
 
getFunctionDoc() - Method in class info.bliki.wiki.template.extension.Allmacros
 
getFunctionDoc() - Method in interface info.bliki.wiki.template.ITemplateFunction
Return a short description of the implemented template function
getFunctionName() - Method in class info.bliki.wiki.template.expr.operator.Operator
 
getGenerator() - Method in class info.bliki.wiki.dump.Siteinfo
Get the generator signature of the wiki (i.e.
getGrouping() - Method in class info.bliki.wiki.template.expr.operator.InfixOperator
Return the grouping of the Infix-Operator (i.e.
getHeight() - Method in class info.bliki.wiki.model.ImageFormat
Get the height of the image in pixel (example: "600px")
getHeightStr() - Method in class info.bliki.wiki.model.ImageFormat
Get the height of the image as a string
getHelp() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getHelp() - Method in class info.bliki.wiki.namespaces.Namespace
 
getHelp2() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getHelp2() - Method in class info.bliki.wiki.namespaces.Namespace
 
getHelp_talk() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getHelp_talk() - Method in class info.bliki.wiki.namespaces.Namespace
 
getHelp_talk2() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getHelp_talk2() - Method in class info.bliki.wiki.namespaces.Namespace
 
getHigherTags() - Method in class info.bliki.htmlcleaner.TagInfo
 
getHyphenReplacementInComment() - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
getID() - Method in class info.bliki.htmlcleaner.util.HtmlForm
 
getId() - Method in class info.bliki.wiki.dump.WikiArticle
 
getIdentifier() - Method in class info.bliki.wiki.template.expr.Scanner
 
getIdentifier2OperatorMap() - Method in interface info.bliki.wiki.template.expr.ast.IParserFactory
Get the identifier to operator map
getIdentifier2OperatorMap() - Method in class info.bliki.wiki.template.expr.operator.ASTNodeFactory
public Map getIdentifier2OperatorMap()
getIds() - Method in class info.bliki.wiki.tags.util.WikiTagNode
Return the set of names handled by this tag.
getImage() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getImage() - Method in class info.bliki.wiki.namespaces.Namespace
 
getImage2() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getImage2() - Method in class info.bliki.wiki.namespaces.Namespace
 
getImage_talk() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getImage_talk() - Method in class info.bliki.wiki.namespaces.Namespace
 
getImage_talk2() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getImage_talk2() - Method in class info.bliki.wiki.namespaces.Namespace
 
getImageFormat(String, String) - Static method in class info.bliki.wiki.model.ImageFormat
 
getImageNamespace() - Method in class info.bliki.wiki.model.AbstractWikiModel
Get the primary namespace for images in this wiki
getImageNamespace() - Method in interface info.bliki.wiki.model.IWikiModel
Get the primary namespace for images in this wiki
getImageThumbUrl() - Method in class info.bliki.api.Page
 
getImageUrl() - Method in class info.bliki.api.Page
Set the imageUrl of this page if this is an [[Image:...]]
getInfo() - Method in class info.bliki.api.ErrorData
 
getInfoBox() - Method in class info.bliki.wiki.dump.WikiPatternMatcher
Parse the Infobox template (i.e. parsing a string starting with "{{Infobox" and ending with "}}")
getInnerTag() - Method in class info.bliki.wiki.tags.WPBoldItalicTag
 
getInputHTML() - Method in class info.bliki.html.HTML2WikiConverter
 
getInputStreamAsCharArray(InputStream, int, String) - Static method in class info.bliki.api.Console
Returns the given input stream's contents as a character array.
getInputStreamAsCharArray(InputStream, int, String) - Static method in class info.bliki.wiki.filter.WikiTextReader
Returns the given input stream's contents as a character array.
getInstance() - Static method in class info.bliki.commons.validator.routines.DomainValidator
Returns the singleton instance of this validator.
getInstance() - Static method in class info.bliki.commons.validator.routines.EmailValidator
Returns the Singleton instance of this validator.
getInstance() - Static method in class info.bliki.commons.validator.routines.InetAddressValidator
Returns the singleton instance of this validator.
getInstance() - Static method in class info.bliki.htmlcleaner.HtmlTagProvider
Returns singleton instance of this class.
getIntegerNamespace(String) - Method in class info.bliki.wiki.dump.Siteinfo
Get the integer value of this site from the given namespace.
getIntegerNamespace() - Method in class info.bliki.wiki.dump.WikiArticle
Get the integer key of the namespace or 0 if no namespace is associated.
getInterwikiMap() - Method in class info.bliki.wiki.model.AbstractWikiModel
Get the interwiki links map for converting interwiki links into external URLs.
getInterwikiMap() - Method in class info.bliki.wiki.model.Configuration
 
getInterwikiMap() - Method in interface info.bliki.wiki.model.IConfiguration
Get the interwiki links map for converting interwiki links into external URLs.
getIntValue() - Method in class info.bliki.wiki.template.expr.ast.IntegerNode
 
getItemsToMove() - Method in class info.bliki.htmlcleaner.TagNode
 
getKeywordSet() - Method in class info.bliki.wiki.tags.code.ABAPCodeFilter
 
getKeywordSet() - Method in class info.bliki.wiki.tags.code.AbstractCodeFormatter
 
getKeywordSet() - Method in class info.bliki.wiki.tags.code.CSharpCodeFilter
 
getKeywordSet() - Method in class info.bliki.wiki.tags.code.GroovyCodeFilter
 
getKeywordSet() - Method in class info.bliki.wiki.tags.code.JavaCodeFilter
 
getKeywordSet() - Method in class info.bliki.wiki.tags.code.JavaScriptCodeFilter
 
getKeywordSet() - Method in class info.bliki.wiki.tags.code.PHPCodeFilter
 
getKeywordSet() - Method in class info.bliki.wiki.tags.code.PythonCodeFilter
 
getKeywordSet() - Method in class info.bliki.wiki.tags.code.SQLCodeFilter
 
getKeywordSet() - Method in class info.bliki.wiki.tags.code.XMLCodeFilter
 
getLength() - Method in class info.bliki.wiki.tags.util.Attribute
Get the length of the string value of this attribute.
getLength() - Method in class info.bliki.wiki.tags.util.NodeAttribute
Get the length of the string value of this attribute.
getLength() - Method in exception info.bliki.wiki.template.expr.SyntaxError
length of the error
getLink(int) - Method in class info.bliki.api.Page
 
getLink() - Method in class info.bliki.wiki.model.ImageFormat
Get the "e;link="e; attribute from the [[Image:...]] wiki link.
getLinks() - Method in class info.bliki.api.ParseData
 
getLinks() - Method in class info.bliki.wiki.dump.WikiPatternMatcher
 
getLinks() - Method in interface info.bliki.wiki.model.IWikiModel
Get the set of Wikipedia link names
getLinks() - Method in class info.bliki.wiki.model.WikiModel
Get the set of Wikipedia links used in this text
getListLines(String, AbstractHTMLToWiki, TagNode) - Method in class info.bliki.html.googlecode.ListGCTag
 
getListLines(String, AbstractHTMLToWiki, TagNode) - Method in class info.bliki.html.wikipedia.ListTag
 
getLocale() - Method in class info.bliki.wiki.model.AbstractWikiModel
Get the locale of this model.
getLocale() - Method in interface info.bliki.wiki.model.IWikiModel
Get the locale of this model.
getLocation() - Method in class info.bliki.wiki.model.ImageFormat
 
getManager() - Method in class info.bliki.api.Connector
Get the HttpConnection manager.
getMedia() - Method in interface info.bliki.wiki.namespaces.INamespace
Get the "Media" namespace for the current language.
getMedia() - Method in class info.bliki.wiki.namespaces.Namespace
 
getMedia2() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getMedia2() - Method in class info.bliki.wiki.namespaces.Namespace
 
getMediaWiki() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getMediaWiki() - Method in class info.bliki.wiki.namespaces.Namespace
 
getMediaWiki2() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getMediaWiki2() - Method in class info.bliki.wiki.namespaces.Namespace
 
getMediaWiki_talk() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getMediaWiki_talk() - Method in class info.bliki.wiki.namespaces.Namespace
 
getMediaWiki_talk2() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getMediaWiki_talk2() - Method in class info.bliki.wiki.namespaces.Namespace
 
getMessage() - Method in exception info.bliki.wiki.template.expr.SyntaxError
 
getMeta() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getMeta() - Method in class info.bliki.wiki.namespaces.Namespace
 
getMeta2() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getMeta2() - Method in class info.bliki.wiki.namespaces.Namespace
 
getMeta_talk() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getMeta_talk() - Method in class info.bliki.wiki.namespaces.Namespace
 
getMeta_talk2() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getMeta_talk2() - Method in class info.bliki.wiki.namespaces.Namespace
 
getMethod() - Method in class info.bliki.htmlcleaner.util.HtmlForm
 
getMustCloseTags() - Method in class info.bliki.htmlcleaner.TagInfo
 
getName() - Method in class info.bliki.htmlcleaner.DoctypeToken
 
getName() - Method in class info.bliki.htmlcleaner.TagInfo
 
getName() - Method in class info.bliki.htmlcleaner.TagToken
 
getName() - Method in class info.bliki.htmlcleaner.util.HtmlForm.ElementAttribute
 
getName() - Method in class info.bliki.htmlcleaner.util.HtmlForm
 
getName() - Method in class info.bliki.wiki.tags.code.CSharpCodeFilter
 
getName() - Method in class info.bliki.wiki.tags.code.GroovyCodeFilter
 
getName() - Method in class info.bliki.wiki.tags.code.JavaCodeFilter
 
getName() - Method in class info.bliki.wiki.tags.code.PythonCodeFilter
 
getName() - Method in class info.bliki.wiki.tags.util.Attribute
Get the name of this attribute.
getName(StringBuilder) - Method in class info.bliki.wiki.tags.util.Attribute
Get the name of this attribute.
getName() - Method in class info.bliki.wiki.tags.util.NodeAttribute
Get the name of this attribute.
getName(StringBuilder, String) - Method in class info.bliki.wiki.tags.util.NodeAttribute
Get the name of this attribute.
getNameEndPosition() - Method in class info.bliki.wiki.tags.util.NodeAttribute
Get the ending position of the attribute name.
getNamespace(Integer) - Method in class info.bliki.wiki.dump.Siteinfo
Get the namespace of this site from the given integer key.
getNamespace() - Method in class info.bliki.wiki.dump.WikiArticle
 
getNamespace() - Method in class info.bliki.wiki.model.ImageFormat
 
getNamespace() - Method in interface info.bliki.wiki.model.IWikiModel
Get the namespace of this model.
getNamespace() - Method in class info.bliki.wiki.model.WikiModel
Get the namespace of this model.
getNamespaceByLowercase(String) - Method in interface info.bliki.wiki.namespaces.INamespace
 
getNamespaceByLowercase(String) - Method in class info.bliki.wiki.namespaces.Namespace
 
getNamespaceByNumber(int) - Method in interface info.bliki.wiki.namespaces.INamespace
 
getNamespaceByNumber(int) - Method in class info.bliki.wiki.namespaces.Namespace
 
getNameStartPosition() - Method in class info.bliki.wiki.tags.util.NodeAttribute
Get the starting position of the attribute name.
getNestedElements() - Method in class info.bliki.wiki.filter.WPList
 
getNextChar(char) - Method in class info.bliki.wiki.filter.WikipediaParser
 
getNextChar(char, char) - Method in class info.bliki.wiki.filter.WikipediaParser
 
getNextCharAsDigit() - Method in class info.bliki.wiki.filter.WikipediaParser
 
getNextCharAsDigit(int) - Method in class info.bliki.wiki.filter.WikipediaParser
 
getNextCharAsWikiPluginIdentifierPart() - Method in class info.bliki.wiki.filter.WikipediaParser
 
getNextNumber() - Method in class info.bliki.wiki.model.AbstractWikiModel
Get the next unique number
getNextNumber() - Method in interface info.bliki.wiki.model.IWikiModel
Get the next unique number
getNextToken() - Method in class info.bliki.wiki.filter.WikipediaParser
 
getNextToken() - Method in class info.bliki.wiki.template.expr.Scanner
Get the next token from the input string
getNode(int) - Method in class info.bliki.wiki.model.AbstractWikiModel
Get the node at the given offset on the internal stack For example getNode(fWikiModel.stackSize() - 2) returns the node before the node at top of the stack.
getNode(int) - Method in interface info.bliki.wiki.model.IWikiModel
Get the node at the given offset on the internal stack For example getNode(fWikiModel.stackSize() - 2) returns the node before the node at top of the stack.
getNodeAttributes(String) - Static method in class info.bliki.wiki.filter.Util
 
getNodeAttributes() - Method in class info.bliki.wiki.filter.WPCell
 
getNodeList() - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
getNodeList() - Method in class info.bliki.wiki.tags.util.TagStack
Return the internal list of nodes (size maybe 0)
getNormalizedUsername() - Method in class info.bliki.api.User
 
getNs() - Method in class info.bliki.api.Link
 
getNs() - Method in class info.bliki.api.PageInfo
 
getNs() - Method in class info.bliki.api.Template
 
getNumberFormat() - Method in class info.bliki.wiki.template.expr.ast.IntegerNode
 
getNumberOfChar(char) - Method in class info.bliki.wiki.filter.WikipediaParser
 
getNumberString() - Method in class info.bliki.wiki.template.expr.Scanner
 
getNumColumns() - Method in class info.bliki.wiki.filter.WPRow
 
getNumColumns() - Method in class info.bliki.wiki.filter.WPTable
 
getNumerator() - Method in class info.bliki.wiki.template.expr.ast.FractionNode
 
getObjectAttributes() - Method in class info.bliki.htmlcleaner.TagNode
Get a special object for this TagNode which contains original information from the parsed wiki object (for example the ImageFormat or original wiki topic string).
getObjectSet() - Method in class info.bliki.wiki.tags.code.ABAPCodeFilter
 
getObjectSet() - Method in class info.bliki.wiki.tags.code.AbstractCodeFormatter
 
getObjectSet() - Method in class info.bliki.wiki.tags.code.CSharpCodeFilter
 
getObjectSet() - Method in class info.bliki.wiki.tags.code.GroovyCodeFilter
 
getObjectSet() - Method in class info.bliki.wiki.tags.code.JavaCodeFilter
 
getObjectSet() - Method in class info.bliki.wiki.tags.code.JavaScriptCodeFilter
 
getObjectSet() - Method in class info.bliki.wiki.tags.code.PHPCodeFilter
 
getObjectSet() - Method in class info.bliki.wiki.tags.code.PythonCodeFilter
 
getObjectSet() - Method in class info.bliki.wiki.tags.code.SQLCodeFilter
 
getObjectSet() - Method in class info.bliki.wiki.tags.code.XMLCodeFilter
 
getOpenStr() - Method in class info.bliki.html.wikipedia.OpenCloseTag
 
getOperator() - Method in class info.bliki.wiki.template.expr.Scanner
 
getOperator2ListMap() - Method in interface info.bliki.wiki.template.expr.ast.IParserFactory
Get the operator-string to possible operator-list map
getOperator2ListMap() - Method in class info.bliki.wiki.template.expr.operator.ASTNodeFactory
public Map> getOperator2ListMap()
getOperatorCharacters() - Method in interface info.bliki.wiki.template.expr.ast.IParserFactory
The set of characters, which could form an operator
getOperatorCharacters() - Method in class info.bliki.wiki.template.expr.operator.ASTNodeFactory
 
getOperatorList(String) - Method in interface info.bliki.wiki.template.expr.ast.IParserFactory
Get the operator-list for a given operator-string
getOperatorList(String) - Method in class info.bliki.wiki.template.expr.operator.ASTNodeFactory
public List getOperatorList(final String key)
getOperatorString() - Method in class info.bliki.wiki.template.expr.operator.Operator
 
getOriginalSource() - Method in class info.bliki.htmlcleaner.TagToken
 
getOuterTag() - Method in class info.bliki.wiki.tags.WPBoldItalicTag
 
getPageid() - Method in class info.bliki.api.PageInfo
 
getPageName() - Method in class info.bliki.wiki.model.AbstractWikiModel
Get the title of the current wiki article.
getPageName() - Method in interface info.bliki.wiki.model.IWikiModel
Get the title of the current wiki article.
getPagesList() - Method in class info.bliki.api.XMLCategoryMembersParser
 
getPagesList() - Method in class info.bliki.api.XMLPagesParser
 
getParameters() - Method in class info.bliki.api.query.RequestBuilder
 
getParams() - Method in class info.bliki.wiki.filter.WPRow
 
getParams() - Method in class info.bliki.wiki.filter.WPTable
 
getParent() - Method in class info.bliki.htmlcleaner.TagNode
 
getParents() - Method in class info.bliki.htmlcleaner.EndTagToken
 
getParents() - Method in class info.bliki.htmlcleaner.TagNode
 
getParents() - Method in class info.bliki.htmlcleaner.TagToken
Get the allowed parent tags for this tag
getParents() - Method in class info.bliki.wiki.filter.WPList
 
getParents() - Method in class info.bliki.wiki.filter.WPTable
 
getParents() - Method in class info.bliki.wiki.tags.HrTag
 
getParents() - Method in class info.bliki.wiki.tags.HTMLBlockTag
 
getParents() - Method in class info.bliki.wiki.tags.ReferencesTag
 
getParents() - Method in class info.bliki.wiki.tags.SourceTag
 
getParse() - Method in class info.bliki.api.XMLParseParser
 
getPassword() - Method in class info.bliki.api.User
Get the password defined for this user.
getPermittedTags() - Method in class info.bliki.htmlcleaner.TagInfo
 
getPlainContent(String) - Method in class info.bliki.wiki.filter.WikiTextReader
 
getPlainText() - Method in class info.bliki.wiki.dump.WikiPatternMatcher
Strip wiki formatting characters from the given wiki text.
getPosition() - Method in class info.bliki.wiki.filter.WikipediaScanner
 
getPrecedence() - Method in class info.bliki.wiki.template.expr.operator.Operator
 
getPrettyXmlAsString() - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
getQuote() - Method in class info.bliki.wiki.tags.util.Attribute
Get the quote, if any, surrounding the value of the attribute, if any.
getQuote(StringBuilder) - Method in class info.bliki.wiki.tags.util.Attribute
Get the quote, if any, surrounding the value of the attribute, if any.
getRawTagName() - Method in class info.bliki.wiki.tags.util.WikiTagNode
Return the name of this tag.
getRawValue() - Method in class info.bliki.wiki.tags.util.Attribute
Get the raw value of the attribute.
getRawValue(StringBuilder) - Method in class info.bliki.wiki.tags.util.Attribute
Get the raw value of the attribute.
getRawValue() - Method in class info.bliki.wiki.tags.util.NodeAttribute
Get the raw value of the attribute.
getRawValue(StringBuilder, String) - Method in class info.bliki.wiki.tags.util.NodeAttribute
Get the raw value of the attribute.
getRawWikiContent(String, String, Map<String, String>) - Method in class info.bliki.wiki.model.AbstractWikiModel
Get the raw wiki text for the given namespace and article name
getRawWikiContent(String, String, Map<String, String>) - Method in interface info.bliki.wiki.model.IWikiModel
Get the raw wiki text for the given namespace and article name
getRawWikiContent(String, String, Map<String, String>) - Method in class info.bliki.wiki.model.PDFWikiModel
Deprecated. Add templates: "Test", "Templ1", "Templ2", "Include Page"
getRecursionLevel() - Method in class info.bliki.wiki.model.AbstractWikiModel
Get the current recursion level of the parser.
getRecursionLevel() - Method in interface info.bliki.wiki.model.IWikiModel
Get the current recursion level of the parser.
getRedirectedTemplateContent(IWikiModel, String, Map<String, String>) - Static method in class info.bliki.wiki.filter.AbstractParser
 
getRedirectLink() - Method in class info.bliki.wiki.model.AbstractWikiModel
Get the redirect link.
getRedirectLink() - Method in interface info.bliki.wiki.model.IWikiModel
Get the redirect link.
getRedirectText() - Method in class info.bliki.wiki.dump.WikiPatternMatcher
 
getReferences() - Method in class info.bliki.wiki.model.AbstractWikiModel
Get the internal list of references (i.e. footnotes)
getReferences() - Method in interface info.bliki.wiki.model.IWikiModel
Get the internal list of references (i.e. footnotes)
getRefString() - Method in class info.bliki.wiki.model.Reference
 
getRelation() - Method in class info.bliki.wiki.model.SemanticRelation
 
getRequiredParent() - Method in class info.bliki.htmlcleaner.TagInfo
 
getResourceBundle(Locale) - Static method in class info.bliki.Messages
 
getResourceBundle() - Method in class info.bliki.wiki.model.AbstractWikiModel
Get the resource bundle associated with this model for I18N support
getResourceBundle() - Method in interface info.bliki.wiki.model.IWikiModel
Get the resource bundle associated with this model for I18N support
getResourceBundle() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getResourceBundle() - Method in class info.bliki.wiki.namespaces.Namespace
 
getResult() - Method in class info.bliki.api.User
 
getResultObject() - Method in class info.bliki.htmlcleaner.util.AbstractHtmlExtractor
 
getRevisionId() - Method in class info.bliki.wiki.dump.WikiArticle
 
getRowIndex() - Method in exception info.bliki.wiki.template.expr.SyntaxError
row index where the error occurred
getRowsSize() - Method in class info.bliki.wiki.filter.WPTable
 
getSearchResultList() - Method in class info.bliki.api.XMLSearchParser
 
getSecond() - Method in class info.bliki.wiki.filter.StringPair
 
getSectionHeaders() - Method in interface info.bliki.wiki.model.ITableOfContent
Get a list of the section headers (i.e.
getSectionHeaders() - Method in class info.bliki.wiki.tags.TableOfContentTag
 
getSemanticAttributes() - Method in class info.bliki.wiki.model.AbstractWikiModel
Get the list of SemanticAttributes
getSemanticAttributes() - Method in interface info.bliki.wiki.model.IWikiModel
Get the list of SemanticAttributes
getSemanticAttributes() - Method in class info.bliki.wiki.model.WikiModel
Get the list of SemanticAttributes
getSemanticRelations() - Method in class info.bliki.wiki.model.AbstractWikiModel
Get the list of SemanticRelations.
getSemanticRelations() - Method in interface info.bliki.wiki.model.IWikiModel
Get the list of SemanticRelations.
getSemanticRelations() - Method in class info.bliki.wiki.model.WikiModel
Get the list of SemanticRelations.
getSitename() - Method in class info.bliki.wiki.dump.Siteinfo
Get the site name of the wiki.
getSize() - Method in class info.bliki.api.SearchResult
 
getSnippet() - Method in class info.bliki.api.SearchResult
 
getSourceType(String) - Static method in class info.bliki.wiki.tags.SourceTag
Determine the source code type by heuristics.
getSpecial() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getSpecial() - Method in class info.bliki.wiki.namespaces.Namespace
 
getSpecial2() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getSpecial2() - Method in class info.bliki.wiki.namespaces.Namespace
 
getSrOffset() - Method in class info.bliki.api.XMLSearchParser
 
getStartOffset() - Method in exception info.bliki.wiki.template.expr.SyntaxError
offset where the error occurred
getStartPos() - Method in class info.bliki.wiki.filter.WPCell
 
getStartPos() - Method in class info.bliki.wiki.filter.WPListElement
 
getStartPosition() - Method in class info.bliki.wiki.tags.util.AbstractNode
Gets the starting position of the node.
getString() - Method in class info.bliki.api.AbstractXMLParser
 
getString(ResourceBundle, String) - Static method in class info.bliki.Messages
 
getString() - Method in class info.bliki.wiki.template.expr.ast.ASTNode
Returns the parsed string of this node.
getString() - Method in class info.bliki.wiki.template.expr.ast.NumberNode
 
getStringBuffer() - Method in class info.bliki.wiki.template.expr.Scanner
 
getTableOfContent() - Method in class info.bliki.wiki.model.AbstractWikiModel
Get the parsed "table of content" data after parsing the Wikipedia text.
getTableOfContent() - Method in interface info.bliki.wiki.model.IWikiModel
Get the parsed "table of content" data after parsing the Wikipedia text.
getTableOfContent() - Method in class info.bliki.wiki.tags.TableOfContentTag
 
getTag() - Method in class info.bliki.htmlcleaner.util.HtmlForm.Element
 
getTagBegin() - Method in class info.bliki.wiki.tags.util.WikiTagNode
Gets the nodeBegin.
getTagEnd() - Method in class info.bliki.wiki.tags.util.WikiTagNode
Gets the nodeEnd.
getTagInfo(String) - Method in class info.bliki.htmlcleaner.HtmlTagProvider
Implementation of the interface method.
getTagInfo(String) - Method in interface info.bliki.htmlcleaner.ITagInfoProvider
 
getTagName() - Method in class info.bliki.wiki.tags.util.WikiTagNode
Return the name of this tag.
getTagStack() - Method in class info.bliki.wiki.filter.WPCell
 
getTagStack() - Method in class info.bliki.wiki.filter.WPListElement
 
getTalk() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getTalk() - Method in class info.bliki.wiki.namespaces.Namespace
 
getTalk2() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getTalk2() - Method in class info.bliki.wiki.namespaces.Namespace
 
getTalkspace(String) - Method in interface info.bliki.wiki.namespaces.INamespace
Get the Talk namespace.
getTalkspace(String) - Method in class info.bliki.wiki.namespaces.Namespace
 
getTemplate() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getTemplate() - Method in class info.bliki.wiki.namespaces.Namespace
 
getTemplate2() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getTemplate2() - Method in class info.bliki.wiki.namespaces.Namespace
 
getTemplate_talk() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getTemplate_talk() - Method in class info.bliki.wiki.namespaces.Namespace
 
getTemplate_talk2() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getTemplate_talk2() - Method in class info.bliki.wiki.namespaces.Namespace
 
getTemplateCallsCache() - Method in class info.bliki.wiki.model.AbstractWikiModel
Get the currently configured cache implementation for template calls.
getTemplateCallsCache() - Method in class info.bliki.wiki.model.Configuration
Get the currently configured cache implementation for template calls.
getTemplateCallsCache() - Method in interface info.bliki.wiki.model.IConfiguration
Get the currently configured cache implementation for template calls.
getTemplateFunction(String) - Method in class info.bliki.wiki.model.AbstractWikiModel
Get a template parser function (i.e.
getTemplateFunction(String) - Method in interface info.bliki.wiki.model.IWikiModel
Get a template parser function (i.e.
getTemplateMap() - Method in class info.bliki.wiki.model.AbstractWikiModel
Get the template parser functions map of built-in template functions
getTemplateMap() - Method in class info.bliki.wiki.model.Configuration
 
getTemplateMap() - Method in interface info.bliki.wiki.model.IConfiguration
Get the template parser functions map of built-in template functions
getTemplateNamespace() - Method in class info.bliki.wiki.model.AbstractWikiModel
Get the primary namespace for templates in this wiki model
getTemplateNamespace() - Method in interface info.bliki.wiki.model.IWikiModel
Get the primary namespace for templates in this wiki model
getTemplates() - Method in class info.bliki.api.ParseData
 
getTemplates() - Method in class info.bliki.wiki.model.WikiModel
getText() - Method in class info.bliki.api.ParseData
 
getText() - Method in class info.bliki.wiki.dump.WikiArticle
 
getText() - Method in class info.bliki.wiki.dump.WikiPatternMatcher
 
getText() - Method in class info.bliki.wiki.tags.util.AbstractNode
Returns the text of the node.
getText() - Method in class info.bliki.wiki.tags.util.WikiTagNode
Return the text contained in this tag.
getTimestamp() - Method in class info.bliki.api.Revision
 
getTimestamp() - Method in class info.bliki.api.SearchResult
 
getTimeStamp() - Method in class info.bliki.wiki.dump.WikiArticle
 
getTitle() - Method in class info.bliki.api.Link
 
getTitle() - Method in class info.bliki.api.PageInfo
 
getTitle() - Method in class info.bliki.wiki.dump.WikiArticle
 
getToken() - Method in class info.bliki.api.User
 
getTokenMap() - Method in class info.bliki.wiki.model.AbstractWikiModel
Get the HTML styled tag map for built-in tags
getTokenMap() - Method in class info.bliki.wiki.model.Configuration
 
getTokenMap() - Method in interface info.bliki.wiki.model.IConfiguration
Get the HTML styled tag map for built-in tags
getTranslatedTitle(String) - Method in class info.bliki.wiki.dump.WikiPatternMatcher
 
getType() - Method in class info.bliki.htmlcleaner.util.HtmlForm.ElementAttribute
 
getType() - Method in class info.bliki.wiki.filter.WPCell
 
getType() - Method in class info.bliki.wiki.filter.WPRow
 
getType() - Method in class info.bliki.wiki.model.ImageFormat
 
getUriSchemeSet() - Method in class info.bliki.wiki.model.AbstractWikiModel
Get the set of all allowed URI scheme shortcuts like http, https, ftp,...
getUriSchemeSet() - Method in class info.bliki.wiki.model.Configuration
Get the set of all allowed URI scheme shortcuts like http, https, ftp,...
getUriSchemeSet() - Method in interface info.bliki.wiki.model.IConfiguration
Get the set of all allowed URI scheme shortcuts like http, https, ftp,...
getUser() - Method in class info.bliki.api.Revision
 
getUser() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getUser() - Method in class info.bliki.wiki.namespaces.Namespace
 
getUser2() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getUser2() - Method in class info.bliki.wiki.namespaces.Namespace
 
getUser_talk() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getUser_talk() - Method in class info.bliki.wiki.namespaces.Namespace
 
getUser_talk2() - Method in interface info.bliki.wiki.namespaces.INamespace
 
getUser_talk2() - Method in class info.bliki.wiki.namespaces.Namespace
 
getUserid() - Method in class info.bliki.api.User
 
getUsername() - Method in class info.bliki.api.User
Get the user name defined for this user.
getValue() - Method in class info.bliki.htmlcleaner.util.HtmlForm.ElementAttribute
 
getValue() - Method in class info.bliki.wiki.model.SemanticAttribute
 
getValue() - Method in class info.bliki.wiki.model.SemanticRelation
 
getValue() - Method in class info.bliki.wiki.tags.util.Attribute
Get the value of the attribute.
getValue(StringBuilder) - Method in class info.bliki.wiki.tags.util.Attribute
Get the value of the attribute.
getValue(String) - Method in class info.bliki.wiki.tags.util.NodeAttribute
Get the value of the attribute.
getValue(StringBuilder, String) - Method in class info.bliki.wiki.tags.util.NodeAttribute
Get the value of the attribute.
getValue() - Method in interface info.bliki.wiki.template.expr.eval.IDoubleValue
 
getValueEndPosition() - Method in class info.bliki.wiki.tags.util.NodeAttribute
Get the ending position of the attribute value.
getValueStartPosition() - Method in class info.bliki.wiki.tags.util.NodeAttribute
Get the starting position of the attribute value.
getWidth() - Method in class info.bliki.wiki.model.ImageFormat
Get the width of the image in pixel (example: "600px")
getWidthStr() - Method in class info.bliki.wiki.model.ImageFormat
Get the width of the image as a string
getWikiListener() - Method in class info.bliki.wiki.model.AbstractWikiModel
Get the current defined wiki listener
getWikiListener() - Method in interface info.bliki.wiki.model.IWikiModel
Get the current defined wiki listener
getWordCount() - Method in class info.bliki.api.SearchResult
 
getXmlAsString() - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
GLOBAL_RECURSION_LIMIT - Static variable in class info.bliki.wiki.model.Configuration
Limits the recursive call of the AbstractParser parser to a depth of GLOBAL_RECURSION_LIMIT
GroovyCodeFilter - Class in info.bliki.wiki.tags.code
Syntax highlighting support for Groovy source codes
GroovyCodeFilter() - Constructor for class info.bliki.wiki.tags.code.GroovyCodeFilter
 

H

hashCode() - Method in class info.bliki.api.Link
 
hashCode() - Method in class info.bliki.api.PageInfo
 
hashCode() - Method in class info.bliki.api.query.RequestBuilder
 
hashCode() - Method in class info.bliki.api.Revision
 
hashCode() - Method in class info.bliki.api.User
 
hashCode() - Method in class info.bliki.htmlcleaner.TagToken
 
hashCode() - Method in class info.bliki.htmlcleaner.util.HtmlForm.ElementAttribute
 
hashCode() - Method in class info.bliki.wiki.filter.SectionHeader
 
hashCode() - Method in class info.bliki.wiki.filter.StringPair
 
hashCode() - Method in class info.bliki.wiki.template.expr.ast.ASTNode
 
hashCode() - Method in class info.bliki.wiki.template.expr.ast.FractionNode
 
hashCode() - Method in class info.bliki.wiki.template.expr.ast.FunctionNode
 
hashCode() - Method in class info.bliki.wiki.template.expr.ast.IntegerNode
 
hashCode() - Method in class info.bliki.wiki.template.expr.ast.NumberNode
 
hashCode() - Method in class info.bliki.wiki.template.expr.eval.DoubleNode
 
hashCode() - Method in class info.bliki.wiki.template.expr.operator.Operator
 
HEADER_STRINGS - Static variable in class info.bliki.wiki.template.expr.operator.ASTNodeFactory
 
HELP_NAMESPACE_KEY - Static variable in interface info.bliki.wiki.namespaces.INamespace
Help pages.
HELP_TALK_NAMESPACE_KEY - Static variable in interface info.bliki.wiki.namespaces.INamespace
 
HrTag - Class in info.bliki.wiki.tags
 
HrTag() - Constructor for class info.bliki.wiki.tags.HrTag
 
HTML2WikiConverter - Class in info.bliki.html
Converts a given HTML string into a wiki text string
HTML2WikiConverter() - Constructor for class info.bliki.html.HTML2WikiConverter
 
HTML2WikiConverter(String) - Constructor for class info.bliki.html.HTML2WikiConverter
 
HTML_BIG_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_BLOCKQUOTE_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_BOLD_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_CAPTION_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_CENTER_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_CITE_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_CODE_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_DD_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_DEL_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_DIV_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_DL_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_DT_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_EM_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_FONT_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_H1_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_H2_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_H3_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_H4_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_H5_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_H6_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_ITALIC_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_LI_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_OL_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_PARAGRAPH_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_PRE_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_S_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_SMALL_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_SPAN_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_STRIKE_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_STRONG_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_SUB_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_SUP_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_TABLE_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_TD_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_TH_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_TR_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_TT_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_U_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_UL_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_UNDERLINE_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTML_VAR_OPEN - Static variable in class info.bliki.wiki.model.Configuration
 
HTMLBlockTag - Class in info.bliki.wiki.tags
A wiki tag that's partitioning the HTML document
HTMLBlockTag(String, String) - Constructor for class info.bliki.wiki.tags.HTMLBlockTag
 
HtmlCleaner - Class in info.bliki.htmlcleaner
Main HtmlCleaner class.
HtmlCleaner(String, ITagInfoProvider) - Constructor for class info.bliki.htmlcleaner.HtmlCleaner
Constructor - creates the instance with specified html content as String.
HtmlCleaner(String) - Constructor for class info.bliki.htmlcleaner.HtmlCleaner
Constructor - creates the instance with specified html content as String.
HtmlCleaner(File, String, ITagInfoProvider) - Constructor for class info.bliki.htmlcleaner.HtmlCleaner
Constructor - creates the instance for specified file.
HtmlCleaner(File, String) - Constructor for class info.bliki.htmlcleaner.HtmlCleaner
Constructor - creates the instance for specified file.
HtmlCleaner(File, ITagInfoProvider) - Constructor for class info.bliki.htmlcleaner.HtmlCleaner
Constructor - creates the instance for specified file and charset.
HtmlCleaner(File) - Constructor for class info.bliki.htmlcleaner.HtmlCleaner
Constructor - creates the instance for specified file and charset.
HtmlCleaner(URL, String, ITagInfoProvider) - Constructor for class info.bliki.htmlcleaner.HtmlCleaner
Constructor - creates the instance for specified URL and charset.
HtmlCleaner(URL, ITagInfoProvider) - Constructor for class info.bliki.htmlcleaner.HtmlCleaner
Constructor - creates the instance for specified URL and charset.
HtmlCleaner(URL, String) - Constructor for class info.bliki.htmlcleaner.HtmlCleaner
Constructor - creates the instance for specified URL and charset.
HtmlCleaner(URL) - Constructor for class info.bliki.htmlcleaner.HtmlCleaner
Constructor - creates the instance for specified URL and charset.
HtmlCleaner(InputStream, ITagInfoProvider) - Constructor for class info.bliki.htmlcleaner.HtmlCleaner
Constructor - creates the instance for the specified inpout stream
HtmlCleaner(InputStream) - Constructor for class info.bliki.htmlcleaner.HtmlCleaner
Constructor - creates the instance for the specified inpout stream
HtmlCleaner(InputStream, String) - Constructor for class info.bliki.htmlcleaner.HtmlCleaner
Constructor - creates the instance for the specified inpout stream and the charset
htmlCleaner - Variable in class info.bliki.htmlcleaner.XmlSerializer
 
HTMLConverter - Class in info.bliki.wiki.filter
A converter which renders the internal tree node representation as HTML text
HTMLConverter(boolean) - Constructor for class info.bliki.wiki.filter.HTMLConverter
 
HTMLConverter() - Constructor for class info.bliki.wiki.filter.HTMLConverter
 
HTMLEndTag - Class in info.bliki.wiki.tags
 
HTMLEndTag(String) - Constructor for class info.bliki.wiki.tags.HTMLEndTag
 
HtmlForm - Class in info.bliki.htmlcleaner.util
Represents form data parsed from HTML.
HtmlForm(String, String, int, String, String) - Constructor for class info.bliki.htmlcleaner.util.HtmlForm
Constructor.
HtmlForm(String, int, String, String) - Constructor for class info.bliki.htmlcleaner.util.HtmlForm
Constructor for which everything is specified but the name.
HtmlForm.Element - Class in info.bliki.htmlcleaner.util
Class to encapsulate the data found in HTML form elements.
HtmlForm.Element(String, HtmlForm.ElementAttribute[]) - Constructor for class info.bliki.htmlcleaner.util.HtmlForm.Element
 
HtmlForm.ElementAttribute - Class in info.bliki.htmlcleaner.util
Class representing an HTML form element attribute.
HtmlForm.ElementAttribute(String, String, String) - Constructor for class info.bliki.htmlcleaner.util.HtmlForm.ElementAttribute
Constructor.
HtmlFormExtractor - Class in info.bliki.htmlcleaner.util
Extracts a <div class="errorbox">...error text...
HtmlFormExtractor(HtmlForm) - Constructor for class info.bliki.htmlcleaner.util.HtmlFormExtractor
 
HtmlFormExtractor(HtmlForm, String) - Constructor for class info.bliki.htmlcleaner.util.HtmlFormExtractor
 
HTMLTag - Interface in info.bliki.html.wikipedia
Interface for HTML to Wiki Tag conversion
HTMLTag - Class in info.bliki.wiki.tags
 
HTMLTag(String) - Constructor for class info.bliki.wiki.tags.HTMLTag
 
HtmlTagProvider - Class in info.bliki.htmlcleaner
Default HTML tag info provider.
HtmlTagProvider() - Constructor for class info.bliki.htmlcleaner.HtmlTagProvider
Default constructor - creates tags and rules for balancing.
HtmlTokenizer - Class in info.bliki.htmlcleaner
Main HTML tokenizer.
HtmlTokenizer(HtmlCleaner) - Constructor for class info.bliki.htmlcleaner.HtmlTokenizer
Constructor - cretes instance of the parser with specified content.
HtmlUtilities - Class in info.bliki.api
TODO: delete this class file!
HtmlUtilities() - Constructor for class info.bliki.api.HtmlUtilities
 
HtmlUtilities.HtmlFormHandler - Class in info.bliki.api
 
HtmlUtilities.HtmlFormHandler(String) - Constructor for class info.bliki.api.HtmlUtilities.HtmlFormHandler
 

I

IArticleFilter - Interface in info.bliki.wiki.dump
Interface for a filter which processes all articles from a given wikipedia XML dump file
IBodyTag - Interface in info.bliki.wiki.tags.util
this interface indicates that a tag has a body content
IBooleanBoolean1Function - Interface in info.bliki.wiki.template.expr.eval
 
IBooleanBoolean2Function - Interface in info.bliki.wiki.template.expr.eval
 
IBooleanDouble2Function - Interface in info.bliki.wiki.template.expr.eval
 
IConfiguration - Interface in info.bliki.wiki.model
Configuration interface for extensions similar to the Mediawiki HTML styled tag extension, template parser functions and interwiki links
IContext - Interface in info.bliki.wiki.model
Interface for rendering a wiki model
IDouble0Function - Interface in info.bliki.wiki.template.expr.eval
 
IDouble1Function - Interface in info.bliki.wiki.template.expr.eval
 
IDouble2Function - Interface in info.bliki.wiki.template.expr.eval
 
IDoubleFunction - Interface in info.bliki.wiki.template.expr.eval
 
IDoubleValue - Interface in info.bliki.wiki.template.expr.eval
 
IEventListener - Interface in info.bliki.wiki.model
A wiki event listener which will trigger the on....
If - Class in info.bliki.wiki.template
A template parser function for {{ #if: ... }} syntax.
If() - Constructor for class info.bliki.wiki.template.If
 
Ifeq - Class in info.bliki.wiki.template
A template parser function for {{ #ifeq: ... }} syntax.
Ifeq() - Constructor for class info.bliki.wiki.template.Ifeq
 
Iferror - Class in info.bliki.wiki.template
A template parser function for {{ #iferror: ... }} syntax.
Iferror() - Constructor for class info.bliki.wiki.template.Iferror
 
Ifexist - Class in info.bliki.wiki.template
A template parser function for {{ #ifexist: ... }} syntax.
Ifexist() - Constructor for class info.bliki.wiki.template.Ifexist
 
Ifexpr - Class in info.bliki.wiki.template
A template parser function for {{ #ifexpr: ... }} syntax See Mediwiki's Help:Extension:ParserFunctions See: Ifexpr() - Constructor for class info.bliki.wiki.template.Ifexpr
 
IHTMLToWiki - Interface in info.bliki.html.wikipedia
 
ILLEGAL_ID - Static variable in class info.bliki.api.User
 
ImageFormat - Class in info.bliki.wiki.model
Represents an [[Image:....]] wiki link with all the possible attributes.
ImageFormat() - Constructor for class info.bliki.wiki.model.ImageFormat
 
imageNodeToText(TagNode, ImageFormat, Appendable, IWikiModel) - Method in class info.bliki.wiki.filter.HTMLConverter
 
imageNodeToText(TagNode, ImageFormat, Appendable, IWikiModel) - Method in interface info.bliki.wiki.filter.ITextConverter
Convert the imageTagNode into a given HTML string buffer
imageNodeToText(TagNode, ImageFormat, Appendable, IWikiModel) - Method in class info.bliki.wiki.filter.PlainTextConverter
 
ImgTag - Class in info.bliki.html.wikipedia
 
ImgTag() - Constructor for class info.bliki.html.wikipedia.ImgTag
 
INamespace - Interface in info.bliki.wiki.namespaces
Mediawiki namespace for a specific language.
incCounter() - Method in class info.bliki.wiki.model.Reference
 
incrementParserRecursionCount() - Method in class info.bliki.wiki.model.AbstractWikiModel
incrementParserRecursionCount() - Method in interface info.bliki.wiki.model.IWikiModel
 
incrementRecursionLevel() - Method in class info.bliki.wiki.model.AbstractWikiModel
Increment the current recursion level of the parser.
incrementRecursionLevel() - Method in interface info.bliki.wiki.model.IWikiModel
Increment the current recursion level of the parser.
incrementTemplateRecursionCount() - Method in class info.bliki.wiki.model.AbstractWikiModel
incrementTemplateRecursionCount() - Method in interface info.bliki.wiki.model.IWikiModel
 
indexEndOfComment() - Method in class info.bliki.wiki.filter.WikipediaScanner
 
indexEndOfNowiki() - Method in class info.bliki.wiki.filter.WikipediaScanner
 
indexEndOfTable() - Method in class info.bliki.wiki.filter.WikipediaScanner
 
indexOf(Object) - Method in class info.bliki.wiki.template.expr.ast.FunctionNode
 
indexOfAttributes() - Method in class info.bliki.wiki.filter.WikipediaScanner
Scan the attributes of a wiki table cell
indexOfIgnoreCase(String, String, String, int) - Static method in class info.bliki.wiki.filter.Util
Returns the index within the searchable string of the first occurrence of the concatenated start and end substring.
indexOfUntilNoLetter(char, int) - Method in class info.bliki.wiki.filter.WikipediaScanner
Read the characters until no more letters are found or the given testChar is found.
indexpageids() - Method in class info.bliki.api.query.Query
Include an additional pageids section listing all returned page IDs.
InetAddressValidator - Class in info.bliki.commons.validator.routines
InetAddress validation and conversion routines (java.net.InetAddress).
InetAddressValidator() - Constructor for class info.bliki.commons.validator.routines.InetAddressValidator
 
InfixOperator - Class in info.bliki.wiki.template.expr.operator
 
InfixOperator(String, String, int, int) - Constructor for class info.bliki.wiki.template.expr.operator.InfixOperator
 
info.bliki - package info.bliki
Classes to handle the Messages_XX.properties files for I18N support.
info.bliki.api - package info.bliki.api
Helper Classes for the Wikimedia API
info.bliki.api.query - package info.bliki.api.query
 
info.bliki.commons.validator.routines - package info.bliki.commons.validator.routines
This package contains independant validation routines copied from the org.apache.commons.validator.routines package.
info.bliki.html - package info.bliki.html
Convert HTML source codes to wiki source codes.
info.bliki.html.googlecode - package info.bliki.html.googlecode
The ToGoogleCode converter converts HTML to the Google code project hosting wiki syntax.
info.bliki.html.jspwiki - package info.bliki.html.jspwiki
The ToJSPWiki converter converts HTML to the JSPWiki wiki syntax.
info.bliki.html.wikipedia - package info.bliki.html.wikipedia
The ToWikipedia converter converts HTML source code to the wiki syntax.
info.bliki.htmlcleaner - package info.bliki.htmlcleaner
Modified classes from the htmlcleaner.sourceforge.net/ project.
info.bliki.htmlcleaner.util - package info.bliki.htmlcleaner.util
 
info.bliki.wiki - package info.bliki.wiki
 
info.bliki.wiki.dump - package info.bliki.wiki.dump
Process an XML Wikipedia dump with the WikiXMLParser class
info.bliki.wiki.filter - package info.bliki.wiki.filter
Contains different type of wikipedia scanners and parsers.
info.bliki.wiki.model - package info.bliki.wiki.model
Model classes for rendering Wikipedia texts to HTML, PDF with the IWikiModel interface.
info.bliki.wiki.namespaces - package info.bliki.wiki.namespaces
 
info.bliki.wiki.tags - package info.bliki.wiki.tags
Contains the HTML tag classes which are created by the wikipedia parser and model.
info.bliki.wiki.tags.code - package info.bliki.wiki.tags.code
Package that contains source code formatters for syntax highlighting on wiki pages.
info.bliki.wiki.tags.extension - package info.bliki.wiki.tags.extension
 
info.bliki.wiki.tags.util - package info.bliki.wiki.tags.util
Helper classes for creating the internal DOM.
info.bliki.wiki.template - package info.bliki.wiki.template
Template parser functions like {{ #if: ... }} and {{ #ifeq: ... }}.
info.bliki.wiki.template.expr - package info.bliki.wiki.template.expr
The parser and scanner implementation for the {{ #expr: ... }} and {{ #ifexpr: ... }} parser template functions.
info.bliki.wiki.template.expr.ast - package info.bliki.wiki.template.expr.ast
The abstract syntax tree classes for the {{ #expr: ... }} and {{ #ifexpr: ... }} parser template functions.
info.bliki.wiki.template.expr.eval - package info.bliki.wiki.template.expr.eval
The expression evaluator for the {{ #expr: ... }} and {{ #ifexpr: ... }} parser template functions.
info.bliki.wiki.template.expr.operator - package info.bliki.wiki.template.expr.operator
The operator classes (i.e. for binary, prefix and postfix Operators) for the {{ #expr: ... }} and {{ #ifexpr: ... }} parser template functions.
info.bliki.wiki.template.expr.util - package info.bliki.wiki.template.expr.util
Utilities for the {{ #expr: ... }} and {{ #ifexpr: ... }} parser template functions.
info.bliki.wiki.template.extension - package info.bliki.wiki.template.extension
This pacage contains template parser functions which are not included in the Mediawiki standard.
InfoBox - Class in info.bliki.wiki.dump
A class abstracting a Wiki infobox.
initialize() - Method in class info.bliki.wiki.model.AbstractWikiModel
Initialize the internal class attributes
initialize(String) - Method in class info.bliki.wiki.template.expr.Scanner
 
INLINE_TAGS - Static variable in class info.bliki.wiki.model.Configuration
 
INoBodyParsingTag - Interface in info.bliki.wiki.tags.util
Interface that indicates, that a wiki tags content (i.e. body) shouldn't be parsed for other wiki tags
inprop(String) - Method in class info.bliki.api.query.Query
Which additional property to get:
"protection" - List the protection level of each page "talkid" - The page ID of the talk page for each non-talk page "subjectid" - The page ID of the parent page for each talk page Values (separate with '|'): protection, talkid, subjectid, url, readable
inprop(String...) - Method in class info.bliki.api.query.Query
Which additional properties to get: "protection" - List the protection level of each page "talkid" - The page ID of the talk page for each non-talk page "subjectid" - The page ID of the parent page for each talk page Values (separate with '|'): protection, talkid, subjectid, url, readable
INPUT_TAG - Static variable in class info.bliki.api.HtmlUtilities
 
INPUT_TAG - Static variable in class info.bliki.htmlcleaner.util.HtmlFormExtractor
 
IntegerNode - Class in info.bliki.wiki.template.expr.ast
A node for a parsed integer string
IntegerNode(String) - Constructor for class info.bliki.wiki.template.expr.ast.IntegerNode
 
IntegerNode(String, int) - Constructor for class info.bliki.wiki.template.expr.ast.IntegerNode
 
IntegerNode(int) - Constructor for class info.bliki.wiki.template.expr.ast.IntegerNode
 
interpreter(String) - Method in class info.bliki.wiki.template.expr.util.Console
Evaluates the given string-expression and returns the result in OutputForm
INTERWIKI_MAP - Static variable in class info.bliki.wiki.model.Configuration
Map from the interwiki shortcut to the real Interwiki-URL
intoken(String) - Method in class info.bliki.api.query.Query
 
IParser - Interface in info.bliki.wiki.filter
 
IParserFactory - Interface in info.bliki.wiki.template.expr.ast
Factory for creating the ASTNodes from the parser
isAdvancedXmlEscape() - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
isAllowedAttribute(String) - Method in class info.bliki.htmlcleaner.EndTagToken
 
isAllowedAttribute(String) - Method in class info.bliki.htmlcleaner.TagNode
 
isAllowedAttribute(String) - Method in class info.bliki.htmlcleaner.TagToken
Check, if the attName is allowed.
isAllowedAttribute(String) - Method in class info.bliki.wiki.tags.extension.ChartTag
 
isCamelCaseEnabled() - Method in class info.bliki.wiki.model.AbstractWikiModel
Checks if CamelCase words should also be used as wiki links.
isCamelCaseEnabled() - Method in interface info.bliki.wiki.model.IWikiModel
Checks if CamelCase words should also be used as wiki links.
isCategory() - Method in class info.bliki.wiki.dump.WikiArticle
Does the title belong to the Category namespace?
isCategoryNamespace(String) - Method in class info.bliki.wiki.model.AbstractWikiModel
Check if the given namespace is a category namespace
isCategoryNamespace(String) - Method in interface info.bliki.wiki.model.IWikiModel
Check if the given namespace is a category namespace
isDeprecated() - Method in class info.bliki.htmlcleaner.TagInfo
 
isDisambiguationPage() - Method in class info.bliki.wiki.dump.WikiPatternMatcher
 
isEditorMode() - Method in class info.bliki.wiki.model.AbstractWikiModel
The current model is used to render a wikipage in editor mode
isEditorMode() - Method in interface info.bliki.wiki.model.IWikiModel
The current model is used to render a wikipage in editor mode
isEmpty() - Method in class info.bliki.api.query.RequestBuilder
 
isEmpty() - Method in class info.bliki.wiki.filter.WPList
 
isEmpty() - Method in class info.bliki.wiki.tags.util.Attribute
Predicate to determine if this attribute has an equals sign but no value.
isEmpty() - Method in class info.bliki.wiki.tags.util.NodeAttribute
Predicate to determine if this attribute has an equals sign but no value.
isEmpty() - Method in class info.bliki.wiki.template.expr.ast.FunctionNode
 
isEmptyLine(int) - Method in class info.bliki.wiki.filter.AbstractParser
 
isEmptyXmlTag() - Method in class info.bliki.wiki.tags.util.WikiTagNode
Is this an empty xml tag of the form <tag/>.
isEndTag() - Method in class info.bliki.wiki.tags.util.WikiTagNode
Predicate to determine if this tag is an end tag (i.e.
isFile() - Method in class info.bliki.wiki.dump.WikiArticle
 
isFormed() - Method in class info.bliki.htmlcleaner.TagNode
 
isFound(TagNode) - Method in class info.bliki.htmlcleaner.util.AbstractHtmlExtractor
Append the content of the given TagNode to the resultObject
isFound(TagNode) - Method in class info.bliki.htmlcleaner.util.DivErrorboxExtractor
 
isFound(TagNode) - Method in class info.bliki.htmlcleaner.util.HtmlFormExtractor
 
isHexadecimalDigit(char) - Static method in class info.bliki.htmlcleaner.Utils
 
isHiddenElement() - Method in class info.bliki.htmlcleaner.util.HtmlForm.Element
 
isIgnorePermitted() - Method in class info.bliki.htmlcleaner.TagInfo
 
isImageNamespace(String) - Method in class info.bliki.wiki.model.AbstractWikiModel
Check if the given namespace is an image namespace
isImageNamespace(String) - Method in interface info.bliki.wiki.model.IWikiModel
Check if the given namespace is an image namespace
isInterWiki(String) - Method in class info.bliki.wiki.model.AbstractWikiModel
Check if the given namespace is an interwiki link prefix.
isInterWiki(String) - Method in interface info.bliki.wiki.model.IWikiModel
Check if the given namespace is an interwiki link prefix.
isKeywordCaseSensitive() - Method in class info.bliki.wiki.tags.code.AbstractCPPBasedCodeFilter
Test if the keywords are case sensitive.
isKeywordCaseSensitive() - Method in class info.bliki.wiki.tags.code.PHPCodeFilter
 
isKeywordCaseSensitive() - Method in class info.bliki.wiki.tags.code.SQLCodeFilter
 
isKeywordCaseSensitive() - Method in class info.bliki.wiki.tags.code.XMLCodeFilter
 
isKeywordLowerCase() - Method in class info.bliki.wiki.tags.code.ABAPCodeFilter
 
isMagicWord(String) - Static method in class info.bliki.wiki.filter.MagicWord
Determine if a template name corresponds to a magic word requiring special handling.
isMain() - Method in class info.bliki.wiki.dump.WikiArticle
"Real" content articles (i.e. the title has no namespace prefix)?
isMathtranRenderer() - Method in class info.bliki.wiki.model.AbstractWikiModel
If the <math> tag should be rendered for the www.mathtran.org service, then return true.
isMathtranRenderer() - Method in interface info.bliki.wiki.model.IWikiModel
If the <math> tag should be rendered for the www.mathtran.org service, then return true.
isNamespace(String) - Method in class info.bliki.wiki.model.AbstractWikiModel
Check if the given namespace is a namespace in this model
isNamespace(String) - Method in interface info.bliki.wiki.model.IWikiModel
Check if the given namespace is a namespace in this model
isNoToC() - Method in interface info.bliki.wiki.filter.IParser
Display no table of contents?
isNoToC() - Method in class info.bliki.wiki.filter.WikipediaParser
 
isOmitComments() - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
isOmitDeprecatedTags() - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
isOmitDoctypeDeclaration() - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
isOmitUnknownTags() - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
isOmitXmlDeclaration() - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
isOmitXmlnsAttributes() - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
isPHPTag() - Method in class info.bliki.wiki.tags.code.ABAPCodeFilter
 
isPHPTag() - Method in class info.bliki.wiki.tags.code.AbstractCPPBasedCodeFilter
 
isPHPTag() - Method in class info.bliki.wiki.tags.code.PHPCodeFilter
 
isPHPTag() - Method in class info.bliki.wiki.tags.code.XMLCodeFilter
 
isPreviewMode() - Method in class info.bliki.wiki.model.AbstractWikiModel
The current model is used to render a wikipage in preview mode
isPreviewMode() - Method in interface info.bliki.wiki.model.IWikiModel
The current model is used to render a wikipage in preview mode
isProject() - Method in class info.bliki.wiki.dump.WikiArticle
 
isRecognizeUnicodeChars() - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
isRedirect() - Method in class info.bliki.wiki.dump.WikiPatternMatcher
 
isReduceTokenStack() - Method in class info.bliki.htmlcleaner.TagToken
 
isReduceTokenStack() - Method in class info.bliki.wiki.filter.WPList
 
isReduceTokenStack() - Method in class info.bliki.wiki.filter.WPTable
 
isReduceTokenStack() - Method in class info.bliki.wiki.tags.ATag
 
isReduceTokenStack() - Method in class info.bliki.wiki.tags.HTMLBlockTag
 
isReduceTokenStack() - Method in class info.bliki.wiki.tags.HTMLEndTag
 
isReduceTokenStack() - Method in class info.bliki.wiki.tags.MathTag
 
isReduceTokenStack() - Method in class info.bliki.wiki.tags.NowikiTag
 
isReduceTokenStack() - Method in class info.bliki.wiki.tags.PreTag
 
isReduceTokenStack() - Method in class info.bliki.wiki.tags.ReferencesTag
 
isReduceTokenStack() - Method in class info.bliki.wiki.tags.RefTag
 
isReduceTokenStack() - Method in class info.bliki.wiki.tags.SourceTag
 
isReduceTokenStack() - Method in class info.bliki.wiki.tags.TableOfContentTag
 
isReduceTokenStack() - Method in class info.bliki.wiki.tags.WPATag
 
isReduceTokenStack() - Method in class info.bliki.wiki.tags.WPBoldItalicTag
 
isReduceTokenStack() - Method in class info.bliki.wiki.tags.WPParagraphTag
 
isReduceTokenStack() - Method in class info.bliki.wiki.tags.WPTag
 
isScriptOrStyle(TagNode) - Method in class info.bliki.htmlcleaner.XmlSerializer
 
isSemanticWebActive() - Method in class info.bliki.wiki.model.AbstractWikiModel
Allow the parsing of semantic mediawiki (SMW) links.
isSemanticWebActive() - Method in interface info.bliki.wiki.model.IWikiModel
Allow the parsing of semantic mediawiki (SMW) links.
isShowToC() - Method in class info.bliki.wiki.tags.TableOfContentTag
 
isSign() - Method in class info.bliki.wiki.template.expr.ast.NumberNode
 
isStandAlone() - Method in class info.bliki.wiki.tags.util.Attribute
Predicate to determine if this attribute has no equals sign (or value).
isStandAlone() - Method in class info.bliki.wiki.tags.util.NodeAttribute
Predicate to determine if this attribute has no equals sign (or value).
isStub() - Method in class info.bliki.wiki.dump.WikiPatternMatcher
 
isSubmitElement() - Method in class info.bliki.htmlcleaner.util.HtmlForm.Element
 
isTemplate() - Method in class info.bliki.wiki.dump.WikiArticle
Does the title belong to the Template namespace?
isTemplate() - Method in interface info.bliki.wiki.filter.IParser
The text is rendered as a template
isTemplate() - Method in class info.bliki.wiki.filter.TemplateParser
 
isTemplate() - Method in class info.bliki.wiki.filter.WikipediaParser
Determine if the currently parsed wiki text is a template text.
isTemplateNamespace(String) - Method in class info.bliki.wiki.model.AbstractWikiModel
Check if the given namespace is a template namespace
isTemplateNamespace(String) - Method in interface info.bliki.wiki.model.IWikiModel
Check if the given namespace is a template namespace
isTemplateTopic() - Method in class info.bliki.wiki.model.AbstractWikiModel
Determine if the currently parsed wiki text is a template.
isTemplateTopic() - Method in interface info.bliki.wiki.model.IWikiModel
Determine if the currently parsed wiki text is a template.
isTextAreaElement() - Method in class info.bliki.htmlcleaner.util.HtmlForm.Element
 
isTextElement() - Method in class info.bliki.htmlcleaner.util.HtmlForm.Element
 
isTOCIdentifier() - Method in class info.bliki.wiki.tags.TableOfContentTag
 
isTranslateSpecialEntities() - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
isUnique() - Method in class info.bliki.htmlcleaner.TagInfo
 
isUrlIdentifierPart(char) - Static method in class info.bliki.wiki.filter.Encoder
Determines if the specified character may be part of a url
isUseCdataForScriptAndStyle() - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
isValid(String) - Method in class info.bliki.commons.validator.routines.DomainValidator
Returns true if the specified String parses as a valid domain name with a recognized top-level domain.
isValid(String) - Method in class info.bliki.commons.validator.routines.EmailValidator
Checks if a field has a valid e-mail address.
isValid(String) - Method in class info.bliki.commons.validator.routines.InetAddressValidator
Checks if the specified string is a valid IP address.
isValid(String) - Method in class info.bliki.commons.validator.routines.RegexValidator
Validate a value against the set of regular expressions.
isValid() - Method in class info.bliki.htmlcleaner.DoctypeToken
 
isValidCountryCodeTld(String) - Method in class info.bliki.commons.validator.routines.DomainValidator
Returns true if the specified String matches any IANA-defined country code top-level domain.
isValidDomain(String) - Method in class info.bliki.commons.validator.routines.EmailValidator
Returns true if the domain component of an email address is valid.
isValidGenericTld(String) - Method in class info.bliki.commons.validator.routines.DomainValidator
Returns true if the specified String matches any IANA-defined generic top-level domain.
isValidInet4Address(String) - Method in class info.bliki.commons.validator.routines.InetAddressValidator
Validates an IPv4 address.
isValidInfrastructureTld(String) - Method in class info.bliki.commons.validator.routines.DomainValidator
Returns true if the specified String matches any IANA-defined infrastructure top-level domain.
isValidTld(String) - Method in class info.bliki.commons.validator.routines.DomainValidator
Returns true if the specified String matches any IANA-defined top-level domain.
isValidUriScheme(String) - Method in class info.bliki.wiki.model.AbstractWikiModel
Check if the top level URI (Uniform Resource Identifier) scheme name is valid in this model.
isValidUriScheme(String) - Method in interface info.bliki.wiki.model.IWikiModel
Check if the top level URI (Uniform Resource Identifier) scheme name is valid in this model.
isValidUriSchemeSpecificPart(String, String) - Method in class info.bliki.wiki.model.AbstractWikiModel
Check if the scheme-specific part for a given top level URI (Uniform Resource Identifier) scheme name is valid in this model.
isValidUriSchemeSpecificPart(String, String) - Method in interface info.bliki.wiki.model.IWikiModel
Check if the scheme-specific part for a given top level URI (Uniform Resource Identifier) scheme name is valid in this model.
isValidUser(String) - Method in class info.bliki.commons.validator.routines.EmailValidator
Returns true if the user component of an email address is valid.
isValued() - Method in class info.bliki.wiki.tags.util.Attribute
Predicate to determine if this attribute has a value.
isValued() - Method in class info.bliki.wiki.tags.util.NodeAttribute
Predicate to determine if this attribute has a value.
isWhitespace() - Method in class info.bliki.wiki.tags.util.Attribute
Predicate to determine if this attribute is whitespace.
isWhitespace() - Method in class info.bliki.wiki.tags.util.NodeAttribute
Predicate to determine if this attribute is whitespace.
isWikiPluginIdentifierPart(char) - Static method in class info.bliki.wiki.filter.Encoder
Determines if the specified character may be part of a wiki plugin identifier as other than the first character
isWikiPluginIdentifierStart(char) - Static method in class info.bliki.wiki.filter.Encoder
Determines if the specified character may be part the first character of a wiki plugin identifier
ITableOfContent - Interface in info.bliki.wiki.model
Interface which must be implemented by the tag which renders the "table of content"
ITagInfoProvider - Interface in info.bliki.htmlcleaner
Provides set of TagInfo instances.
ITemplateFunction - Interface in info.bliki.wiki.template
Interface for a template parser function (i.e.
iterator() - Method in class info.bliki.wiki.template.expr.ast.FunctionNode
 
ITextConverter - Interface in info.bliki.wiki.filter
Interface for converters which renders the internal node representation into a string representation
IWikiModel - Interface in info.bliki.wiki.model
Interface for rendering a wiki model

J

JavaCodeFilter - Class in info.bliki.wiki.tags.code
Syntax highlighting support for Java source codes
JavaCodeFilter() - Constructor for class info.bliki.wiki.tags.code.JavaCodeFilter
 
JavaScriptCodeFilter - Class in info.bliki.wiki.tags.code
Syntax highlighting support for JavaScript source codes
JavaScriptCodeFilter() - Constructor for class info.bliki.wiki.tags.code.JavaScriptCodeFilter
 

K

keySet() - Method in class info.bliki.api.query.RequestBuilder
 

L

lastIndexOf(Object) - Method in class info.bliki.wiki.template.expr.ast.FunctionNode
 
LC - Class in info.bliki.wiki.template
A template parser function for {{lc: ... }} lower case syntax.
LC() - Constructor for class info.bliki.wiki.template.LC
 
LCFirst - Class in info.bliki.wiki.template
A template parser function for {{lcfirst: ... }} first character to lower case syntax.
LCFirst() - Constructor for class info.bliki.wiki.template.LCFirst
 
LEFT_ASSOCIATIVE - Static variable in class info.bliki.wiki.template.expr.operator.InfixOperator
 
limit(int) - Method in class info.bliki.api.query.OpenSearch
 
Link - Class in info.bliki.api
Manages page link data from the Wikimedia API
Link() - Constructor for class info.bliki.api.Link
 
links - Variable in class info.bliki.wiki.model.WikiModel
 
list(String...) - Method in class info.bliki.api.query.Query
Which lists to get.
ListGCTag - Class in info.bliki.html.googlecode
 
ListGCTag(String, String, String) - Constructor for class info.bliki.html.googlecode.ListGCTag
 
listIterator() - Method in class info.bliki.wiki.template.expr.ast.FunctionNode
 
listIterator(int) - Method in class info.bliki.wiki.template.expr.ast.FunctionNode
 
ListTag - Class in info.bliki.html.wikipedia
 
ListTag(String) - Constructor for class info.bliki.html.wikipedia.ListTag
 
loadEditFormData(String) - Method in class info.bliki.api.MediaWikiComm
Method which loads downloads the data from the wiki page.
Localurl - Class in info.bliki.wiki.template
A template parser function for {{localurl: ... }} syntax
Localurl() - Constructor for class info.bliki.wiki.template.Localurl
 
login(User) - Method in class info.bliki.api.Connector
Complete the users login information.
login(String, String, boolean) - Method in class info.bliki.api.MediaWikiComm
Log-in
login() - Method in class info.bliki.api.User
Complete the users login information.
logout() - Method in class info.bliki.api.MediaWikiComm
 
ltrim(String) - Static method in class info.bliki.htmlcleaner.Utils
Trims specified string from left.
ltrimNewline(String) - Static method in class info.bliki.htmlcleaner.Utils
Trims specified string from left and stop at \n character

M

MagicWord - Class in info.bliki.wiki.filter
See Wikipedia's Help:Magic words reference.
MagicWord() - Constructor for class info.bliki.wiki.filter.MagicWord
 
main(String[]) - Static method in class info.bliki.api.Console
 
main(String[]) - Static method in class info.bliki.htmlcleaner.CommandLine
 
main(String[]) - Static method in class info.bliki.wiki.BlikiConverter
 
main(String[]) - Static method in class info.bliki.wiki.dump.PrintArticle
 
main(String[]) - Static method in class info.bliki.wiki.template.expr.util.Console
 
main(String[]) - Static method in class info.bliki.wiki.template.expr.util.GenerateOperatorArrays
Utility for generating source codes for the ASTNodeFactory's HEADER_STRINGS, OPERATOR_STRINGS, OPERATORS arrays from an operator's text file description
MAIN_NAMESPACE_KEY - Static variable in interface info.bliki.wiki.namespaces.INamespace
"Real" content; articles.
makeCopy() - Method in class info.bliki.htmlcleaner.TagNode
 
makeTag(int, int, ArrayList<NodeAttribute>) - Method in class info.bliki.wiki.filter.WikipediaScanner
Create a tag node based on the current cursor and the one provided.
mAssignment - Variable in class info.bliki.wiki.tags.util.Attribute
The assignment string of the attribute.
match(String) - Method in class info.bliki.commons.validator.routines.RegexValidator
Validate a value against the set of regular expressions returning the array of matched groups.
MathTag - Class in info.bliki.wiki.tags
Wiki tag rendering TeX math
MathTag() - Constructor for class info.bliki.wiki.tags.MathTag
 
mAttributes - Variable in class info.bliki.wiki.tags.util.WikiTagNode
The tag attributes.
maxage(int) - Method in class info.bliki.api.query.RequestBuilder
Set the max-age header to this many seconds.
maxlag(int) - Method in class info.bliki.api.query.RequestBuilder
Maximum lag
MEDIA_NAMESPACE_KEY - Static variable in interface info.bliki.wiki.namespaces.INamespace
Alias for direct links to media files.
MEDIAWIKI_NAMESPACE_KEY - Static variable in interface info.bliki.wiki.namespaces.INamespace
Site interface customisation.
MEDIAWIKI_TALK_NAMESPACE_KEY - Static variable in interface info.bliki.wiki.namespaces.INamespace
 
MediaWikiComm - Class in info.bliki.api
Sources adopted from the article Add Java extensions to your wiki with permission from Randall Scarberry.
MediaWikiComm(String, String[]) - Constructor for class info.bliki.api.MediaWikiComm
Constructor
MediaWikiComm.ConcurrentEditException - Exception in info.bliki.api
Special case of IOException to be thrown when saving data to the server fails because another user saved data.
MediaWikiComm.ConcurrentEditException(String) - Constructor for exception info.bliki.api.MediaWikiComm.ConcurrentEditException
 
MediaWikiComm.ConcurrentEditException() - Constructor for exception info.bliki.api.MediaWikiComm.ConcurrentEditException
 
Messages - Class in info.bliki
Handles the Messages_XX.properties files for I18N support.
Messages() - Constructor for class info.bliki.Messages
 
meta(String...) - Method in class info.bliki.api.query.Query
Which meta data to get about the site.
MethodException - Exception in info.bliki.api
this Exception is thrown, when the underlying HttpClient throws an Exception
MethodException() - Constructor for exception info.bliki.api.MethodException
Constructs a new exception with null as its detail message.
MethodException(String) - Constructor for exception info.bliki.api.MethodException
Constructs a new exception with the specified detail message.
MethodException(String, Throwable) - Constructor for exception info.bliki.api.MethodException
Constructs a new exception with the specified detail message and cause.
MethodException(Throwable) - Constructor for exception info.bliki.api.MethodException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
MMA_STYLE_FACTORY - Static variable in class info.bliki.wiki.template.expr.operator.ASTNodeFactory
 
mName - Variable in class info.bliki.wiki.tags.util.Attribute
The name of this attribute.
mNameEnd - Variable in class info.bliki.wiki.tags.util.NodeAttribute
The ending offset of the name within the page.
mNameStart - Variable in class info.bliki.wiki.tags.util.NodeAttribute
The starting offset of the name within the page.
mQuote - Variable in class info.bliki.wiki.tags.util.Attribute
The quote, if any, surrounding the value of the attribute, if any.
mText - Variable in class info.bliki.wiki.tags.util.NodeAttribute
The page this attribute is extracted from.
mValue - Variable in class info.bliki.wiki.tags.util.Attribute
The value of the attribute.
mValueEnd - Variable in class info.bliki.wiki.tags.util.NodeAttribute
The ending offset of the name within the page.
mValueStart - Variable in class info.bliki.wiki.tags.util.NodeAttribute
The starting offset of the value within the page.

N

name - Variable in class info.bliki.htmlcleaner.TagToken
 
namespace(int) - Method in class info.bliki.api.query.OpenSearch
namespace - a Namespace to search
Values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 100, 101 Default: 0
namespace(int...) - Method in class info.bliki.api.query.OpenSearch
namespace - Namespaces to search
Values (internally separated with '|'): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 100, 101 Default: 0
Namespace - Class in info.bliki.wiki.namespaces
Mediawiki Namespaces.
Namespace() - Constructor for class info.bliki.wiki.namespaces.Namespace
 
Namespace(Locale) - Constructor for class info.bliki.wiki.namespaces.Namespace
 
Namespace(ResourceBundle) - Constructor for class info.bliki.wiki.namespaces.Namespace
 
NAMESPACE_MAP - Variable in class info.bliki.wiki.namespaces.Namespace
 
NEED_TOKEN_ID - Static variable in class info.bliki.api.User
 
NetworkException - Exception in info.bliki.api
Base class for Exceptions thrown when something has gone wrong with the network
NetworkException() - Constructor for exception info.bliki.api.NetworkException
Constructs a new exception with null as its detail message.
NetworkException(String) - Constructor for exception info.bliki.api.NetworkException
Constructs a new exception with the specified detail message.
NetworkException(String, Throwable) - Constructor for exception info.bliki.api.NetworkException
Constructs a new exception with the specified detail message and cause.
NetworkException(Throwable) - Constructor for exception info.bliki.api.NetworkException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
NEW_LINES - Static variable in class info.bliki.wiki.tags.HTMLTag
 
nextNewline() - Method in class info.bliki.wiki.filter.WikipediaScanner
 
NO_CHAR - Static variable in class info.bliki.api.Console
Constant for an empty char array
NO_CHAR - Static variable in class info.bliki.wiki.filter.WikiTextReader
Constant for an empty char array
NodeAttribute - Class in info.bliki.wiki.tags.util
An attribute within a tag on a page.
NodeAttribute(char[], int, int, int, int, char) - Constructor for class info.bliki.wiki.tags.util.NodeAttribute
Create an attribute.
NodeAttribute(String, String, String, char) - Constructor for class info.bliki.wiki.tags.util.NodeAttribute
Create an attribute with the name, assignment string, value and quote given.
NodeAttribute(String, String, char) - Constructor for class info.bliki.wiki.tags.util.NodeAttribute
Create an attribute with the name, value and quote given.
NodeAttribute(String) - Constructor for class info.bliki.wiki.tags.util.NodeAttribute
Create a whitespace attribute with the value given.
NodeAttribute(String, String) - Constructor for class info.bliki.wiki.tags.util.NodeAttribute
Create an attribute with the name and value given.
NodeAttribute(String, String, String) - Constructor for class info.bliki.wiki.tags.util.NodeAttribute
Create an attribute with the name, assignment string and value given.
NodeAttribute() - Constructor for class info.bliki.wiki.tags.util.NodeAttribute
Create an empty attribute.
nodeBegin - Variable in class info.bliki.wiki.tags.util.AbstractNode
The beginning position of the tag in the line
nodeEnd - Variable in class info.bliki.wiki.tags.util.AbstractNode
The ending position of the tag in the line
nodesToPlainText(List, StringBuilder) - Method in class info.bliki.html.wikipedia.AbstractHTMLToWiki
 
nodesToPlainText(BaseToken, StringBuilder) - Method in class info.bliki.html.wikipedia.AbstractHTMLToWiki
 
nodesToPlainText(BaseToken, StringBuilder) - Method in interface info.bliki.html.wikipedia.IHTMLToWiki
Convert the given HTML node into plainText
nodesToText(List, StringBuilder) - Method in class info.bliki.html.jspwiki.ToJSPWiki
 
nodesToText(List, StringBuilder) - Method in class info.bliki.html.wikipedia.AbstractHTMLToWiki
 
nodesToText(List, StringBuilder) - Method in interface info.bliki.html.wikipedia.IHTMLToWiki
 
nodesToText(List<? extends Object>, Appendable, IWikiModel) - Method in class info.bliki.wiki.filter.HTMLConverter
 
nodesToText(List<? extends Object>, Appendable, IWikiModel) - Method in interface info.bliki.wiki.filter.ITextConverter
Convert the list of TagTokens into a given HTML string buffer
nodesToText(List<? extends Object>, Appendable, IWikiModel) - Method in class info.bliki.wiki.filter.PlainTextConverter
 
nodeToHTML(TagNode, Appendable, IWikiModel) - Method in class info.bliki.wiki.filter.HTMLConverter
 
nodeToWiki(BaseToken, StringBuilder) - Method in class info.bliki.html.wikipedia.AbstractHTMLToWiki
 
nodeToWiki(BaseToken, StringBuilder) - Method in interface info.bliki.html.wikipedia.IHTMLToWiki
Convert the given HTML node into a wikiText
noLinks() - Method in class info.bliki.wiki.filter.HTMLConverter
 
noLinks() - Method in interface info.bliki.wiki.filter.ITextConverter
If this method returns true, then the <a> tag should only render the title of the link and not a link to another HTML document, but only the link text.
noLinks() - Method in class info.bliki.wiki.filter.PlainTextConverter
 
NONE - Static variable in class info.bliki.wiki.template.expr.operator.InfixOperator
 
NoOutputTag - Class in info.bliki.html.wikipedia
 
NoOutputTag() - Constructor for class info.bliki.html.wikipedia.NoOutputTag
 
NOWIKI_CLOSE_PATTERN - Static variable in class info.bliki.wiki.model.Configuration
 
NOWIKI_OPEN_PATTERN - Static variable in class info.bliki.wiki.model.Configuration
 
NowikiTag - Class in info.bliki.wiki.tags
Wiki tag for escaping the wiki syntax.
NowikiTag(String) - Constructor for class info.bliki.wiki.tags.NowikiTag
 
NowikiTag() - Constructor for class info.bliki.wiki.tags.NowikiTag
 
ns - Variable in class info.bliki.api.PageInfo
 
NS - Class in info.bliki.wiki.template
A template parser function for {{ns: ... }} namespace/i> syntax
NS() - Constructor for class info.bliki.wiki.template.NS
 
NS_ID - Static variable in class info.bliki.api.AbstractXMLParser
 
NumberNode - Class in info.bliki.wiki.template.expr.ast
The basic node for a parsed expression string
NumberNode(String) - Constructor for class info.bliki.wiki.template.expr.ast.NumberNode
 
numFormat - Variable in class info.bliki.wiki.template.expr.Scanner
 

O

OL_CHAR - Static variable in class info.bliki.wiki.filter.WPList
 
oldid(String) - Method in class info.bliki.api.query.Parse
Parse the content of this revision.
onHeader(char[], int, int, int) - Method in class info.bliki.wiki.model.DefaultEventListener
 
onHeader(char[], int, int, int, int, int) - Method in class info.bliki.wiki.model.DefaultEventListener
 
onHeader(char[], int, int, int) - Method in interface info.bliki.wiki.model.IEventListener
Deprecated.  
onHeader(char[], int, int, int, int, int) - Method in interface info.bliki.wiki.model.IEventListener
Notify the listener about a parsed header.
onTemplate(char[], int, int) - Method in class info.bliki.wiki.model.DefaultEventListener
 
onTemplate(char[], int, int) - Method in interface info.bliki.wiki.model.IEventListener
Notify the listener about a parsed template.
onWikiLink(char[], int, int, String) - Method in class info.bliki.wiki.model.DefaultEventListener
 
onWikiLink(char[], int, int, String) - Method in interface info.bliki.wiki.model.IEventListener
Notify the listener about a parsed wiki link.
open(TagNode, StringBuilder) - Method in class info.bliki.html.googlecode.TdGCTag
 
open(TagNode, StringBuilder) - Method in class info.bliki.html.googlecode.ThGCTag
 
open(TagNode, StringBuilder) - Method in class info.bliki.html.googlecode.TrGCTag
 
open(TagNode, StringBuilder) - Method in class info.bliki.html.jspwiki.TdJSPWikiTag
 
open(TagNode, StringBuilder) - Method in class info.bliki.html.jspwiki.ThJSPWikiTag
 
open(TagNode, StringBuilder) - Method in class info.bliki.html.jspwiki.TrJSPWikiTag
 
open(TagNode, StringBuilder) - Method in class info.bliki.html.wikipedia.AbstractHTMLTag
 
open(TagNode, StringBuilder) - Method in class info.bliki.html.wikipedia.ATag
 
open(TagNode, StringBuilder) - Method in class info.bliki.html.wikipedia.CaptionTag
 
open(TagNode, StringBuilder) - Method in class info.bliki.html.wikipedia.FontTag
 
open(TagNode, StringBuilder) - Method in interface info.bliki.html.wikipedia.HTMLTag
Write the opening wiki syntax for this tag to the result buffer
open(TagNode, StringBuilder) - Method in class info.bliki.html.wikipedia.NoOutputTag
 
open(TagNode, StringBuilder) - Method in class info.bliki.html.wikipedia.OpenCloseHTMLTag
 
open(TagNode, StringBuilder) - Method in class info.bliki.html.wikipedia.OpenCloseTag
 
open(TagNode, StringBuilder) - Method in class info.bliki.html.wikipedia.PreTag
 
open(TagNode, StringBuilder) - Method in class info.bliki.html.wikipedia.TableTag
 
open(TagNode, StringBuilder) - Method in class info.bliki.html.wikipedia.TdTag
 
open(TagNode, StringBuilder) - Method in class info.bliki.html.wikipedia.ThTag
 
open(TagNode, StringBuilder) - Method in class info.bliki.html.wikipedia.TrTag
 
OpenCloseHTMLTag - Class in info.bliki.html.wikipedia
 
OpenCloseHTMLTag(String, String) - Constructor for class info.bliki.html.wikipedia.OpenCloseHTMLTag
 
OpenCloseTag - Class in info.bliki.html.wikipedia
 
OpenCloseTag(String, String, boolean, boolean) - Constructor for class info.bliki.html.wikipedia.OpenCloseTag
 
OpenCloseTag(String, String, boolean) - Constructor for class info.bliki.html.wikipedia.OpenCloseTag
 
OpenCloseTag(String, String) - Constructor for class info.bliki.html.wikipedia.OpenCloseTag
 
OpenSearch - Class in info.bliki.api.query
action=opensearch
This module implements OpenSearch protocol Parameters: search - Search string limit - Maximum amount of results to return No more than 100 (100 for bots) allowed.
OpenSearch() - Constructor for class info.bliki.api.query.OpenSearch
 
openStr - Variable in class info.bliki.html.wikipedia.ATag
 
openStr - Variable in class info.bliki.html.wikipedia.OpenCloseTag
 
Operator - Class in info.bliki.wiki.template.expr.operator
 
Operator(String, String, int) - Constructor for class info.bliki.wiki.template.expr.operator.Operator
 
OPERATOR_STRINGS - Static variable in class info.bliki.wiki.template.expr.operator.ASTNodeFactory
 
OPERATORS - Static variable in class info.bliki.wiki.template.expr.operator.ASTNodeFactory
 
optimizeFunction(FunctionNode) - Method in class info.bliki.wiki.template.expr.eval.DoubleEvaluator
Optimize an already parsed in functionNode into an ASTNode.
originalSource - Variable in class info.bliki.htmlcleaner.TagToken
 

P

Padleft - Class in info.bliki.wiki.template
A template parser function for {{padleft: ... }}, which pads a string with a character to the specified width.
Padleft() - Constructor for class info.bliki.wiki.template.Padleft
 
Padright - Class in info.bliki.wiki.template
A template parser function for {{padright: ... }}, which pads a string with a character to the specified width.
Padright() - Constructor for class info.bliki.wiki.template.Padright
 
Page - Class in info.bliki.api
Manages page data from the Wikimedia API
Page() - Constructor for class info.bliki.api.Page
 
page(String) - Method in class info.bliki.api.query.Parse
Parse the content of this page.
PAGE_ID - Static variable in class info.bliki.api.AbstractXMLParser
 
PAGE_TAG1 - Static variable in class info.bliki.api.AbstractXMLParser
 
PAGE_TAG2 - Static variable in class info.bliki.api.AbstractXMLParser
 
pageid - Variable in class info.bliki.api.PageInfo
 
pageids(int...) - Method in class info.bliki.api.query.Query
A list of page IDs to work on
PageInfo - Class in info.bliki.api
 
PageInfo() - Constructor for class info.bliki.api.PageInfo
 
PARAM_ACTION - Static variable in class info.bliki.api.Connector
 
PARAM_FORMAT - Static variable in class info.bliki.api.Connector
 
PARAM_LOGIN_TOKEN - Static variable in class info.bliki.api.Connector
 
PARAM_LOGIN_USERID - Static variable in class info.bliki.api.Connector
 
PARAM_LOGIN_USERNAME - Static variable in class info.bliki.api.Connector
 
PARAM_PAGE - Static variable in class info.bliki.api.Connector
 
PARAM_TITLES - Static variable in class info.bliki.api.Connector
 
parse() - Method in class info.bliki.api.AbstractXMLParser
 
parse(User, RequestBuilder) - Method in class info.bliki.api.Connector
 
Parse - Class in info.bliki.api.query
Module Parse action=parse .
Parse() - Constructor for class info.bliki.api.query.Parse
 
parse() - Method in class info.bliki.wiki.dump.WikiXMLParser
 
parse(String, IWikiModel, Appendable, boolean) - Static method in class info.bliki.wiki.filter.TemplateParser
 
parse(String, IWikiModel, Appendable, boolean, boolean) - Static method in class info.bliki.wiki.filter.TemplateParser
Parse the wiki texts templates, comments and signatures into the given StringBuilder.
parse(String, IWikiModel, boolean, Appendable) - Static method in class info.bliki.wiki.filter.WikipediaParser
Call the parser on the first recursion level, where the text can contain a table of contents (TOC).
parse(String, IWikiModel) - Method in class info.bliki.wiki.template.AbstractTemplateFunction
Parse the given plain content string with the template parser.
parse(String) - Method in class info.bliki.wiki.template.expr.eval.DoubleEvaluator
Parse the given expression String and store the resulting ASTNode in this DoubleEvaluator
parse(String) - Method in class info.bliki.wiki.template.expr.Parser
Parse the given expression String into an ASTNode.
parseAttributes(int, int) - Method in class info.bliki.wiki.filter.WikipediaScanner
 
parseBBCodes() - Method in class info.bliki.wiki.model.AbstractWikiModel
Parse BBCode (Bulletin Board Code), like syntax codes in this wiki.
parseBBCodes() - Method in class info.bliki.wiki.model.BBCodeModel
 
parseBBCodes() - Method in interface info.bliki.wiki.model.IWikiModel
Parse BBCode (Bulletin Board Code), like syntax codes in this wiki.
ParseData - Class in info.bliki.api
Manages parse data from the Wikimedia API
ParseData() - Constructor for class info.bliki.api.ParseData
 
parseEvents(IEventListener, String) - Method in class info.bliki.wiki.model.AbstractWikiModel
Parse the raw Wikipedia text and notify the listener
parseEvents(IEventListener, String) - Method in interface info.bliki.wiki.model.IWikiModel
Parse the raw Wikipedia text and notify the listener
parseForm(String, String, boolean) - Static method in class info.bliki.api.HtmlUtilities
 
parseFunction(char[], int, int, IWikiModel) - Method in class info.bliki.wiki.template.AbstractTemplateFunction
 
parseFunction(List<String>, IWikiModel, char[], int, int) - Method in class info.bliki.wiki.template.AbstractTemplateFunction
 
parseFunction(List<String>, IWikiModel, char[], int, int) - Method in class info.bliki.wiki.template.Anchorencode
 
parseFunction(List<String>, IWikiModel, char[], int, int) - Method in class info.bliki.wiki.template.Expr
 
parseFunction(List<String>, IWikiModel, char[], int, int) - Method in class info.bliki.wiki.template.extension.Allmacros
 
parseFunction(List<String>, IWikiModel, char[], int, int) - Method in class info.bliki.wiki.template.extension.DollarContext
 
parseFunction(List<String>, IWikiModel, char[], int, int) - Method in class info.bliki.wiki.template.Formatnum
 
parseFunction(List<String>, IWikiModel, char[], int, int) - Method in class info.bliki.wiki.template.Fullurl
 
parseFunction(List<String>, IWikiModel, char[], int, int) - Method in class info.bliki.wiki.template.If
 
parseFunction(List<String>, IWikiModel, char[], int, int) - Method in class info.bliki.wiki.template.Ifeq
 
parseFunction(List<String>, IWikiModel, char[], int, int) - Method in class info.bliki.wiki.template.Iferror
 
parseFunction(List<String>, IWikiModel, char[], int, int) - Method in class info.bliki.wiki.template.Ifexist
 
parseFunction(List<String>, IWikiModel, char[], int, int) - Method in class info.bliki.wiki.template.Ifexpr
 
parseFunction(List<String>, IWikiModel, char[], int, int) - Method in interface info.bliki.wiki.template.ITemplateFunction
Parse a template function (like for example {{ #if: ... }}) The result is also a text string in Wikipedia syntax notation which will be parsed again (recursively) in the TemplateParser step.
parseFunction(List<String>, IWikiModel, char[], int, int) - Method in class info.bliki.wiki.template.LC
 
parseFunction(List<String>, IWikiModel, char[], int, int) - Method in class info.bliki.wiki.template.LCFirst
 
parseFunction(List<String>, IWikiModel, char[], int, int) - Method in class info.bliki.wiki.template.Localurl
 
parseFunction(List<String>, IWikiModel, char[], int, int) - Method in class info.bliki.wiki.template.NS
 
parseFunction(List<String>, IWikiModel, char[], int, int) - Method in class info.bliki.wiki.template.Padleft
 
parseFunction(List<String>, IWikiModel, char[], int, int) - Method in class info.bliki.wiki.template.Padright
 
parseFunction(List<String>, IWikiModel, char[], int, int) - Method in class info.bliki.wiki.template.Plural
 
parseFunction(List<String>, IWikiModel, char[], int, int) - Method in class info.bliki.wiki.template.Safesubst
 
parseFunction(List<String>, IWikiModel, char[], int, int) - Method in class info.bliki.wiki.template.Subst
 
parseFunction(List<String>, IWikiModel, char[], int, int) - Method in class info.bliki.wiki.template.Switch
 
parseFunction(List<String>, IWikiModel, char[], int, int) - Method in class info.bliki.wiki.template.Tag
 
parseFunction(List<String>, IWikiModel, char[], int, int) - Method in class info.bliki.wiki.template.Time
 
parseFunction(List<String>, IWikiModel, char[], int, int) - Method in class info.bliki.wiki.template.UC
 
parseFunction(List<String>, IWikiModel, char[], int, int) - Method in class info.bliki.wiki.template.UCFirst
 
parseFunction(List<String>, IWikiModel, char[], int, int) - Method in class info.bliki.wiki.template.URLEncode
 
parseHTMLCommentTags(Appendable) - Method in class info.bliki.wiki.filter.TemplateParser
 
parseIncludeWikiTags(StringBuilder, boolean) - Method in class info.bliki.wiki.filter.TemplateParser
See Help:Template#Controlling what gets transcluded
parseInternalImageLink(String, String) - Method in interface info.bliki.wiki.model.IWikiModel
Append the internal wiki image link to this model.
parseInternalImageLink(String, String) - Method in class info.bliki.wiki.model.PDFWikiModel
Deprecated.  
parseInternalImageLink(String, String) - Method in class info.bliki.wiki.model.WikiModel
Append the internal wiki image link to this model.
parseNode(String) - Static method in class info.bliki.wiki.template.expr.eval.DoubleEvaluator
Parse the given expression String and return the resulting ASTNode
parsePHPBBCode(String, StringBuilder) - Method in class info.bliki.wiki.filter.AbstractParser
 
Parser - Class in info.bliki.wiki.template.expr
Create an expression of the ASTNode class-hierarchy from a math formulas string representation See Operator-precedence parser for the idea, how to parse the operators depending on their precedence.
Parser() - Constructor for class info.bliki.wiki.template.expr.Parser
 
Parser(boolean) - Constructor for class info.bliki.wiki.template.expr.Parser
 
Parser(IParserFactory, boolean) - Constructor for class info.bliki.wiki.template.expr.Parser
 
PARSER_RECURSION_LIMIT - Static variable in class info.bliki.wiki.model.Configuration
Limits the recursive call of the Wikipedia and Template parser to a depth of PARSER_RECURSION_LIMIT
parseRecursive(String, IWikiModel, Appendable, boolean, boolean) - Static method in class info.bliki.wiki.filter.TemplateParser
 
parseRecursive(String, IWikiModel, Appendable, boolean, boolean, Map<String, String>) - Static method in class info.bliki.wiki.filter.TemplateParser
 
parseRecursive(String, IWikiModel) - Static method in class info.bliki.wiki.filter.WikipediaParser
Call the parser on the subsequent recursion levels, where the subtexts (of templates, table cells, list items or image captions) don't contain a table of contents (TOC) Note: the wiki model doesn't call the setUp() or tearDown() methods for the subsequent recursive parser steps.
parseRecursive(String, IWikiModel, boolean, boolean) - Static method in class info.bliki.wiki.filter.WikipediaParser
Call the parser on the subsequent recursion levels, where the subtexts (of templates, table cells, list items or image captions) don't contain a table of contents (TOC) Note: the wiki model doesn't call the setUp() or tearDown() methods for the subsequent recursive parser steps.
parseRecursiveInternal(IWikiModel, boolean, boolean) - Method in class info.bliki.wiki.filter.AbstractParser
 
parseRedirect(String, IWikiModel) - Static method in class info.bliki.wiki.filter.AbstractParser
Check the text for a #REDIRECT [[...]]
parseSpecialWikiTags(Appendable) - Method in class info.bliki.wiki.filter.TemplateParser
 
parseTag(int) - Method in class info.bliki.wiki.filter.WikipediaScanner
Parse a tag.
parseTemplates(String) - Method in class info.bliki.wiki.model.AbstractWikiModel
Parse the templates in a raw wikipedia text into a resulting wikipedia text.
parseTemplates(String, boolean) - Method in class info.bliki.wiki.model.AbstractWikiModel
Parse the templates in a raw wikipedia text into a resulting wikipedia text.
parseTemplates(String) - Method in interface info.bliki.wiki.model.IWikiModel
Parse the templates in a raw wikipedia text into a resulting wikipedia text.
parseTemplates(String, boolean) - Method in interface info.bliki.wiki.model.IWikiModel
Parse the templates in a raw wikipedia text into a resulting wikipedia text.
PDFConverter - Class in info.bliki.wiki.filter
A converter which renders the internal node representation as HTML text with <a> tags only rendered with the plain link title
PDFConverter() - Constructor for class info.bliki.wiki.filter.PDFConverter
 
PDFWikiModel - Class in info.bliki.wiki.model
Deprecated. use an extended APIWikiModel instead; see PDFCreatorTest in the test sources
PDFWikiModel(String, String) - Constructor for class info.bliki.wiki.model.PDFWikiModel
Deprecated.  
PDFWikiModel(Locale, String, String) - Constructor for class info.bliki.wiki.model.PDFWikiModel
Deprecated.  
peek() - Method in class info.bliki.wiki.tags.util.TagStack
Looks at the TagToken at the top of this stack without removing it from the stack.
peekNode() - Method in class info.bliki.wiki.model.AbstractWikiModel
Get the current TagNode on top of the internal stack
peekNode() - Method in interface info.bliki.wiki.model.IWikiModel
Get the current TagNode on top of the internal stack
PHPCodeFilter - Class in info.bliki.wiki.tags.code
Syntax highlighting support for PHP source codes
PHPCodeFilter() - Constructor for class info.bliki.wiki.tags.code.PHPCodeFilter
 
PlainTextConverter - Class in info.bliki.wiki.filter
A converter which renders the internal tree node representation as plain text without HTML tags and images
PlainTextConverter(boolean) - Constructor for class info.bliki.wiki.filter.PlainTextConverter
 
PlainTextConverter() - Constructor for class info.bliki.wiki.filter.PlainTextConverter
 
Plural - Class in info.bliki.wiki.template
A template parser function for {{plural: ... }} lower case syntax.
Plural() - Constructor for class info.bliki.wiki.template.Plural
 
PLUS_PRECEDENCE - Static variable in class info.bliki.wiki.template.expr.operator.ASTNodeFactory
 
pop() - Method in class info.bliki.wiki.tags.util.TagStack
Removes the TagToken at the top of this stack and returns that TagToken.
popNode() - Method in class info.bliki.wiki.model.AbstractWikiModel
Pop the current TagNode from top of the internal stack
popNode() - Method in interface info.bliki.wiki.model.IWikiModel
Pop the current TagNode from top of the internal stack
POST - Static variable in class info.bliki.htmlcleaner.util.HtmlForm
 
PostfixOperator - Class in info.bliki.wiki.template.expr.operator
 
PostfixOperator(String, String, int) - Constructor for class info.bliki.wiki.template.expr.operator.PostfixOperator
 
PRE_CLOSE - Static variable in class info.bliki.html.wikipedia.PreTag
 
PRE_OPEN - Static variable in class info.bliki.html.wikipedia.PreTag
 
PrefixOperator - Class in info.bliki.wiki.template.expr.operator
 
PrefixOperator(String, String, int) - Constructor for class info.bliki.wiki.template.expr.operator.PrefixOperator
 
PreMinusOperator - Class in info.bliki.wiki.template.expr.operator
 
PreMinusOperator(String, String, int) - Constructor for class info.bliki.wiki.template.expr.operator.PreMinusOperator
 
PrePlusOperator - Class in info.bliki.wiki.template.expr.operator
 
PrePlusOperator(String, String, int) - Constructor for class info.bliki.wiki.template.expr.operator.PrePlusOperator
 
PreTag - Class in info.bliki.html.wikipedia
 
PreTag() - Constructor for class info.bliki.html.wikipedia.PreTag
 
PreTag - Class in info.bliki.wiki.tags
Wiki tag for the HTML pre Tag.
PreTag() - Constructor for class info.bliki.wiki.tags.PreTag
 
PrettyXmlSerializer - Class in info.bliki.htmlcleaner
Pretty XML serializer - creates resulting XML with indenting lines.
PrettyXmlSerializer(Writer, HtmlCleaner) - Constructor for class info.bliki.htmlcleaner.PrettyXmlSerializer
 
PrintArticle - Class in info.bliki.wiki.dump
Example filter which prints the rendered HTML articles to System.out The number of processed articles is limited by a maximum counter
PrintArticle(int) - Constructor for class info.bliki.wiki.dump.PrintArticle
Example filter which prints the rendered HTML articles to System.out The number of processed articles is limited by a maximum counter max_count
printPrompt(PrintStream, String) - Method in class info.bliki.wiki.template.expr.util.Console
prints a prompt on the console but doesn't print a newline
process(WikiArticle, Siteinfo) - Method in interface info.bliki.wiki.dump.IArticleFilter
Process a single Wikipedia article
process(WikiArticle, Siteinfo) - Method in class info.bliki.wiki.dump.PrintArticle
 
processMagicWord(String, String, IWikiModel) - Static method in class info.bliki.wiki.filter.MagicWord
Process a magic word, returning the value corresponding to the magic word value.
PROJECT_NAMESPACE_KEY - Static variable in interface info.bliki.wiki.namespaces.INamespace
Information about the wiki.
PROJECT_TALK_NAMESPACE_KEY - Static variable in interface info.bliki.wiki.namespaces.INamespace
 
prop(String...) - Method in class info.bliki.api.query.Parse
Which pieces of information to get.
prop(String) - Method in class info.bliki.api.query.Query
Which property to get for the titles/revisions/pageids.
prop(String...) - Method in class info.bliki.api.query.Query
Which properties to get for the titles/revisions/pageids.
pst(String) - Method in class info.bliki.api.query.Parse
Do a pre-save transform on the input before parsing it.
PTag - Class in info.bliki.wiki.tags
 
PTag() - Constructor for class info.bliki.wiki.tags.PTag
 
push(TagToken) - Method in class info.bliki.wiki.tags.util.TagStack
Pushes a TagToken item onto the top of this stack.
push(String) - Method in class info.bliki.wiki.tags.util.TagStack
Pushes a new TagNode created from the nodeString onto the top of this stack.
pushNode(TagToken) - Method in class info.bliki.wiki.model.AbstractWikiModel
Push the given TagNode on top of the internal stack
pushNode(TagToken) - Method in interface info.bliki.wiki.model.IWikiModel
Push the given TagNode on top of the internal stack
put(String, String) - Method in class info.bliki.api.query.RequestBuilder
 
putAll(Map<? extends String, ? extends String>) - Method in class info.bliki.api.query.RequestBuilder
 
putPipedString(String, String...) - Method in class info.bliki.api.query.RequestBuilder
 
putPipedString(String, int...) - Method in class info.bliki.api.query.RequestBuilder
 
PythonCodeFilter - Class in info.bliki.wiki.tags.code
Syntax highlighting support for Python source codes
PythonCodeFilter() - Constructor for class info.bliki.wiki.tags.code.PythonCodeFilter
 

Q

query(User, Query) - Method in class info.bliki.api.Connector
Query the Mediawiki API for some wiki pages.
query(User, List<String>, String[]) - Method in class info.bliki.api.Connector
Query the Mediawiki API for some wiki pages.
Query - Class in info.bliki.api.query
action=query
Query API module allows applications to get needed pieces of data from the MediaWiki databases, and is loosely based on the Query API interface currently available on all MediaWiki servers.
Query() - Constructor for class info.bliki.api.query.Query
 
queryCategories(User, List<String>) - Method in class info.bliki.api.Connector
List all categories the page(s) belong to.
queryCategories(List<String>) - Method in class info.bliki.api.User
 
queryCategories(String[]) - Method in class info.bliki.api.User
 
queryContent(User, List<String>) - Method in class info.bliki.api.Connector
Get the content of Mediawiki wiki pages.
queryContent(List<String>) - Method in class info.bliki.api.User
Get the content of Mediawiki wiki pages.
queryContent(String[]) - Method in class info.bliki.api.User
Get the content of Mediawiki wiki pages.
queryImageinfo(User, List<String>) - Method in class info.bliki.api.Connector
Returns image information and upload history.
queryImageinfo(User, List<String>, int) - Method in class info.bliki.api.Connector
Returns image information and upload history
queryImageinfo(List<String>) - Method in class info.bliki.api.User
 
queryImageinfo(List<String>, int) - Method in class info.bliki.api.User
 
queryImageinfo(String[]) - Method in class info.bliki.api.User
 
queryImageinfo(String[], int) - Method in class info.bliki.api.User
 
queryInfo(User, List<String>) - Method in class info.bliki.api.Connector
Get basic page information such as namespace, title, last touched date, ..
queryInfo(List<String>) - Method in class info.bliki.api.User
 
queryInfo(String[]) - Method in class info.bliki.api.User
 
queryLinks(User, List<String>) - Method in class info.bliki.api.Connector
Returns all links from the given page(s).
queryLinks(List<String>) - Method in class info.bliki.api.User
 
queryLinks(String[]) - Method in class info.bliki.api.User
 
queryXML(User, String[]) - Method in class info.bliki.api.Connector
Get the raw XML result from the Mediawiki API
queryXML(User, List<String>, String[]) - Method in class info.bliki.api.Connector
Get the raw XML result from the Mediawiki API

R

rawSetAttribute(Map, String, Object) - Method in class info.bliki.wiki.model.AbstractWikiModel
Map a value to a named attribute.
readSpecialWikiTags(int) - Method in class info.bliki.wiki.filter.WikipediaScanner
 
readString(PrintStream) - Method in class info.bliki.wiki.template.expr.util.Console
read a string from the console.
readString(PrintStream, String) - Method in class info.bliki.wiki.template.expr.util.Console
read a string from the console.
readUntil(String) - Method in class info.bliki.wiki.filter.AbstractParser
Read the characters until the given string is found
readUntilChar(char) - Method in class info.bliki.wiki.filter.AbstractParser
Read until character is found
readUntilCharOrStopAtEOL(char) - Method in class info.bliki.wiki.filter.AbstractParser
Read until character is found or stop at end-of-line
readUntilEOL() - Method in class info.bliki.wiki.filter.AbstractParser
Read until the end-of-line characters (i.e.
readUntilIgnoreCase(String, String) - Method in class info.bliki.wiki.filter.AbstractParser
Read the characters until the concatenated start and end substring is found.
readUntilIgnoreCase(int, String, String) - Method in class info.bliki.wiki.filter.WikipediaScanner
Read the characters until the concatenated start and end substring is found.
readUrl(URL, String) - Static method in class info.bliki.htmlcleaner.Utils
Reads content from the specified URL with specified charset into string
readWhitespaceUntilEndOfLine(int) - Method in class info.bliki.wiki.filter.AbstractParser
 
readWhitespaceUntilStartOfLine(int) - Method in class info.bliki.wiki.filter.AbstractParser
 
redirects(String) - Method in class info.bliki.api.query.Parse
 
redirects() - Method in class info.bliki.api.query.Query
Automatically resolve redirects.
Reference - Class in info.bliki.wiki.model
Internal class for managing Footnotes
Reference(String) - Constructor for class info.bliki.wiki.model.Reference
 
Reference(String, String) - Constructor for class info.bliki.wiki.model.Reference
 
ReferencesTag - Class in info.bliki.wiki.tags
Wiki tag for references <references /> See Footnotes
ReferencesTag() - Constructor for class info.bliki.wiki.tags.ReferencesTag
 
RefTag - Class in info.bliki.wiki.tags
Wiki tag for references <ref>reference text...
RefTag() - Constructor for class info.bliki.wiki.tags.RefTag
 
RegexValidator - Class in info.bliki.commons.validator.routines
Regular Expression validation (using JDK 1.4+ regex support).
RegexValidator(String) - Constructor for class info.bliki.commons.validator.routines.RegexValidator
Construct a case sensitive validator for a single regular expression.
RegexValidator(String, boolean) - Constructor for class info.bliki.commons.validator.routines.RegexValidator
Construct a validator for a single regular expression with the specified case sensitivity.
RegexValidator(String[]) - Constructor for class info.bliki.commons.validator.routines.RegexValidator
Construct a case sensitive validator that matches any one of the set of regular expressions.
RegexValidator(String[], boolean) - Constructor for class info.bliki.commons.validator.routines.RegexValidator
Construct a validator that matches any one of the set of regular expressions with the specified case sensitivity.
registerRenderer(Class, AttributeRenderer) - Method in class info.bliki.wiki.model.AbstractWikiModel
Register a renderer for all objects of a particular type.
registerRenderer(Class, AttributeRenderer) - Method in interface info.bliki.wiki.model.IContext
Register a renderer for all objects of a particular type.
remove(String) - Method in class info.bliki.api.query.RequestBuilder
 
remove(int) - Method in class info.bliki.wiki.template.expr.ast.FunctionNode
 
remove(Object) - Method in class info.bliki.wiki.template.expr.ast.FunctionNode
 
removeAll(Collection<?>) - Method in class info.bliki.wiki.template.expr.ast.FunctionNode
 
removeAllowedAttribute(String) - Static method in class info.bliki.htmlcleaner.TagNode
 
removeAttribute(String) - Method in class info.bliki.wiki.tags.util.WikiTagNode
Remove the attribute with the given key, if it exists.
render(ITextConverter, String) - Method in class info.bliki.wiki.model.AbstractWikiModel
Render the raw Wikipedia text into a string for a given converter
render(String) - Method in class info.bliki.wiki.model.AbstractWikiModel
Render the raw Wikipedia text into an HTML string and use the default HTMLConverter
render(ITextConverter, String) - Method in interface info.bliki.wiki.model.IWikiModel
Render the raw Wikipedia text into a string for a given converter
render(String) - Method in interface info.bliki.wiki.model.IWikiModel
Render the raw Wikipedia text into an HTML string and use the default HTMLConverter
RENDERER_RECURSION_LIMIT - Static variable in class info.bliki.wiki.model.Configuration
Limits the recursive call of the HTMLConverter renderer to a depth of RENDERER_RECURSION_LIMIT
renderHTML(ITextConverter, Appendable, IWikiModel) - Method in class info.bliki.wiki.filter.WPCell
 
renderHTML(ITextConverter, Appendable, IWikiModel) - Method in class info.bliki.wiki.filter.WPList
 
renderHTML(ITextConverter, Appendable, IWikiModel) - Method in class info.bliki.wiki.filter.WPRow
 
renderHTML(ITextConverter, Appendable, IWikiModel) - Method in class info.bliki.wiki.filter.WPTable
 
renderHTML(ITextConverter, Appendable, IWikiModel) - Method in class info.bliki.wiki.tags.ATag
 
renderHTML(ITextConverter, Appendable, IWikiModel) - Method in class info.bliki.wiki.tags.extension.ChartTag
 
renderHTML(ITextConverter, Appendable, IWikiModel) - Method in class info.bliki.wiki.tags.HTMLTag
 
renderHTML(ITextConverter, Appendable, IWikiModel) - Method in class info.bliki.wiki.tags.MathTag
 
renderHTML(ITextConverter, Appendable, IWikiModel) - Method in class info.bliki.wiki.tags.NowikiTag
 
renderHTML(ITextConverter, Appendable, IWikiModel) - Method in class info.bliki.wiki.tags.PreTag
 
renderHTML(ITextConverter, Appendable, IWikiModel) - Method in class info.bliki.wiki.tags.PTag
 
renderHTML(ITextConverter, Appendable, IWikiModel) - Method in class info.bliki.wiki.tags.ReferencesTag
 
renderHTML(ITextConverter, Appendable, IWikiModel) - Method in class info.bliki.wiki.tags.RefTag
 
renderHTML(ITextConverter, Appendable, IWikiModel) - Method in class info.bliki.wiki.tags.SourceTag
 
renderHTML(ITextConverter, Appendable, IWikiModel) - Method in class info.bliki.wiki.tags.TableOfContentTag
 
renderHTML(ITextConverter, Appendable, IWikiModel) - Method in class info.bliki.wiki.tags.WPATag
 
renderHTML(ITextConverter, Appendable, IWikiModel) - Method in class info.bliki.wiki.tags.WPBoldItalicTag
 
renderHTML(ITextConverter, Appendable, IWikiModel) - Method in class info.bliki.wiki.tags.WPPreTag
 
renderHTML(ITextConverter, Appendable, IWikiModel) - Method in class info.bliki.wiki.tags.WPTag
 
renderHTMLWithoutTag(ITextConverter, Appendable, IWikiModel) - Method in class info.bliki.wiki.tags.HTMLTag
 
renderPDF(String) - Method in class info.bliki.wiki.model.AbstractWikiModel
Render the raw Wikipedia text into an HTML string and use the default PDFConverter.
renderPDF(String) - Method in interface info.bliki.wiki.model.IWikiModel
Render the raw Wikipedia text into an HTML string and use the default PDFConverter.
renderPlainText(ITextConverter, Appendable, IWikiModel) - Method in class info.bliki.wiki.filter.WPCell
 
renderPlainText(ITextConverter, Appendable, IWikiModel) - Method in class info.bliki.wiki.filter.WPList
 
renderPlainText(ITextConverter, Appendable, IWikiModel) - Method in class info.bliki.wiki.filter.WPRow
 
renderPlainText(ITextConverter, Appendable, IWikiModel) - Method in class info.bliki.wiki.filter.WPTable
 
replaceColon() - Method in class info.bliki.wiki.model.AbstractWikiModel
Replace a colon ':' with a slash '/' in wiki names (i.e. links, categories, templates)
replaceColon() - Method in interface info.bliki.wiki.model.IWikiModel
Replace a colon ':' with a slash '/' in wiki names (i.e. links, categories, templates)
replaceColon() - Method in class info.bliki.wiki.model.WikiModel
Replace a colon ':' with a slash '/' in wiki names (i.e. links, categories, templates)
replaceTemplateParameters(String, Map<String, String>) - Method in class info.bliki.wiki.filter.WikipediaScanner
Replace the wiki template parameters in the given template string
RequestBuilder - Class in info.bliki.api.query
 
RequestBuilder() - Constructor for class info.bliki.api.query.RequestBuilder
Constructor sets the following default values: output format to 'xml' action to 'query'
requestid() - Method in class info.bliki.api.query.RequestBuilder
Request ID to distinguish requests.
RESOURCE_BUNDLE - Static variable in class info.bliki.Messages
 
retainAll(Collection<?>) - Method in class info.bliki.wiki.template.expr.ast.FunctionNode
 
revids(int...) - Method in class info.bliki.api.query.Query
A list of revision IDs to work on
Revision - Class in info.bliki.api
Manages revision data from the Wikimedia API
Revision() - Constructor for class info.bliki.api.Revision
 
RFC822DATEFORMAT - Variable in class info.bliki.wiki.template.Time
 
RIGHT_ASSOCIATIVE - Static variable in class info.bliki.wiki.template.expr.operator.InfixOperator
 
rowCount - Variable in class info.bliki.wiki.template.expr.Scanner
Row counter for syntax errors.
rtrim(String) - Static method in class info.bliki.htmlcleaner.Utils
Trims specified string from right.
runParser() - Method in class info.bliki.wiki.filter.AbstractParser
 
runParser(Appendable) - Method in class info.bliki.wiki.filter.TemplateParser
 
runParser() - Method in class info.bliki.wiki.filter.TemplateParser
 
runParser() - Method in class info.bliki.wiki.filter.WikipediaParser
 
runPreprocessParser(StringBuilder, boolean) - Method in class info.bliki.wiki.filter.TemplateParser
Preprocess parsing of the <includeonly>, <onlyinclude> and <noinclude> tags

S

Safesubst - Class in info.bliki.wiki.template
A template parser function for {{safesubst: ... }}.
Safesubst() - Constructor for class info.bliki.wiki.template.Safesubst
 
saveData(String, String) - Method in class info.bliki.api.MediaWikiComm
Saves data back to the wiki page.
Scanner - Class in info.bliki.wiki.template.expr
 
Scanner() - Constructor for class info.bliki.wiki.template.expr.Scanner
Initialize Scanner without a math-expression
scanWhiteSpace() - Method in class info.bliki.wiki.filter.WikipediaScanner
 
search(String) - Method in class info.bliki.api.query.OpenSearch
 
SearchResult - Class in info.bliki.api
Manages search result data from the Wikimedia API
SearchResult() - Constructor for class info.bliki.api.SearchResult
 
section(int) - Method in class info.bliki.api.query.Edit
 
SectionHeader - Class in info.bliki.wiki.filter
A pair of String's used for the creation of "table of contents" (TOC)
SectionHeader(int, int, int, String, String) - Constructor for class info.bliki.wiki.filter.SectionHeader
 
SemanticAttribute - Class in info.bliki.wiki.model
A semantic web attribute See Semantic MediaWiki for more information.
SemanticAttribute(String, String) - Constructor for class info.bliki.wiki.model.SemanticAttribute
 
semanticAttributes - Variable in class info.bliki.wiki.model.WikiModel
 
SemanticRelation - Class in info.bliki.wiki.model
A semantic web relation See Semantic MediaWiki for more information.
SemanticRelation(String, String) - Constructor for class info.bliki.wiki.model.SemanticRelation
 
semanticRelations - Variable in class info.bliki.wiki.model.WikiModel
 
serialize(XmlSerializer) - Method in interface info.bliki.htmlcleaner.BaseToken
 
serialize(XmlSerializer) - Method in class info.bliki.htmlcleaner.CommentToken
 
serialize(TagNode) - Method in class info.bliki.htmlcleaner.CompactXmlSerializer
 
serialize(XmlSerializer) - Method in class info.bliki.htmlcleaner.ContentToken
 
serialize(XmlSerializer) - Method in class info.bliki.htmlcleaner.DoctypeToken
 
serialize(XmlSerializer) - Method in class info.bliki.htmlcleaner.EndTagToken
 
serialize(TagNode) - Method in class info.bliki.htmlcleaner.PrettyXmlSerializer
 
serialize(TagNode) - Method in class info.bliki.htmlcleaner.SimpleXmlSerializer
 
serialize(XmlSerializer) - Method in class info.bliki.htmlcleaner.TagNode
 
serialize(TagNode) - Method in class info.bliki.htmlcleaner.XmlSerializer
 
serializeEndTag(TagNode, boolean) - Method in class info.bliki.htmlcleaner.XmlSerializer
 
serializeEndTag(TagNode) - Method in class info.bliki.htmlcleaner.XmlSerializer
 
serializeOpenTag(TagNode, boolean) - Method in class info.bliki.htmlcleaner.XmlSerializer
 
serializeOpenTag(TagNode) - Method in class info.bliki.htmlcleaner.XmlSerializer
 
serializePrettyXml(TagNode, int) - Method in class info.bliki.htmlcleaner.PrettyXmlSerializer
 
set(int, ASTNode) - Method in class info.bliki.wiki.template.expr.ast.FunctionNode
 
setAction(String) - Method in class info.bliki.htmlcleaner.util.HtmlForm
 
setAdvancedXmlEscape(boolean) - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
setAlt(String) - Method in class info.bliki.wiki.model.ImageFormat
 
setAnon(String) - Method in class info.bliki.api.Revision
 
setAssignment(String) - Method in class info.bliki.wiki.tags.util.Attribute
Set the assignment string of this attribute.
setAttribute(String, Object) - Method in class info.bliki.wiki.model.AbstractWikiModel
Set an attribute for this template.
setAttribute(String, Object) - Method in interface info.bliki.wiki.model.IContext
Set an attribute for this template.
setAttribute(String) - Method in class info.bliki.wiki.model.SemanticAttribute
 
setAttribute(String, String) - Method in class info.bliki.wiki.tags.util.WikiTagNode
Set attribute with given key, value pair.
setAttribute(String, String, char) - Method in class info.bliki.wiki.tags.util.WikiTagNode
Set attribute with given key, value pair where the value is quoted by quote.
setAttribute(NodeAttribute) - Method in class info.bliki.wiki.tags.util.WikiTagNode
Set an attribute.
setAttributeEx(NodeAttribute) - Method in class info.bliki.wiki.tags.util.WikiTagNode
Set an attribute.
setAttributeRenderers(Map) - Method in class info.bliki.wiki.model.AbstractWikiModel
Specify a complete map of what object classes should map to which renderer objects.
setAttributesEx(List<NodeAttribute>) - Method in class info.bliki.wiki.tags.util.WikiTagNode
Sets the attributes.
setBase(String) - Method in class info.bliki.wiki.dump.Siteinfo
 
setBelongsTo(int) - Method in class info.bliki.htmlcleaner.TagInfo
 
setBody(String) - Method in class info.bliki.api.Template
 
setBodyNode(TagNode) - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
setCaption(String) - Method in class info.bliki.wiki.model.ImageFormat
 
setCategories(List<PageInfo>) - Method in class info.bliki.api.ParseData
 
setCharacterCase(String) - Method in class info.bliki.wiki.dump.Siteinfo
 
setChildTags(Set) - Method in class info.bliki.htmlcleaner.TagInfo
 
setCloseStr(String) - Method in class info.bliki.html.wikipedia.OpenCloseTag
 
setCode(String) - Method in class info.bliki.api.ErrorData
 
setContent(String) - Method in class info.bliki.api.Revision
 
setContentType(String) - Method in class info.bliki.htmlcleaner.TagInfo
 
setCopyTags(Set) - Method in class info.bliki.htmlcleaner.TagInfo
 
setCurrentRevision(Revision) - Method in class info.bliki.api.Page
 
setDefaultThumbWidth(ImageFormat) - Method in class info.bliki.wiki.model.AbstractWikiModel
Set the default thumb format width.
setDeprecated(boolean) - Method in class info.bliki.htmlcleaner.TagInfo
 
setDisplaytitle(String) - Method in class info.bliki.api.ParseData
 
setEditToken(String) - Method in class info.bliki.api.Page
 
setEmbeddedText(String) - Method in class info.bliki.htmlcleaner.util.HtmlForm.Element
 
setEmptyXmlTag(boolean) - Method in class info.bliki.wiki.tags.util.WikiTagNode
Set this tag to be an empty xml node, or not.
setEncType(String) - Method in class info.bliki.htmlcleaner.util.HtmlForm
 
setEndPosition(int) - Method in class info.bliki.wiki.tags.util.AbstractNode
Sets the ending position of the node.
setErrorData(ErrorData) - Method in exception info.bliki.api.UnexpectedAnswerException
 
setExists(String) - Method in class info.bliki.api.Template
 
setFactory(IParserFactory) - Method in class info.bliki.wiki.template.expr.Parser
 
setFatalTag(String) - Method in class info.bliki.htmlcleaner.TagInfo
 
setFile(File) - Method in class info.bliki.wiki.template.expr.util.Console
 
setFilename(String) - Method in class info.bliki.wiki.model.ImageFormat
 
setFirst(String) - Method in class info.bliki.wiki.filter.StringPair
 
setFormed() - Method in class info.bliki.htmlcleaner.TagNode
 
setGenerator(String) - Method in class info.bliki.wiki.dump.Siteinfo
 
setHigherTags(Set) - Method in class info.bliki.htmlcleaner.TagInfo
 
setHyphenReplacementInComment(String) - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
setID(String) - Method in class info.bliki.htmlcleaner.util.HtmlForm
 
setId(String) - Method in class info.bliki.wiki.dump.WikiArticle
The ID of the wiki article to set.
setIgnorePermitted(boolean) - Method in class info.bliki.htmlcleaner.TagInfo
 
setImageThumbUrl(String) - Method in class info.bliki.api.Page
 
setImageUrl(String) - Method in class info.bliki.api.Page
Set the imageUrl of this page if this is an [[Image:...]]
setInfo(String) - Method in class info.bliki.api.ErrorData
 
setInnerTag(String) - Method in class info.bliki.wiki.tags.WPBoldItalicTag
 
setInputHTML(String) - Method in class info.bliki.html.HTML2WikiConverter
 
setIntegerNamespace(Integer) - Method in class info.bliki.wiki.dump.WikiArticle
 
setItemsToMove(List<Object>) - Method in class info.bliki.htmlcleaner.TagNode
 
setLink(String) - Method in class info.bliki.wiki.model.ImageFormat
 
setLinks(List<Link>) - Method in class info.bliki.api.ParseData
 
setLocation(String) - Method in class info.bliki.wiki.model.ImageFormat
 
setMethod(int) - Method in class info.bliki.htmlcleaner.util.HtmlForm
 
setModel(IWikiModel) - Method in interface info.bliki.wiki.filter.IParser
 
setModel(IWikiModel) - Method in class info.bliki.wiki.filter.WikipediaScanner
 
setMustCloseTags(Set) - Method in class info.bliki.htmlcleaner.TagInfo
 
setName(String) - Method in class info.bliki.htmlcleaner.TagInfo
 
setName(String) - Method in class info.bliki.htmlcleaner.TagToken
 
setName(String) - Method in class info.bliki.htmlcleaner.util.HtmlForm
 
setName(String) - Method in class info.bliki.wiki.tags.util.Attribute
Set the name of this attribute.
setNameEndPosition(int) - Method in class info.bliki.wiki.tags.util.NodeAttribute
Set the ending position of the attribute name.
setNamespace(String) - Method in class info.bliki.wiki.dump.WikiArticle
 
setNamespace(String) - Method in class info.bliki.wiki.model.ImageFormat
 
setNameStartPosition(int) - Method in class info.bliki.wiki.tags.util.NodeAttribute
Set the starting position of the attribute name.
setNormalizedUsername(String) - Method in class info.bliki.api.User
 
setNoToC(boolean) - Method in class info.bliki.wiki.filter.AbstractParser
 
setNoToC(boolean) - Method in interface info.bliki.wiki.filter.IParser
Set the no table of contents render mode
setNoToC(boolean) - Method in class info.bliki.wiki.filter.TemplateParser
 
setNoToC(boolean) - Method in class info.bliki.wiki.filter.WikipediaParser
 
setNs(String) - Method in class info.bliki.api.Link
 
setNs(String) - Method in class info.bliki.api.PageInfo
 
setNs(String) - Method in class info.bliki.api.Template
 
setOmitComments(boolean) - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
setOmitDeprecatedTags(boolean) - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
setOmitDoctypeDeclaration(boolean) - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
setOmitUnknownTags(boolean) - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
setOmitXmlDeclaration(boolean) - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
setOmitXmlnsAttributes(boolean) - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
setOpenStr(String) - Method in class info.bliki.html.wikipedia.OpenCloseTag
 
setOriginalSource(String) - Method in class info.bliki.htmlcleaner.TagToken
 
setOuterTag(String) - Method in class info.bliki.wiki.tags.WPBoldItalicTag
 
setPageid(String) - Method in class info.bliki.api.PageInfo
 
setPageName(String) - Method in class info.bliki.wiki.model.AbstractWikiModel
Set the title of the currently rendered page data.
setPageName(String) - Method in interface info.bliki.wiki.model.IWikiModel
Set the title of the currently rendered page data.
setParams(String) - Method in class info.bliki.wiki.filter.WPRow
 
setParams(String) - Method in class info.bliki.wiki.filter.WPTable
 
setParent(TagNode) - Method in class info.bliki.htmlcleaner.TagNode
 
setPermittedTags(Set) - Method in class info.bliki.htmlcleaner.TagInfo
 
setPosition(int) - Method in class info.bliki.wiki.filter.WikipediaScanner
 
setQuote(char) - Method in class info.bliki.wiki.tags.util.Attribute
Set the quote surrounding the value of the attribute.
setRawValue(String) - Method in class info.bliki.wiki.tags.util.Attribute
Set the value of the attribute and the quote character.
setRecognizeUnicodeChars(boolean) - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
setRelation(String) - Method in class info.bliki.wiki.model.SemanticRelation
 
setRequiredParent(String) - Method in class info.bliki.htmlcleaner.TagInfo
 
setResult(String) - Method in class info.bliki.api.User
 
setRevisionId(String) - Method in class info.bliki.wiki.dump.WikiArticle
The ID of the revision of the wiki article to set.
setSecond(String) - Method in class info.bliki.wiki.filter.StringPair
 
setSemanticWebActive(boolean) - Method in class info.bliki.wiki.model.AbstractWikiModel
Activate the parsing of semantic Mediawiki (SMW) links See Semantic MediaWiki for more information.
setSemanticWebActive(boolean) - Method in interface info.bliki.wiki.model.IWikiModel
Activate the parsing of semantic Mediawiki (SMW) links See Semantic MediaWiki for more information.
setShowToC(boolean) - Method in interface info.bliki.wiki.model.ITableOfContent
Enable or disable the rendering of the "table of content"
setShowToC(boolean) - Method in class info.bliki.wiki.tags.TableOfContentTag
Enable or disable the rendering of the "table of content"
setSitename(String) - Method in class info.bliki.wiki.dump.Siteinfo
 
setSize(String) - Method in class info.bliki.api.SearchResult
 
setSize(String) - Method in class info.bliki.wiki.model.ImageFormat
Set the size of the image in pixel.
setSnippet(String) - Method in class info.bliki.api.SearchResult
 
setStartPos(int) - Method in class info.bliki.wiki.filter.WPCell
 
setStartPos(int) - Method in class info.bliki.wiki.filter.WPListElement
 
setStartPosition(int) - Method in class info.bliki.wiki.tags.util.AbstractNode
Sets the starting position of the node.
setTagBegin(int) - Method in class info.bliki.wiki.tags.util.WikiTagNode
Sets the nodeBegin.
setTagEnd(int) - Method in class info.bliki.wiki.tags.util.WikiTagNode
Sets the nodeEnd.
setTagName(String) - Method in class info.bliki.wiki.tags.util.WikiTagNode
Set the name of this tag.
setTemplate(boolean) - Method in class info.bliki.wiki.tags.HTMLTag
Set if the text is rendered as a template.
setTemplateCallsCache(Map<String, String>) - Method in class info.bliki.wiki.model.AbstractWikiModel
Set a cache map implementation.
setTemplateCallsCache(Map<String, String>) - Method in class info.bliki.wiki.model.Configuration
Set a cache map implementation.
setTemplateCallsCache(Map<String, String>) - Method in interface info.bliki.wiki.model.IConfiguration
Set a cache map implementation.
setTemplates(List<Template>) - Method in class info.bliki.api.ParseData
 
setText(String) - Method in class info.bliki.api.ParseData
 
setText(String) - Method in class info.bliki.wiki.dump.WikiArticle
 
setText(String) - Method in class info.bliki.wiki.tags.util.AbstractNode
Sets the string contents of the node.
setTimestamp(String) - Method in class info.bliki.api.Revision
 
setTimestamp(String) - Method in class info.bliki.api.SearchResult
 
setTimeStamp(String) - Method in class info.bliki.wiki.dump.WikiArticle
 
setTitle(String) - Method in class info.bliki.api.Link
 
setTitle(String) - Method in class info.bliki.api.PageInfo
 
setTitle(String) - Method in class info.bliki.wiki.dump.WikiArticle
Deprecated.  
setTitle(String, Siteinfo) - Method in class info.bliki.wiki.dump.WikiArticle
 
setTOCIdentifier(boolean) - Method in class info.bliki.wiki.tags.TableOfContentTag
 
setToken(String) - Method in class info.bliki.api.User
 
setTranslateSpecialEntities(boolean) - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
setType(int) - Method in class info.bliki.wiki.filter.WPCell
 
setType(int) - Method in class info.bliki.wiki.filter.WPRow
 
setType(String) - Method in class info.bliki.wiki.model.ImageFormat
 
setUnique(boolean) - Method in class info.bliki.htmlcleaner.TagInfo
 
setUp() - Method in class info.bliki.wiki.model.AbstractWikiModel
Prepare or initialize the wiki model before rendering the wikipedia text
setUp() - Method in interface info.bliki.wiki.model.IWikiModel
Prepare or initialize the wiki model before rendering the wikipedia text
setUp() - Method in class info.bliki.wiki.model.WikiModel
Prepare or initialize the wiki model before rendering the wikipedia text
setUseCdataForScriptAndStyle(boolean) - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
setUser(String) - Method in class info.bliki.api.Revision
 
setUserid(String) - Method in class info.bliki.api.User
 
setValue(String) - Method in class info.bliki.wiki.model.SemanticAttribute
 
setValue(String) - Method in class info.bliki.wiki.model.SemanticRelation
 
setValue(String) - Method in class info.bliki.wiki.tags.util.Attribute
Set the value of the attribute.
setValue(double) - Method in interface info.bliki.wiki.template.expr.eval.IDoubleValue
 
setValueEndPosition(int) - Method in class info.bliki.wiki.tags.util.NodeAttribute
Set the ending position of the attribute value.
setValueStartPosition(int) - Method in class info.bliki.wiki.tags.util.NodeAttribute
Set the starting position of the attribute value.
setWidth(int) - Method in class info.bliki.wiki.model.ImageFormat
Set the width of the image in pixel.
setWordCount(String) - Method in class info.bliki.api.SearchResult
 
showSyntax(String) - Method in class info.bliki.wiki.model.AbstractWikiModel
Show the syntax highlighting of the source code
showSyntax(String) - Method in interface info.bliki.wiki.model.IWikiModel
Show the syntax highlighting of the source code
sign - Variable in class info.bliki.wiki.template.expr.ast.NumberNode
 
SimpleXmlSerializer - Class in info.bliki.htmlcleaner
Simple XML serializer - creates resulting XML without indenting lines.
SimpleXmlSerializer(Writer, HtmlCleaner) - Constructor for class info.bliki.htmlcleaner.SimpleXmlSerializer
 
Siteinfo - Class in info.bliki.wiki.dump
The site and namespace information found in the header of a Mediawiki dump
Siteinfo() - Constructor for class info.bliki.wiki.dump.Siteinfo
 
Sitematrix - Class in info.bliki.api.query
Module Sitematrix action=sitematrix (sm) .
Sitematrix() - Constructor for class info.bliki.api.query.Sitematrix
 
size() - Method in class info.bliki.api.query.RequestBuilder
 
size() - Method in class info.bliki.wiki.filter.WPRow
 
size() - Method in class info.bliki.wiki.filter.WPTable
 
size() - Method in class info.bliki.wiki.template.expr.ast.FunctionNode
 
sizeOfCategoryList() - Method in class info.bliki.api.Page
 
sizeOfLinksList() - Method in class info.bliki.api.Page
 
smaxage(int) - Method in class info.bliki.api.query.RequestBuilder
Set the s-maxage header to this many seconds.
SOURCE_CLOSE - Static variable in class info.bliki.html.wikipedia.PreTag
 
SOURCE_END - Static variable in class info.bliki.wiki.tags.SourceTag
 
SOURCE_OPEN - Static variable in class info.bliki.html.wikipedia.PreTag
 
SOURCE_START_1 - Static variable in class info.bliki.wiki.tags.SourceTag
 
SOURCE_START_2 - Static variable in class info.bliki.wiki.tags.SourceTag
 
SourceCodeFormatter - Interface in info.bliki.wiki.tags.code
Displays source code with syntax highlighting
SourceTag - Class in info.bliki.wiki.tags
Allows source code to be syntax highlighted on the wiki pages.
SourceTag() - Constructor for class info.bliki.wiki.tags.SourceTag
 
SPECIAL_BLOCK_TAGS - Static variable in class info.bliki.wiki.model.Configuration
 
SPECIAL_NAMESPACE_KEY - Static variable in interface info.bliki.wiki.namespaces.INamespace
Holds special pages.
SpecialEntities - Class in info.bliki.htmlcleaner
This class contains map with special entities used in HTML and their unicodes.
SpecialEntities() - Constructor for class info.bliki.htmlcleaner.SpecialEntities
 
splitByPipe(String, List<String>) - Static method in class info.bliki.wiki.filter.WikipediaScanner
Split the given src string by pipe symbol (i.e.
splitByPipe(char[], int, int, List<String>) - Static method in class info.bliki.wiki.filter.WikipediaScanner
Split the given src character array by pipe symbol (i.e.
SQLCodeFilter - Class in info.bliki.wiki.tags.code
 
SQLCodeFilter() - Constructor for class info.bliki.wiki.tags.code.SQLCodeFilter
 
stackSize() - Method in class info.bliki.wiki.model.AbstractWikiModel
The size of the internal stack
stackSize() - Method in interface info.bliki.wiki.model.IWikiModel
The size of the internal stack
startDocument() - Method in class info.bliki.api.AbstractXMLParser
 
startDocument() - Method in class info.bliki.wiki.dump.WikiXMLParser
 
startElement(String, String, String, Attributes) - Method in class info.bliki.api.HtmlUtilities.HtmlFormHandler
Receive notification of the start of an element.
startElement(String, String, String, Attributes) - Method in class info.bliki.api.XMLCategoryMembersParser
 
startElement(String, String, String, Attributes) - Method in class info.bliki.api.XMLEditParser
 
startElement(String, String, String, Attributes) - Method in class info.bliki.api.XMLPagesParser
 
startElement(String, String, String, Attributes) - Method in class info.bliki.api.XMLParseParser
 
startElement(String, String, String, Attributes) - Method in class info.bliki.api.XMLSearchParser
 
startElement(String, String, String, Attributes) - Method in class info.bliki.api.XMLUserParser
 
startElement(String, String, String, Attributes) - Method in class info.bliki.wiki.dump.WikiXMLParser
 
startsWith(String, int, String, boolean) - Static method in class info.bliki.wiki.filter.WikipediaScanner
Check if a String starts with a specified prefix (optionally case insensitive).
StringNode - Class in info.bliki.wiki.template.expr.ast
A node for a parsed string (i.e. delimited by double quotes)
StringNode(String) - Constructor for class info.bliki.wiki.template.expr.ast.StringNode
 
StringPair - Class in info.bliki.wiki.filter
A pair of String's used for the creation of "table of contents" (TOC)
StringPair(String, String) - Constructor for class info.bliki.wiki.filter.StringPair
 
subList(int, int) - Method in class info.bliki.wiki.template.expr.ast.FunctionNode
 
Subst - Class in info.bliki.wiki.template
A template parser function for {{subst: ... }}.
Subst() - Constructor for class info.bliki.wiki.template.Subst
 
substituteTemplateCall(String, Map<String, String>, Appendable) - Method in class info.bliki.wiki.model.AbstractWikiModel
Substitute the template name by the template content and parameters and append the new content to the writer.
substituteTemplateCall(String, Map<String, String>, Appendable) - Method in interface info.bliki.wiki.model.IWikiModel
Substitute the template name by the template content and parameters and append the new content to the writer.
SubtractOperator - Class in info.bliki.wiki.template.expr.operator
 
SubtractOperator(String, String, int, int) - Constructor for class info.bliki.wiki.template.expr.operator.SubtractOperator
 
SUCCESS_ID - Static variable in class info.bliki.api.User
 
swapStack(TagStack) - Method in class info.bliki.wiki.model.AbstractWikiModel
swapStack(TagStack) - Method in interface info.bliki.wiki.model.IWikiModel
 
Switch - Class in info.bliki.wiki.template
A template parser function for {{ #switch: ... }} syntax.
Switch() - Constructor for class info.bliki.wiki.template.Switch
 
SymbolNode - Class in info.bliki.wiki.template.expr.ast
A node for a parsed symbol string (i.e.
SymbolNode(String) - Constructor for class info.bliki.wiki.template.expr.ast.SymbolNode
 
SyntaxError - Exception in info.bliki.wiki.template.expr
Exception for a syntax error detected by the parser for a Mediawiki template expression.
SyntaxError(int, int, int, String, String, int) - Constructor for exception info.bliki.wiki.template.expr.SyntaxError
SyntaxError exception

T

TableGCTag - Class in info.bliki.html.googlecode
 
TableGCTag() - Constructor for class info.bliki.html.googlecode.TableGCTag
 
TableOfContentTag - Class in info.bliki.wiki.tags
Wiki tag for rendering the "table of contents" inside a wikipedia article
TableOfContentTag(String) - Constructor for class info.bliki.wiki.tags.TableOfContentTag
 
TableTag - Class in info.bliki.html.wikipedia
 
TableTag() - Constructor for class info.bliki.html.wikipedia.TableTag
 
Tag - Class in info.bliki.wiki.template
A template parser function for {{ #tag: ... }} syntax.
Tag() - Constructor for class info.bliki.wiki.template.Tag
 
TAG_NAME - Static variable in class info.bliki.wiki.filter.WikipediaScanner
 
TAG_TOKEN_MAP - Static variable in class info.bliki.wiki.model.Configuration
Map the HTML token string to the correspoding TagToken implementation
TagInfo - Class in info.bliki.htmlcleaner
Class contains information about single HTML tag.
TagInfo(String, String, int, boolean, boolean, boolean, String) - Constructor for class info.bliki.htmlcleaner.TagInfo
 
TagNode - Class in info.bliki.htmlcleaner
XML node node tag - it is produced during cleaning process when all start and end tokens are removed and replaced by instances of TagNode.
TagNode() - Constructor for class info.bliki.htmlcleaner.TagNode
 
TagNode(String) - Constructor for class info.bliki.htmlcleaner.TagNode
 
TagStack - Class in info.bliki.wiki.tags.util
Stack which contains the currently generated HTML/Wiki tags from the parsing process.
TagStack() - Constructor for class info.bliki.wiki.tags.util.TagStack
 
TagStack(int, int) - Constructor for class info.bliki.wiki.tags.util.TagStack
 
TagToken - Class in info.bliki.htmlcleaner
HTML tag token - descendants are start (TagNode) and end token (EndTagToken).
TagToken() - Constructor for class info.bliki.htmlcleaner.TagToken
 
TagToken(String) - Constructor for class info.bliki.htmlcleaner.TagToken
 
TALK_NAMESPACE_KEY - Static variable in interface info.bliki.wiki.namespaces.INamespace
Talk pages of "Real" content
TALKSPACE_MAP - Variable in class info.bliki.wiki.namespaces.Namespace
 
TdGCTag - Class in info.bliki.html.googlecode
 
TdGCTag() - Constructor for class info.bliki.html.googlecode.TdGCTag
 
TdJSPWikiTag - Class in info.bliki.html.jspwiki
 
TdJSPWikiTag() - Constructor for class info.bliki.html.jspwiki.TdJSPWikiTag
 
TdTag - Class in info.bliki.html.wikipedia
 
TdTag() - Constructor for class info.bliki.html.wikipedia.TdTag
 
tearDown() - Method in class info.bliki.wiki.model.AbstractWikiModel
Clean up (i.e. free internal resources) in the wiki model after rendering the wikipedia text, if necessary
tearDown() - Method in interface info.bliki.wiki.model.IWikiModel
Clean up (i.e. free internal resources) in the wiki model after rendering the wikipedia text, if necessary
Template - Class in info.bliki.api
Manages template data from the Wikimedia API
Template() - Constructor for class info.bliki.api.Template
 
TEMPLATE_BUFFER_LIMIT - Static variable in class info.bliki.wiki.model.Configuration
Limits the Scanner buffer.
TEMPLATE_CALLS_CACHE - Static variable in class info.bliki.wiki.model.Configuration
 
TEMPLATE_FUNCTION_MAP - Static variable in class info.bliki.wiki.model.Configuration
Map the template's function name to the TemplateFunction implementation
TEMPLATE_INCLUSION - Static variable in class info.bliki.wiki.filter.MagicWord
 
TEMPLATE_NAMESPACE_KEY - Static variable in interface info.bliki.wiki.namespaces.INamespace
Template pages.
TEMPLATE_RECURSION_LIMIT - Static variable in class info.bliki.wiki.model.Configuration
Limits the recursive call of the Template parser to a depth of TEMPLATE_RECURSION_LIMIT
TEMPLATE_TALK_NAMESPACE_KEY - Static variable in interface info.bliki.wiki.namespaces.INamespace
 
TEMPLATE_VALUE_LIMIT - Static variable in class info.bliki.wiki.model.Configuration
Limits the template parameter value length
TemplateParser - Class in info.bliki.wiki.filter
A template parser for the first pass in the parsing of a Wikipedia text
TemplateParser(String) - Constructor for class info.bliki.wiki.filter.TemplateParser
 
TemplateParser(String, boolean, boolean) - Constructor for class info.bliki.wiki.filter.TemplateParser
 
templates - Variable in class info.bliki.wiki.model.WikiModel
 
text(String) - Method in class info.bliki.api.query.Edit
 
text(String) - Method in class info.bliki.api.query.Parse
Wikitext to parse
TEXTAREA_TAG - Static variable in class info.bliki.api.HtmlUtilities
 
TEXTAREA_TAG - Static variable in class info.bliki.htmlcleaner.util.HtmlFormExtractor
 
TH - Static variable in class info.bliki.wiki.filter.WPCell
The >th< tag should be used
ThGCTag - Class in info.bliki.html.googlecode
 
ThGCTag() - Constructor for class info.bliki.html.googlecode.ThGCTag
 
ThJSPWikiTag - Class in info.bliki.html.jspwiki
 
ThJSPWikiTag() - Constructor for class info.bliki.html.jspwiki.ThJSPWikiTag
 
throwSyntaxError(String) - Method in class info.bliki.wiki.template.expr.Scanner
 
throwSyntaxError(String, int) - Method in class info.bliki.wiki.template.expr.Scanner
 
ThTag - Class in info.bliki.html.wikipedia
 
ThTag() - Constructor for class info.bliki.html.wikipedia.ThTag
 
Time - Class in info.bliki.wiki.template
A template parser function for {{ #time: ... }} syntax.
Time() - Constructor for class info.bliki.wiki.template.Time
Creates a new parser for the #time template function.
TIMES_PRECEDENCE - Static variable in class info.bliki.wiki.template.expr.operator.ASTNodeFactory
 
title - Variable in class info.bliki.api.PageInfo
 
title(String) - Method in class info.bliki.api.query.Edit
 
title(String) - Method in class info.bliki.api.query.Parse
Title of page the text belongs to.
TITLE_ID - Static variable in class info.bliki.api.AbstractXMLParser
 
titles(String) - Method in class info.bliki.api.query.Query
One title to work on
titles(String...) - Method in class info.bliki.api.query.Query
A list of titles to work on
toArray() - Method in class info.bliki.wiki.template.expr.ast.FunctionNode
 
toArray(Object[]) - Method in class info.bliki.wiki.template.expr.ast.FunctionNode
 
toChar(String) - Static method in class info.bliki.wiki.filter.Encoder
 
toEntity(int) - Static method in class info.bliki.wiki.filter.Encoder
 
toggleSign() - Method in class info.bliki.wiki.template.expr.ast.NumberNode
 
ToGoogleCode - Class in info.bliki.html.googlecode
Convert HTML text to Google Code wiki syntax.
ToGoogleCode(boolean, boolean) - Constructor for class info.bliki.html.googlecode.ToGoogleCode
 
ToGoogleCode() - Constructor for class info.bliki.html.googlecode.ToGoogleCode
 
toHtml() - Method in class info.bliki.wiki.tags.util.AbstractNode
Return the HTML for this node.
toHtml(boolean) - Method in class info.bliki.wiki.tags.util.AbstractNode
Return the HTML for this node.
toHtml(boolean) - Method in class info.bliki.wiki.tags.util.WikiTagNode
Render the tag as HTML.
ToJSPWiki - Class in info.bliki.html.jspwiki
Convert HTML text to Google Code wiki syntax
ToJSPWiki(boolean, boolean) - Constructor for class info.bliki.html.jspwiki.ToJSPWiki
 
ToJSPWiki() - Constructor for class info.bliki.html.jspwiki.ToJSPWiki
 
token(String) - Method in class info.bliki.api.query.Edit
 
ToMoinMoin - Class in info.bliki.html.googlecode
Convert HTML text to MoinMoin wiki syntax
ToMoinMoin(boolean, boolean) - Constructor for class info.bliki.html.googlecode.ToMoinMoin
 
ToMoinMoin() - Constructor for class info.bliki.html.googlecode.ToMoinMoin
 
toNodeList(String) - Method in class info.bliki.wiki.model.AbstractWikiModel
Deprecated.  
toPipedString(String...) - Static method in class info.bliki.api.query.RequestBuilder
Utility method to convert an array of strings into a piped separated/formatted string
toPipedString(int...) - Static method in class info.bliki.api.query.RequestBuilder
 
toPlainTextString() - Method in class info.bliki.wiki.tags.util.AbstractNode
Returns a string representation of the node.
toPlainTextString() - Method in class info.bliki.wiki.tags.util.WikiTagNode
Get the plain text from this node.
toString() - Method in class info.bliki.api.ErrorData
 
toString() - Method in class info.bliki.api.Link
 
toString() - Method in class info.bliki.api.Page
 
toString() - Method in class info.bliki.api.PageInfo
 
toString() - Method in class info.bliki.api.query.RequestBuilder
 
toString() - Method in class info.bliki.api.SearchResult
 
toString() - Method in class info.bliki.api.User
 
toString() - Method in class info.bliki.commons.validator.routines.RegexValidator
Provide a String representation of this validator.
toString() - Method in class info.bliki.htmlcleaner.CommentToken
 
toString() - Method in class info.bliki.htmlcleaner.ContentToken
 
toString() - Method in class info.bliki.htmlcleaner.DoctypeToken
 
toString() - Method in class info.bliki.htmlcleaner.TagToken
 
toString() - Method in class info.bliki.wiki.dump.WikiArticle
 
toString() - Method in class info.bliki.wiki.filter.StringPair
 
toString() - Method in class info.bliki.wiki.filter.WPList
 
toString() - Method in class info.bliki.wiki.filter.WPListElement
 
toString() - Method in class info.bliki.wiki.tags.util.Attribute
Get a text representation of this attribute.
toString(StringBuilder) - Method in class info.bliki.wiki.tags.util.Attribute
Get a text representation of this attribute.
toString() - Method in class info.bliki.wiki.template.expr.ast.ASTNode
 
toString() - Method in class info.bliki.wiki.template.expr.ast.FractionNode
 
toString() - Method in class info.bliki.wiki.template.expr.ast.FunctionNode
 
toString() - Method in class info.bliki.wiki.template.expr.ast.IntegerNode
 
toString() - Method in class info.bliki.wiki.template.expr.ast.NumberNode
 
toString() - Method in class info.bliki.wiki.template.expr.eval.DoubleNode
 
toString() - Method in class info.bliki.wiki.template.expr.operator.Operator
 
toString(Object) - Method in interface info.bliki.wiki.template.extension.AttributeRenderer
 
toString(Object, String) - Method in interface info.bliki.wiki.template.extension.AttributeRenderer
 
ToTrac - Class in info.bliki.html.googlecode
Convert HTML text to Trac wiki syntax
ToTrac(boolean, boolean) - Constructor for class info.bliki.html.googlecode.ToTrac
 
ToTrac() - Constructor for class info.bliki.html.googlecode.ToTrac
 
toWiki(IHTMLToWiki) - Method in class info.bliki.html.HTML2WikiConverter
Converts a given HTML string into a wiki text string
ToWikipedia - Class in info.bliki.html.wikipedia
 
ToWikipedia(boolean, boolean, boolean) - Constructor for class info.bliki.html.wikipedia.ToWikipedia
 
ToWikipedia(boolean, boolean) - Constructor for class info.bliki.html.wikipedia.ToWikipedia
 
ToWikipedia() - Constructor for class info.bliki.html.wikipedia.ToWikipedia
 
tracTable(TableOfContentTag) - Method in class info.bliki.wiki.filter.WikipediaScanner
Scan a Trac simple wiki table
TrGCTag - Class in info.bliki.html.googlecode
 
TrGCTag() - Constructor for class info.bliki.html.googlecode.TrGCTag
 
trimNewlineRight(String) - Static method in class info.bliki.htmlcleaner.Utils
Trims specified string from left and right and stops at \n character on the right
trimToSize() - Method in class info.bliki.wiki.template.expr.ast.FunctionNode
 
TrJSPWikiTag - Class in info.bliki.html.jspwiki
 
TrJSPWikiTag() - Constructor for class info.bliki.html.jspwiki.TrJSPWikiTag
 
TrTag - Class in info.bliki.html.wikipedia
 
TrTag() - Constructor for class info.bliki.html.wikipedia.TrTag
 
TT_CONSTANT - Static variable in class info.bliki.wiki.template.expr.Scanner
Token type: constant found in input string
TT_DIGIT - Static variable in class info.bliki.wiki.template.expr.Scanner
Token type: digit 0,1,2,3,4,5,6,7,8,9
TT_EOF - Static variable in class info.bliki.wiki.template.expr.Scanner
Token type: End-of_File
TT_FLOATING_POINT - Static variable in class info.bliki.wiki.template.expr.Scanner
Token type: floating point number
TT_OPERATOR - Static variable in class info.bliki.wiki.template.expr.Scanner
Token type: operator found in input string
TT_PRECEDENCE_CLOSE - Static variable in class info.bliki.wiki.template.expr.Scanner
Token type: closing bracket ')' for sub-formulas with higher precedence
TT_PRECEDENCE_OPEN - Static variable in class info.bliki.wiki.template.expr.Scanner
Token type: opening bracket '(' for sub-formulas with higher precedence

U

UC - Class in info.bliki.wiki.template
A template parser function for {{uc: ... }} upper case syntax.
UC() - Constructor for class info.bliki.wiki.template.UC
 
UCFirst - Class in info.bliki.wiki.template
A template parser function for {{ucfirst: ... }} first character to upper case syntax.
UCFirst() - Constructor for class info.bliki.wiki.template.UCFirst
 
UL_CHAR - Static variable in class info.bliki.wiki.filter.WPList
 
UNDEFINED - Static variable in class info.bliki.wiki.filter.WPCell
No table cell tag specified in the wiki table
UnexpectedAnswerException - Exception in info.bliki.api
this Exception is thrown, when the connection to a server returns unexpected values
UnexpectedAnswerException() - Constructor for exception info.bliki.api.UnexpectedAnswerException
Constructs a new exception with null as its detail message.
UnexpectedAnswerException(String) - Constructor for exception info.bliki.api.UnexpectedAnswerException
Constructs a new exception with the specified detail message.
UnexpectedAnswerException(String, Throwable) - Constructor for exception info.bliki.api.UnexpectedAnswerException
Constructs a new exception with the specified detail message and cause.
UnexpectedAnswerException(Throwable) - Constructor for exception info.bliki.api.UnexpectedAnswerException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
URI_SCHEME_MAP - Static variable in class info.bliki.wiki.model.Configuration
Allowed URI schemes
URLEncode - Class in info.bliki.wiki.template
A template parser function for {{urlencode: ... }} syntax
URLEncode() - Constructor for class info.bliki.wiki.template.URLEncode
 
User - Class in info.bliki.api
Manages user data from the Wikimedia API.
User() - Constructor for class info.bliki.api.User
Deprecated.  
User(String, String, String) - Constructor for class info.bliki.api.User
Create a User for a Mediawiki wiki
User(String, String, String, String) - Constructor for class info.bliki.api.User
Create a User for a Mediawiki wiki
USER_AGENT - Static variable in class info.bliki.api.Connector
 
USER_NAMESPACE_KEY - Static variable in interface info.bliki.wiki.namespaces.INamespace
 
USER_TALK_NAMESPACE_KEY - Static variable in interface info.bliki.wiki.namespaces.INamespace
Talk pages for User Pages
UTF8_CHARSET - Static variable in class info.bliki.api.Connector
 
Util - Class in info.bliki.wiki.filter
 
Utils - Class in info.bliki.htmlcleaner
Common utilities.
Utils() - Constructor for class info.bliki.htmlcleaner.Utils
 

V

validate(String) - Method in class info.bliki.commons.validator.routines.RegexValidator
Validate a value against the set of regular expressions returning a String value of the aggregated groups.
values() - Method in class info.bliki.api.query.RequestBuilder
 
VAR_END - Static variable in class info.bliki.htmlcleaner.Utils
 
VAR_START - Static variable in class info.bliki.htmlcleaner.Utils
 
version(String) - Method in class info.bliki.api.query.RequestBuilder
When showing help, include version for each module
visitBaseToken(BaseToken) - Method in class info.bliki.htmlcleaner.util.AbstractHtmlExtractor
 
visitTokenList(List) - Method in class info.bliki.htmlcleaner.util.AbstractHtmlExtractor
 

W

WIKI_API_CATEGORY1 - Static variable in class info.bliki.Messages
 
WIKI_API_CATEGORY2 - Static variable in class info.bliki.Messages
 
WIKI_API_CATEGORYTALK1 - Static variable in class info.bliki.Messages
 
WIKI_API_CATEGORYTALK2 - Static variable in class info.bliki.Messages
 
WIKI_API_HELP1 - Static variable in class info.bliki.Messages
 
WIKI_API_HELP2 - Static variable in class info.bliki.Messages
 
WIKI_API_HELPTALK1 - Static variable in class info.bliki.Messages
 
WIKI_API_HELPTALK2 - Static variable in class info.bliki.Messages
 
WIKI_API_IMAGE1 - Static variable in class info.bliki.Messages
 
WIKI_API_IMAGE2 - Static variable in class info.bliki.Messages
 
WIKI_API_IMAGETALK1 - Static variable in class info.bliki.Messages
 
WIKI_API_IMAGETALK2 - Static variable in class info.bliki.Messages
 
WIKI_API_MEDIA1 - Static variable in class info.bliki.Messages
 
WIKI_API_MEDIA2 - Static variable in class info.bliki.Messages
 
WIKI_API_MEDIAWIKI1 - Static variable in class info.bliki.Messages
 
WIKI_API_MEDIAWIKI2 - Static variable in class info.bliki.Messages
 
WIKI_API_MEDIAWIKITALK1 - Static variable in class info.bliki.Messages
 
WIKI_API_MEDIAWIKITALK2 - Static variable in class info.bliki.Messages
 
WIKI_API_META1 - Static variable in class info.bliki.Messages
 
WIKI_API_META2 - Static variable in class info.bliki.Messages
 
WIKI_API_METATALK1 - Static variable in class info.bliki.Messages
 
WIKI_API_METATALK2 - Static variable in class info.bliki.Messages
 
WIKI_API_SPECIAL1 - Static variable in class info.bliki.Messages
 
WIKI_API_SPECIAL2 - Static variable in class info.bliki.Messages
 
WIKI_API_TALK1 - Static variable in class info.bliki.Messages
 
WIKI_API_TALK2 - Static variable in class info.bliki.Messages
 
WIKI_API_TEMPLATE1 - Static variable in class info.bliki.Messages
 
WIKI_API_TEMPLATE2 - Static variable in class info.bliki.Messages
 
WIKI_API_TEMPLATETALK1 - Static variable in class info.bliki.Messages
 
WIKI_API_TEMPLATETALK2 - Static variable in class info.bliki.Messages
 
WIKI_API_URL - Static variable in class info.bliki.Messages
 
WIKI_API_USER1 - Static variable in class info.bliki.Messages
 
WIKI_API_USER2 - Static variable in class info.bliki.Messages
 
WIKI_API_USERTALK1 - Static variable in class info.bliki.Messages
 
WIKI_API_USERTALK2 - Static variable in class info.bliki.Messages
 
WIKI_TAGS_TOC_CONTENT - Static variable in class info.bliki.Messages
 
WikiArticle - Class in info.bliki.wiki.dump
Represents a single wiki page from a Mediawiki dump.
WikiArticle() - Constructor for class info.bliki.wiki.dump.WikiArticle
 
WikiModel - Class in info.bliki.wiki.model
Standard model implementation
WikiModel(String, String) - Constructor for class info.bliki.wiki.model.WikiModel
 
WikiModel(Configuration, String, String) - Constructor for class info.bliki.wiki.model.WikiModel
 
WikiModel(Configuration, Locale, String, String) - Constructor for class info.bliki.wiki.model.WikiModel
 
WikiModel(Configuration, ResourceBundle, INamespace, String, String) - Constructor for class info.bliki.wiki.model.WikiModel
 
WikiPatternMatcher - Class in info.bliki.wiki.dump
Can be used as a stand alone class to pattern match parts of the wiki formatted text.
WikiPatternMatcher(String) - Constructor for class info.bliki.wiki.dump.WikiPatternMatcher
 
WikipediaParser - Class in info.bliki.wiki.filter
A Wikipedia syntax parser for the second pass in the parsing of a Wikipedia source text.
WikipediaParser(String, boolean) - Constructor for class info.bliki.wiki.filter.WikipediaParser
 
WikipediaParser(String, boolean, IEventListener) - Constructor for class info.bliki.wiki.filter.WikipediaParser
 
WikipediaScanner - Class in info.bliki.wiki.filter
 
WikipediaScanner(String) - Constructor for class info.bliki.wiki.filter.WikipediaScanner
 
WikipediaScanner(String, int) - Constructor for class info.bliki.wiki.filter.WikipediaScanner
 
WikiTagNode - Class in info.bliki.wiki.tags.util
WikiTagNode represents a generic tag.
WikiTagNode() - Constructor for class info.bliki.wiki.tags.util.WikiTagNode
Create an empty tag.
WikiTagNode(int, int, ArrayList<NodeAttribute>) - Constructor for class info.bliki.wiki.tags.util.WikiTagNode
Create a tag with the location and attributes provided
WikiTextReader - Class in info.bliki.wiki.filter
 
WikiTextReader(String) - Constructor for class info.bliki.wiki.filter.WikiTextReader
 
WikiXMLParser - Class in info.bliki.wiki.dump
A Wikipedia XML dump file parser Original version with permission from Marco Schmidt.
WikiXMLParser(String, IArticleFilter) - Constructor for class info.bliki.wiki.dump.WikiXMLParser
 
WikiXMLParser(InputStream, IArticleFilter) - Constructor for class info.bliki.wiki.dump.WikiXMLParser
 
WikiXMLParser(Reader, IArticleFilter) - Constructor for class info.bliki.wiki.dump.WikiXMLParser
 
WPATag - Class in info.bliki.wiki.tags
 
WPATag() - Constructor for class info.bliki.wiki.tags.WPATag
 
WPBoldItalicTag - Class in info.bliki.wiki.tags
A special Wikipedia tag (i.e. ==, ===, ''', '', ...)
WPBoldItalicTag() - Constructor for class info.bliki.wiki.tags.WPBoldItalicTag
 
WPCell - Class in info.bliki.wiki.filter
Represents a single cell in a wiki table (i.e. table syntax bordered by {| ..... |} ).
WPCell(int) - Constructor for class info.bliki.wiki.filter.WPCell
 
wpList() - Method in class info.bliki.wiki.filter.WikipediaScanner
 
WPList - Class in info.bliki.wiki.filter
Represents a Wikipedia list.
WPList() - Constructor for class info.bliki.wiki.filter.WPList
 
WPList.InternalList - Class in info.bliki.wiki.filter
 
WPList.InternalList(char) - Constructor for class info.bliki.wiki.filter.WPList.InternalList
 
WPListElement - Class in info.bliki.wiki.filter
Entry for a Wikipedia list string (i.e. a line which starts with '*', '#', ':', ';').
WPListElement(int, int, char[], int) - Constructor for class info.bliki.wiki.filter.WPListElement
Deprecated. use WPListElement(int level, final char[] sequence, int start) instead
WPListElement(int, char[], int) - Constructor for class info.bliki.wiki.filter.WPListElement
 
WPParagraphTag - Class in info.bliki.wiki.tags
 
WPParagraphTag() - Constructor for class info.bliki.wiki.tags.WPParagraphTag
 
WPPreTag - Class in info.bliki.wiki.tags
A wiki block starting with a space on each line, rendered with the HTML pre Tag
WPPreTag() - Constructor for class info.bliki.wiki.tags.WPPreTag
 
WPRow - Class in info.bliki.wiki.filter
Represents a single row in a wiki table (i.e. table syntax bordered by {| ..... |} ).
WPRow(List<WPCell>) - Constructor for class info.bliki.wiki.filter.WPRow
 
wpTable(ITableOfContent) - Method in class info.bliki.wiki.filter.WikipediaScanner
Scan a wikipedia table.
WPTable - Class in info.bliki.wiki.filter
Represents a wiki table (i.e. table syntax bordered by {| ..... |} ).
WPTable(ArrayList<WPRow>) - Constructor for class info.bliki.wiki.filter.WPTable
 
WPTag - Class in info.bliki.wiki.tags
A special Wikipedia tag (i.e. ==, ===, ''', '', ...)
WPTag(String) - Constructor for class info.bliki.wiki.tags.WPTag
 
writeCompactXmlToFile(String) - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
writeCompactXmlToFile(String, String) - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
writeCompactXmlToStream(OutputStream) - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
writeCompactXmlToStream(OutputStream, String) - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
writePrettyXmlToFile(String) - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
writePrettyXmlToFile(String, String) - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
writePrettyXmlToStream(OutputStream) - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
writePrettyXmlToStream(OutputStream, String) - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
writer - Variable in class info.bliki.htmlcleaner.XmlSerializer
 
writeXml(XmlSerializer) - Method in class info.bliki.htmlcleaner.HtmlCleaner
The most general way to serialize resulting XML.
writeXmlToFile(String) - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
writeXmlToFile(String, String) - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
writeXmlToStream(OutputStream) - Method in class info.bliki.htmlcleaner.HtmlCleaner
 
writeXmlToStream(OutputStream, String) - Method in class info.bliki.htmlcleaner.HtmlCleaner
 

X

XML_DECLARATION - Variable in class info.bliki.htmlcleaner.XmlSerializer
 
XML_QNAME - Static variable in class info.bliki.wiki.tags.HTMLTag
 
XMLCategoryMembersParser - Class in info.bliki.api
Reads PageInfo data from an XML file generated by the Wikimedia API through the categorymembers query.
XMLCategoryMembersParser(String) - Constructor for class info.bliki.api.XMLCategoryMembersParser
 
XMLCodeFilter - Class in info.bliki.wiki.tags.code
Syntax highlighting support for XML/HTML source code
XMLCodeFilter() - Constructor for class info.bliki.wiki.tags.code.XMLCodeFilter
 
XMLEditParser - Class in info.bliki.api
Reads Edit data from an XML file generated by the Wikimedia API
XMLEditParser(String) - Constructor for class info.bliki.api.XMLEditParser
 
XMLPagesParser - Class in info.bliki.api
Reads Page data from an XML file generated by the Wikimedia API
XMLPagesParser(String) - Constructor for class info.bliki.api.XMLPagesParser
 
XMLParseParser - Class in info.bliki.api
Reads Parse data from an XML file generated by the Wikimedia API TODO: this class is not finished yet
XMLParseParser(String) - Constructor for class info.bliki.api.XMLParseParser
 
XMLSearchParser - Class in info.bliki.api
Reads SearchResult data from an XML file generated by the Wikimedia API through the search query.
XMLSearchParser(String) - Constructor for class info.bliki.api.XMLSearchParser
 
XmlSerializer - Class in info.bliki.htmlcleaner
Abstract XML serializer - contains common logic for descendants.
XmlSerializer() - Constructor for class info.bliki.htmlcleaner.XmlSerializer
 
XmlSerializer(Writer, HtmlCleaner) - Constructor for class info.bliki.htmlcleaner.XmlSerializer
 
XMLUserParser - Class in info.bliki.api
Reads User data from an XML file generated by the Wikimedia API
XMLUserParser(User, String) - Constructor for class info.bliki.api.XMLUserParser
 

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

Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.