public class TagHandler extends Object
| Constructor and Description |
|---|
TagHandler(boolean documentContainer,
boolean requiresDocument,
boolean contentContainer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
begin(XhtmlHandler.TagStack.TagContext context) |
protected void |
beginDocument(XhtmlHandler.TagStack.TagContext context) |
protected void |
beginDocument(XhtmlHandler.TagStack.TagContext context,
WikiParameters params) |
void |
beginElement(XhtmlHandler.TagStack.TagContext context) |
protected void |
end(XhtmlHandler.TagStack.TagContext context) |
protected void |
endDocument(XhtmlHandler.TagStack.TagContext context) |
void |
endElement(XhtmlHandler.TagStack.TagContext context) |
void |
initialize(XhtmlHandler.TagStack stack) |
boolean |
isAccumulateContent() |
boolean |
isBlockHandler(XhtmlHandler.TagStack.TagContext context) |
boolean |
isContentContainer() |
boolean |
isDocumentContainer() |
boolean |
requiresDocument() |
static void |
sendEmptyLines(XhtmlHandler.TagStack.TagContext context)
Check if we need to emit an onEmptyLines() event.
|
static void |
sendEmptyLines(XhtmlHandler.TagStack stack) |
void |
setAccumulateContent(boolean accumulateContent) |
public TagHandler(boolean documentContainer,
boolean requiresDocument,
boolean contentContainer)
documentContainer - requiresDocument - contentContainer - protected void begin(XhtmlHandler.TagStack.TagContext context)
public void beginElement(XhtmlHandler.TagStack.TagContext context)
protected void end(XhtmlHandler.TagStack.TagContext context)
public final void endElement(XhtmlHandler.TagStack.TagContext context)
public boolean isContentContainer()
public boolean isDocumentContainer()
public boolean requiresDocument()
public void setAccumulateContent(boolean accumulateContent)
public boolean isAccumulateContent()
public static void sendEmptyLines(XhtmlHandler.TagStack.TagContext context)
public static void sendEmptyLines(XhtmlHandler.TagStack stack)
public void initialize(XhtmlHandler.TagStack stack)
public boolean isBlockHandler(XhtmlHandler.TagStack.TagContext context)
protected void beginDocument(XhtmlHandler.TagStack.TagContext context)
protected void beginDocument(XhtmlHandler.TagStack.TagContext context, WikiParameters params)
protected void endDocument(XhtmlHandler.TagStack.TagContext context)
Copyright © 2004–2015 XWiki. All rights reserved.