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, zeroOriginatingReplacementCharacterprotected final void accumulateCharacters(char[] buf,
int start,
int length)
throws SAXException
accumulateCharacters in class TreeBuilder<T>SAXExceptionprotected final void appendCharacters(T parent, char[] buf, int start, int length) throws SAXException
appendCharacters in class TreeBuilder<T>SAXExceptionTreeBuilder.appendCharacters(java.lang.Object, char[], int, int)protected void appendIsindexPrompt(T parent) throws SAXException
appendIsindexPrompt in class TreeBuilder<T>SAXExceptionTreeBuilder.appendIsindexPrompt(java.lang.Object)protected abstract void appendCharacters(T parent, String text) throws SAXException
SAXExceptionprotected final void appendComment(T parent, char[] buf, int start, int length) throws SAXException
appendComment in class TreeBuilder<T>SAXExceptionTreeBuilder.appendComment(java.lang.Object, char[], int, int)protected abstract void appendComment(T parent, String comment) throws SAXException
SAXExceptionprotected final void appendCommentToDocument(char[] buf,
int start,
int length)
throws SAXException
appendCommentToDocument in class TreeBuilder<T>SAXExceptionTreeBuilder.appendCommentToDocument(char[], int, int)protected abstract void appendCommentToDocument(String comment) throws SAXException
SAXExceptionprotected final void insertFosterParentedCharacters(char[] buf,
int start,
int length,
T table,
T stackParent)
throws SAXException
insertFosterParentedCharacters in class TreeBuilder<T>SAXExceptionTreeBuilder.insertFosterParentedCharacters(char[], int, int, java.lang.Object, java.lang.Object)protected abstract void insertFosterParentedCharacters(String text, T table, T stackParent) throws SAXException
SAXExceptionCopyright © 2016. All rights reserved.