Uses of Class
eu.europa.ted.efx.model.Context
-
Packages that use Context Package Description eu.europa.ted.efx.model -
-
Uses of Context in eu.europa.ted.efx.model
Subclasses of Context in eu.europa.ted.efx.model Modifier and Type Class Description static classContext.FieldContextInstantiate this class to create a context from a field identifier.static classContext.NodeContextInstantiate this class to create a context from a node identifier.Methods in eu.europa.ted.efx.model with parameters of type Context Modifier and Type Method Description ContentBlockContentBlock. addChild(int number, Markup content, Context context)ContentBlockContentBlock. addSibling(int number, Markup content, Context context)voidContentBlockStack. pushChild(int number, Markup content, Context context)Adds a new child block to the top of the stack.voidContentBlockStack. pushSibling(int number, Markup content, Context context)Removes the block at the top of the stack and replaces it by a new sibling block.Constructors in eu.europa.ted.efx.model with parameters of type Context Constructor Description ContentBlock(ContentBlock parent, String id, int number, Markup content, Context contextPath)
-