Uses of Class
jade.content.ContentElementList

Packages that use ContentElementList
jade.content.abs   
 

Uses of ContentElementList in jade.content.abs
 

Methods in jade.content.abs that return ContentElementList
static ContentElementList AbsHelper.internaliseContentElementList(AbsContentElementList l, Ontology onto)
          Converts to an AbsContentElementList into a ContentElementList using the specified ontology.
 

Methods in jade.content.abs with parameters of type ContentElementList
static AbsContentElementList AbsHelper.externaliseContentElementList(ContentElementList obj, Ontology onto)
          Converts a ContentElementList into an AbsContentElementList using the specified ontology.