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