Package io.markdom.handler.html.w3c
Class XhtmlDocumentMarkdomHandler
- java.lang.Object
-
- io.markdom.handler.html.AbstractHtmlDocumentMarkdomHandler<XhtmlDocumentResult>
-
- io.markdom.handler.html.w3c.XhtmlDocumentMarkdomHandler
-
- All Implemented Interfaces:
MarkdomHandler<XhtmlDocumentResult>
public final class XhtmlDocumentMarkdomHandler extends AbstractHtmlDocumentMarkdomHandler<XhtmlDocumentResult>
-
-
Constructor Summary
Constructors Constructor Description XhtmlDocumentMarkdomHandler(DocumentBuilder builder)XhtmlDocumentMarkdomHandler(DocumentBuilder builder, HtmlDelegate delegate)XhtmlDocumentMarkdomHandler(DocumentBuilder builder, HtmlDelegate delegate, String title)XhtmlDocumentMarkdomHandler(DocumentBuilder builder, String title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbeginDocument(String dtdQualifiedName, String rootTagName)protected voidendDocument()XhtmlDocumentResultgetResult()protected voidpopElement()protected voidpushElement(String tagName)protected voidsetAttributes(io.markdom.util.Attributes attributes)protected voidsetCharacterData(String text)protected voidsetText(String text)-
Methods inherited from class io.markdom.handler.html.AbstractHtmlDocumentMarkdomHandler
onBlockBegin, onBlockEnd, onBlocksBegin, onBlocksEnd, onCodeBlock, onCodeContent, onCommentBlock, onContentBegin, onContentEnd, onContentsBegin, onContentsEnd, onDivisionBlock, onDocumentBegin, onDocumentEnd, onEmphasisContentBegin, onEmphasisContentEnd, onHeadingBlockBegin, onHeadingBlockEnd, onImageContent, onLineBreakContent, onLinkContentBegin, onLinkContentEnd, onListItemBegin, onListItemEnd, onListItemsBegin, onListItemsEnd, onNextBlock, onNextContent, onNextListItem, onOrderedListBlockBegin, onOrderedListBlockEnd, onParagraphBlockBegin, onParagraphBlockEnd, onQuoteBlockBegin, onQuoteBlockEnd, onTextContent, onUnorderedListBlockBegin, onUnorderedListBlockEnd
-
-
-
-
Constructor Detail
-
XhtmlDocumentMarkdomHandler
public XhtmlDocumentMarkdomHandler(DocumentBuilder builder)
-
XhtmlDocumentMarkdomHandler
public XhtmlDocumentMarkdomHandler(DocumentBuilder builder, String title)
-
XhtmlDocumentMarkdomHandler
public XhtmlDocumentMarkdomHandler(DocumentBuilder builder, HtmlDelegate delegate)
-
XhtmlDocumentMarkdomHandler
public XhtmlDocumentMarkdomHandler(DocumentBuilder builder, HtmlDelegate delegate, String title)
-
-
Method Detail
-
beginDocument
protected final void beginDocument(String dtdQualifiedName, String rootTagName)
- Specified by:
beginDocumentin classAbstractHtmlDocumentMarkdomHandler<XhtmlDocumentResult>
-
pushElement
protected final void pushElement(String tagName)
- Specified by:
pushElementin classAbstractHtmlDocumentMarkdomHandler<XhtmlDocumentResult>
-
setAttributes
protected final void setAttributes(io.markdom.util.Attributes attributes)
- Specified by:
setAttributesin classAbstractHtmlDocumentMarkdomHandler<XhtmlDocumentResult>
-
setText
protected final void setText(String text)
- Specified by:
setTextin classAbstractHtmlDocumentMarkdomHandler<XhtmlDocumentResult>
-
setCharacterData
protected final void setCharacterData(String text)
- Specified by:
setCharacterDatain classAbstractHtmlDocumentMarkdomHandler<XhtmlDocumentResult>
-
popElement
protected final void popElement()
- Specified by:
popElementin classAbstractHtmlDocumentMarkdomHandler<XhtmlDocumentResult>
-
endDocument
protected void endDocument()
- Specified by:
endDocumentin classAbstractHtmlDocumentMarkdomHandler<XhtmlDocumentResult>
-
getResult
public XhtmlDocumentResult getResult()
-
-