|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package info.bliki.wiki.cache |
|---|
| Class info.bliki.wiki.cache.WikiStringBuilder extends info.bliki.wiki.cache.AbstractWikiStringBuilder implements Serializable |
|---|
serialVersionUID: 4383685877147921099L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
Reads the state of a StringBuilder from the passed stream
and restores it to this instance.
java.io.IOException - if the stream throws it during the read.
java.lang.ClassNotFoundException - if the stream throws it during the read.
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
Writes the state of this object to the stream passed.
int - The length of this object.
char[] - The buffer from this object, which
may be larger than the length field.java.io.IOException - if the stream throws it during the write.| Package info.bliki.wiki.tags.util |
|---|
| Class info.bliki.wiki.tags.util.AbstractNode extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
int nodeBegin
int nodeEnd
| Class info.bliki.wiki.tags.util.Attribute extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 1010771448030194792L
| Serialized Fields |
|---|
java.lang.String mName
null if the attribute
is whitespace.
java.lang.String mAssignment
null if the attribute is a stand-alone attribute.
java.lang.String mValue
null if the attribute is an empty or stand-alone
attribute.
char mQuote
| Class info.bliki.wiki.tags.util.NodeAttribute extends Attribute implements Serializable |
|---|
serialVersionUID: -7794436167788452243L
| Serialized Fields |
|---|
char[] mText
int mNameStart
null.
int mNameEnd
int mValueStart
null.
int mValueEnd
| Class info.bliki.wiki.tags.util.TagStack extends java.util.ArrayList<TagToken> implements Serializable |
|---|
serialVersionUID: 7377721039394435077L
| Serialized Fields |
|---|
java.util.ArrayList<E> fNodeList
| Class info.bliki.wiki.tags.util.WikiTagNode extends AbstractNode implements Serializable |
|---|
serialVersionUID: -5135255005207719745L
| Serialized Fields |
|---|
java.util.List<E> mAttributes
Attribute. The first element
is the tag name, subsequent elements being either whitespace or real
attributes.
| Package org.htmlcleaner |
|---|
| Class org.htmlcleaner.HtmlTagProvider extends java.util.HashMap implements Serializable |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||