Serialized Form
serialVersionUID: -2001762874991269623L
errorData
ErrorData errorData
Package info.bliki.commons.validator.routines |
domainRegex
RegexValidator domainRegex
- RegexValidator for matching domains.
ipv4Validator
RegexValidator ipv4Validator
- IPv4 RegexValidator
patterns
java.util.regex.Pattern[] patterns
Package info.bliki.htmlcleaner |
serialVersionUID: 6600498097600405919L
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 |
serialVersionUID: -3760843632697162014L
fChar
char fChar
Package info.bliki.wiki.tags.util |
nodeBegin
int nodeBegin
- The beginning position of the tag in the line
nodeEnd
int nodeEnd
- The ending position of the tag in the line
serialVersionUID: 1010771448030194792L
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.
serialVersionUID: -7794436167788452243L
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.
serialVersionUID: 7377721039394435077L
fNodeList
java.util.ArrayList<E> fNodeList
- List of generated HTML/Wiki tags.
serialVersionUID: -5135255005207719745L
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 |
serialVersionUID: 1849387697719679119L
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 |
Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.