Modifier and Type | Field and Description |
---|---|
private CharArray |
HTMLProcessor.out |
Modifier and Type | Method and Description |
---|---|
protected CharArray |
BlockExtractingRule.createBuffer() |
CharArray |
HTMLProcessorContext.currentBuffer() |
protected CharArray |
BasicRule.currentBuffer() |
CharArray |
HTMLProcessorContext.popBuffer() |
Modifier and Type | Method and Description |
---|---|
void |
HTMLProcessorContext.pushBuffer(CharArray buffer) |
void |
Text.writeTo(CharArray out)
Write out the complete contents of the text block, preserving original formatting.
|
void |
Tag.writeTo(CharArray out)
Write out the complete tag in its original form, preserving original formatting.
|
void |
CustomTag.writeTo(CharArray out) |
Constructor and Description |
---|
HTMLProcessor(char[] in,
CharArray out) |
Modifier and Type | Field and Description |
---|---|
private CharArray |
BodyTagRule.body |
private CharArray |
HeadExtractingRule.head |
Modifier and Type | Method and Description |
---|---|
protected CharArray |
HeadExtractingRule.createBuffer() |
Constructor and Description |
---|
BodyTagRule(PageBuilder page,
CharArray body) |
HeadExtractingRule(CharArray head) |
Modifier and Type | Field and Description |
---|---|
private CharArray |
Parser.attributeBuffer |
Modifier and Type | Method and Description |
---|---|
void |
Parser.ReusableToken.writeTo(CharArray out) |
Modifier and Type | Method and Description |
---|---|
CharArray |
CharArray.append(char c)
Appends a single character to the end of the character array.
|
CharArray |
CharArray.append(char[] chars)
Appends the supplied characters to the end of the array.
|
CharArray |
CharArray.append(char[] chars,
int position,
int length) |
CharArray |
CharArray.append(CharArray chars)
Appends an existing CharArray on to this one.
|
CharArray |
CharArray.append(String str)
Appends the supplied string to the end of this character array.
|
Modifier and Type | Method and Description |
---|---|
CharArray |
CharArray.append(CharArray chars)
Appends an existing CharArray on to this one.
|
Modifier and Type | Field and Description |
---|---|
private CharArray |
TokenizedHTMLPage.body |
private CharArray |
TokenizedHTMLPage.head |
Modifier and Type | Method and Description |
---|---|
private static FastPageParser.Tag |
FastPageParser.parseProperties(FastPageParser.Tag tag,
CharArray buffer)
Deprecated.
This is called when we need to extract the properties for the tag from the tag's HTML.
|
private FastPageParser.Tag |
FastPageParser.parseTag(FastPageParser.Tag tag,
CharArray buf)
Deprecated.
Populates a
FastPageParser.Tag object using data from the supplied CharArray . |
private static void |
FastPageParser.writeTag(int state,
int laststate,
boolean hide,
CharArray _head,
CharArray _buffer,
CharArray _body)
Deprecated.
|
Constructor and Description |
---|
TokenizedHTMLPage(char[] original,
CharArray body,
CharArray head) |