B C F G I M R S U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- BREAK - com.xwiki.commons.document.MacroBlockFinder.Lookup
-
The lookup for other macros should halt.
C
- com.xwiki.commons.document - package com.xwiki.commons.document
- CONTINUE - com.xwiki.commons.document.MacroBlockFinder.Lookup
-
The lookup for other macros can continue while also parsing the content of the processed macro.
F
- find(XDOM, Syntax, Function<MacroBlock, MacroBlockFinder.Lookup>) - Method in interface com.xwiki.commons.document.MacroBlockFinder
G
- getMacroContentXDOM(MacroBlock, Syntax) - Method in interface com.xwiki.commons.document.MacroUtils
-
Get the XDOM of the content of a macro.
- getXdom() - Method in exception com.xwiki.commons.document.MacroFindBreakException
I
- isMacroContentParsable(String) - Method in interface com.xwiki.commons.document.MacroUtils
M
- MacroBlockFinder - Interface in com.xwiki.commons.document
-
Searches for xwiki macros inside XDOMs.
- MacroBlockFinder.Lookup - Enum in com.xwiki.commons.document
-
An enum defining the actions to be done after finding a macro in the XDOM.
- MacroFindBreakException - Exception in com.xwiki.commons.document
-
Exception that can be used by the
MacroBlockFinderwhen theMacroBlockFinder.Lookupthat gets returned is BREAK. - MacroFindBreakException(XDOM) - Constructor for exception com.xwiki.commons.document.MacroFindBreakException
-
Creates an instance that holds a reference to the XDOM at the point where the execution halted.
- MacroUtils - Interface in com.xwiki.commons.document
-
Utility class for macro handling.
R
- renderMacroContent(List<Block>, Syntax) - Method in interface com.xwiki.commons.document.MacroUtils
-
Render the macro content in the given syntax.
S
- SKIP - com.xwiki.commons.document.MacroBlockFinder.Lookup
-
The lookup for other macros can continue without parsing the content of the processed macro.
U
- updateMacroContent(Block, String) - Method in interface com.xwiki.commons.document.MacroUtils
-
Update the content of a macro replacing it with a clone that has the desired content.
V
- valueOf(String) - Static method in enum com.xwiki.commons.document.MacroBlockFinder.Lookup
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.xwiki.commons.document.MacroBlockFinder.Lookup
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages