public abstract class CoalescingTreeBuilder<T> extends TreeBuilder<T>
charBuffer, charBufferLen, errorHandler, tokenizer
Constructor and Description |
---|
CoalescingTreeBuilder() |
Modifier and Type | Method and Description |
---|---|
protected void |
accumulateCharacters(char[] buf,
int start,
int length) |
protected void |
appendCharacters(T parent,
char[] buf,
int start,
int length) |
protected abstract void |
appendCharacters(T parent,
String text) |
protected void |
appendComment(T parent,
char[] buf,
int start,
int length) |
protected abstract void |
appendComment(T parent,
String comment) |
protected void |
appendCommentToDocument(char[] buf,
int start,
int length) |
protected abstract void |
appendCommentToDocument(String comment) |
protected void |
appendIsindexPrompt(T parent) |
protected void |
insertFosterParentedCharacters(char[] buf,
int start,
int length,
T table,
T stackParent) |
protected abstract void |
insertFosterParentedCharacters(String text,
T table,
T stackParent) |
addAttributesToElement, appendChildrenToNewParent, appendDoctypeToDocument, appendElement, cdataSectionAllowed, characters, comment, createElement, createElement, createHtmlElementSetAsRoot, currentNode, detachFromParent, doctype, documentMode, elementPopped, elementPushed, end, endTag, endTokenization, eof, extractCharsetFromContent, fatal, fatal, flushCharacters, getDeepTreeSurrogateParent, getErrorHandler, getFormPointer, getHeadPointer, getListOfActiveFormattingElements, getListOfActiveFormattingElementsLength, getMode, getOriginalMode, getStack, getStackLength, hasChildren, insertFosterParentedChild, isFramesetOk, isNeedToDropLF, isQuirks, isScriptingEnabled, loadState, markMalformedIfScript, newSnapshot, requestSuspension, setDoctypeExpectation, setDocumentModeHandler, setErrorHandler, setFragmentContext, setFragmentContext, setIgnoringComments, setNamePolicy, setReportingDoctype, setScriptingEnabled, snapshotMatches, start, startTag, startTokenization, wantsComments, zeroOriginatingReplacementCharacter
protected final void accumulateCharacters(char[] buf, int start, int length) throws SAXException
accumulateCharacters
in class TreeBuilder<T>
SAXException
protected final void appendCharacters(T parent, char[] buf, int start, int length) throws SAXException
appendCharacters
in class TreeBuilder<T>
SAXException
TreeBuilder.appendCharacters(java.lang.Object, char[], int, int)
protected void appendIsindexPrompt(T parent) throws SAXException
appendIsindexPrompt
in class TreeBuilder<T>
SAXException
TreeBuilder.appendIsindexPrompt(java.lang.Object)
protected abstract void appendCharacters(T parent, String text) throws SAXException
SAXException
protected final void appendComment(T parent, char[] buf, int start, int length) throws SAXException
appendComment
in class TreeBuilder<T>
SAXException
TreeBuilder.appendComment(java.lang.Object, char[], int, int)
protected abstract void appendComment(T parent, String comment) throws SAXException
SAXException
protected final void appendCommentToDocument(char[] buf, int start, int length) throws SAXException
appendCommentToDocument
in class TreeBuilder<T>
SAXException
TreeBuilder.appendCommentToDocument(char[], int, int)
protected abstract void appendCommentToDocument(String comment) throws SAXException
SAXException
protected final void insertFosterParentedCharacters(char[] buf, int start, int length, T table, T stackParent) throws SAXException
insertFosterParentedCharacters
in class TreeBuilder<T>
SAXException
TreeBuilder.insertFosterParentedCharacters(char[], int, int, java.lang.Object, java.lang.Object)
protected abstract void insertFosterParentedCharacters(String text, T table, T stackParent) throws SAXException
SAXException
Copyright © 2017. All rights reserved.