Serialized Form


Package info.bliki.api

Class info.bliki.api.MediaWikiComm.ConcurrentEditException extends java.io.IOException implements Serializable

Class info.bliki.api.MethodException extends NetworkException implements Serializable

Class info.bliki.api.NetworkException extends java.lang.Exception implements Serializable

Class info.bliki.api.UnexpectedAnswerException extends NetworkException implements Serializable

serialVersionUID: -2001762874991269623L

Serialized Fields

errorData

ErrorData errorData

Package info.bliki.commons.validator.routines

Class info.bliki.commons.validator.routines.DomainValidator extends java.lang.Object implements Serializable

Serialized Fields

domainRegex

RegexValidator domainRegex
RegexValidator for matching domains.

Class info.bliki.commons.validator.routines.EmailValidator extends java.lang.Object implements Serializable

Class info.bliki.commons.validator.routines.InetAddressValidator extends java.lang.Object implements Serializable

Serialized Fields

ipv4Validator

RegexValidator ipv4Validator
IPv4 RegexValidator

Class info.bliki.commons.validator.routines.RegexValidator extends java.lang.Object implements Serializable

Serialized Fields

patterns

java.util.regex.Pattern[] patterns

Package info.bliki.htmlcleaner

Class info.bliki.htmlcleaner.HtmlTagProvider extends java.util.HashMap implements Serializable


Package info.bliki.wiki

Class info.bliki.wiki.BlikiConverter extends javax.swing.JFrame implements Serializable

serialVersionUID: 6600498097600405919L

Serialized Fields

wikiToHtmlButton

javax.swing.JButton wikiToHtmlButton

wikiToWikiPlaintext

javax.swing.JButton wikiToWikiPlaintext

htmlToWikiButton

javax.swing.JButton htmlToWikiButton

clearButton

javax.swing.JButton clearButton

input

javax.swing.JTextArea input

output

javax.swing.JTextArea output

Package info.bliki.wiki.filter

Class info.bliki.wiki.filter.WPList.InternalList extends java.util.ArrayList<java.lang.Object> implements Serializable

serialVersionUID: -3760843632697162014L

Serialized Fields

fChar

char fChar

Package info.bliki.wiki.tags.util

Class info.bliki.wiki.tags.util.AbstractNode extends java.lang.Object implements Serializable

Serialized Fields

nodeBegin

int nodeBegin
The beginning position of the tag in the line


nodeEnd

int nodeEnd
The ending position of the tag in the line

Class info.bliki.wiki.tags.util.Attribute extends java.lang.Object implements Serializable

serialVersionUID: 1010771448030194792L

Serialized Fields

mName

java.lang.String mName
The name of this attribute. The part before the equals sign, or the stand-alone attribute. This will be null if the attribute is whitespace.


mAssignment

java.lang.String mAssignment
The assignment string of the attribute. The equals sign. This will be null if the attribute is a stand-alone attribute.


mValue

java.lang.String mValue
The value of the attribute. The part after the equals sign. This will be null if the attribute is an empty or stand-alone attribute.


mQuote

char mQuote
The quote, if any, surrounding the value of the attribute, if any. This will be zero if there are no quotes around the value.

Class info.bliki.wiki.tags.util.NodeAttribute extends Attribute implements Serializable

serialVersionUID: -7794436167788452243L

Serialized Fields

mText

char[] mText
The page this attribute is extracted from.


mNameStart

int mNameStart
The starting offset of the name within the page. If negative, the name is considered null.


mNameEnd

int mNameEnd
The ending offset of the name within the page.


mValueStart

int mValueStart
The starting offset of the value within the page. If negative, the value is considered null.


mValueEnd

int mValueEnd
The ending offset of the name within the page.

Class info.bliki.wiki.tags.util.TagStack extends java.util.ArrayList<TagToken> implements Serializable

serialVersionUID: 7377721039394435077L

Serialized Fields

fNodeList

java.util.ArrayList<E> fNodeList
List of generated HTML/Wiki tags.

Class info.bliki.wiki.tags.util.WikiTagNode extends AbstractNode implements Serializable

serialVersionUID: -5135255005207719745L

Serialized Fields

mAttributes

java.util.List<E> mAttributes
The tag attributes. Objects of type Attribute. The first element is the tag name, subsequent elements being either whitespace or real attributes.


Package info.bliki.wiki.template.expr

Class info.bliki.wiki.template.expr.SyntaxError extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1849387697719679119L

Serialized Fields

fStartOffset

int fStartOffset
offset where the error occurred


fRowIndex

int fRowIndex
row index where the error occurred2


fColumnIndex

int fColumnIndex
column index where the error occurred (offset relative to rowIndex)


fLength

int fLength
length of the error


fCurrentLine

java.lang.String fCurrentLine

fError

java.lang.String fError

Package info.bliki.wiki.template.extension

Class info.bliki.wiki.template.extension.AttributeList extends java.util.ArrayList implements Serializable



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