Uses of Class
eu.europa.ted.efx.model.ContentBlock
-
Packages that use ContentBlock Package Description eu.europa.ted.efx.model -
-
Uses of ContentBlock in eu.europa.ted.efx.model
Methods in eu.europa.ted.efx.model that return ContentBlock Modifier and Type Method Description ContentBlockContentBlock. addChild(int number, Markup content, Context context)ContentBlockContentBlock. addSibling(int number, Markup content, Context context)ContentBlockContentBlockStack. blockAtLevel(int indentationLevel)Finds the block in the stack that has the given indentation level.ContentBlockContentBlock. findParentByLevel(int parentIndentationLevel)static ContentBlockContentBlock. newRootBlock()Methods in eu.europa.ted.efx.model that return types with arguments of type ContentBlock Modifier and Type Method Description Queue<ContentBlock>ContentBlock. getChildren()Constructors in eu.europa.ted.efx.model with parameters of type ContentBlock Constructor Description ContentBlock(ContentBlock parent, String id, int number, Markup content, Context contextPath)
-