|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.diff.marshallers.DiffMacroMarshaller
public class DiffMacroMarshaller
Field Summary | |
---|---|
static java.lang.String |
BODYLESS_MACRO_CLASS
|
static java.lang.String |
MACRO_CLASS
|
Constructor Summary | |
---|---|
DiffMacroMarshaller(MacroManager macroManager,
javax.xml.stream.XMLOutputFactory xmlOutputFactory)
|
Method Summary | |
---|---|
Streamable |
marshal(MacroDefinition macroDefinition,
ConversionContext conversionContext)
Marshals an object to XML. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String MACRO_CLASS
public static final java.lang.String BODYLESS_MACRO_CLASS
Constructor Detail |
---|
public DiffMacroMarshaller(MacroManager macroManager, javax.xml.stream.XMLOutputFactory xmlOutputFactory)
Method Detail |
---|
public Streamable marshal(MacroDefinition macroDefinition, ConversionContext conversionContext) throws XhtmlException
Marshaller
marshal
in interface Marshaller<MacroDefinition>
macroDefinition
- object to marshalconversionContext
- the conversion context
XhtmlException
- if an error occurs during marshalling
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |