Uses of Class
org.activemath.omdocjdom.OJElement

Packages that use OJElement
org.activemath.abstractcontent This package contains wrapper classes and interfaces describing the abstract layer through which all classes should connect to common services like MBase or the User-Model. 
org.activemath.author.toc   
org.activemath.content   
org.activemath.content.items   
org.activemath.events.types   
org.activemath.omdocjdom This package contains a set of classes to provide accessors to OMdoc specific informations on XML trees encoded as a subclass of JDOM documents. 
org.activemath.omdocjdom.cache   
org.activemath.omdocjdom.exist   
org.activemath.omdocjdom.index whose front end is in package org.activemath.webapp.dict
org.activemath.omdocjdom.index.analysis   
org.activemath.omdocjdom.index.queries   
org.activemath.omdocjdom.lucene   
org.activemath.omdocjdom.map   
org.activemath.omdocjdom.mbase This package contains an implementation of scratchpad-MBase It stores all its documents in a set of OJDocuments and builds a table of IDs as well as dependency maps. 
org.activemath.omdocjdom.rephrase   
org.activemath.omdocjdom.slumb This package contains an OMDoc storage-implementation based on Lucene and satisfying the contract of the MBaseRef interface. 
org.activemath.omdocjdom.slumb.data   
org.activemath.omdocjdom.thembase   
org.activemath.presentation   
org.activemath.webapp.clip The clip package is responsible for storage and transmission of clipboard-like data. 
org.activemath.webapp.dict.queries   
org.activemath.webapp.tutor.cgWebService.scorm.simpleScorm2004   
 

Uses of OJElement in org.activemath.abstractcontent
 

Methods in org.activemath.abstractcontent that return OJElement
 OJElement MultiMBase.getChildren(MBaseID id, String xPathReducedExpression)
          Returns the content of the named descendant of the element of given ID.
 OJElement MBaseRef.getChildren(MBaseID id, String xPathReducedExpression)
          Returns the content of the named descendant of the element of given ID.
 OJElement CascadingMBaseRef.getChildren(MBaseID id, String xPathReducedExpression)
           
 OJElement MultiMBase.getCompleteDCMetadata(MBaseID id)
           
 OJElement MBaseRef.getCompleteDCMetadata(MBaseID id)
          Returns a metadata element with only Dublin-Core children including inherited ones from their parents.
 OJElement CascadingMBaseRef.getCompleteDCMetadata(MBaseID id)
           
 OJElement MultiMBase.getFormalContent(MBaseID id)
          From any ID this method returns the row of FMP elements' contents.
 OJElement MBaseRef.getFormalContent(MBaseID id)
          From any ID this method returns the content of the FMP element.
 OJElement CascadingMBaseRef.getFormalContent(MBaseID id)
           
 OJElement MultiMBase.getMetadata(MBaseID id)
          Returns the contents of the <metdata> child of this element.
 OJElement MBaseRef.getMetadata(MBaseID id)
          Returns the contents of the <metdata> child of this element.
 OJElement CascadingMBaseRef.getMetadata(MBaseID id)
           
 

Uses of OJElement in org.activemath.author.toc
 

Fields in org.activemath.author.toc declared as OJElement
protected  OJElement IDEditPanel.element
           
protected  OJElement DCMetaEditPanel.element
           
 

Methods in org.activemath.author.toc with parameters of type OJElement
 void IDEditPanel.setElement(OJElement element)
          sets this dialog's OJref to a given OJref and updates the dialog
 void DCMetaEditPanel.setElement(OJElement element)
          sets this dialog's OmgroupElement to a given OmgroupElement and updates the dialog
 

Uses of OJElement in org.activemath.content
 

Methods in org.activemath.content that return OJElement
protected  OJElement Grouping.getGroupingElement()
          Return list of concept items for this Grouping.
 

Methods in org.activemath.content with parameters of type OJElement
protected  void Book.buildPages0(OJElement elem)
          Recursive page builder Will create a new @link Page when there is at least one "ref" child or "dynamic" child.
protected  void Toc.buildToc0(int level, TocEntry toc, OJElement elem)
          builds a TocEntry at level level using the given element.
protected  void Toc.buildTocWithItems(int level, TocEntry toc, OJElement elem)
          builds a TocEntry at level level using the given element.
 

Uses of OJElement in org.activemath.content.items
 

Fields in org.activemath.content.items declared as OJElement
protected  OJElement DynamicItemText.omtext
          Contains the most information of this object.
 

Fields in org.activemath.content.items with type parameters of type OJElement
protected  List<OJElement> DynamicItemText.cmpList
           
 

Methods in org.activemath.content.items that return OJElement
 OJElement Item.getCopyrightElement()
           
 OJElement ExerciseItemMathdox.getCopyrightElement()
           
 OJElement DynamicItem.getCopyrightElement()
           
 OJElement ItemFactoryMBase.getCopyrightElement(Item item)
           
 OJElement ItemFactoryMathdox.getCopyrightElement(Item item)
           
 OJElement ItemFactory.getCopyrightElement(Item item)
           
 OJElement Item.getFullDOM()
          Provide the full DOM tree for this item, wrapped in a theory element.
 OJElement ExerciseItemMathdox.getFullDOM()
           
 OJElement ExerciseItem.getFullDOM()
           
 OJElement ItemFactoryMBase.getFullDOM(Item item)
           
 OJElement ItemFactoryMathdox.getFullDOM(Item item)
           
 OJElement ItemFactory.getFullDOM(Item item)
          Provide the full DOM tree for this item, wrapped in a theory element.
 OJElement Item.getMetadataElement()
           
 OJElement ExerciseItemMathdox.getMetadataElement()
           
 OJElement DynamicItem.getMetadataElement()
           
 OJElement ItemFactoryMBase.getMetadataElement(Item item)
           
 OJElement ItemFactoryMathdox.getMetadataElement(Item item)
           
 OJElement ItemFactory.getMetadataElement(Item item)
           
 OJElement Item.getTextualDOM()
          Construct the DOM tree for the textual representation of this item.
 OJElement ExerciseItemMathdox.getTextualDOM()
           
 OJElement ExerciseItem.getTextualDOM()
          Construct the XML DOM tree for the textual content of an exercise.
 OJElement DynamicItemText.getTextualDOM()
          We can get the specialised DOM text as result here.
 OJElement DynamicItemExerciseSequencer.getTextualDOM()
           
 OJElement DynamicItemDynamicTask.getTextualDOM()
          see javadoc for this class
 OJElement DynamicItemDM.getTextualDOM()
           
 OJElement DynamicItemCMap.getTextualDOM()
          we can get the specialised DOM for CMap as result here.
 OJElement ItemFactoryMBase.getTextualDOM(Item item)
           
 OJElement ItemFactoryMathdox.getTextualDOM(Item item)
           
 OJElement ItemFactory.getTextualDOM(Item item)
          Construct the DOM tree for the textual representation of this item.
 

Methods in org.activemath.content.items with parameters of type OJElement
 void DynamicItem.setLink(String url, String type, int width, int height, Map<String,String> linkTextMap, OJElement localOmdocElement)
          We build up the hyperlink for the item here.
 

Constructors in org.activemath.content.items with parameters of type OJElement
Metadata(String itemId, OJElement metadataElem)
           
 

Uses of OJElement in org.activemath.events.types
 

Methods in org.activemath.events.types that return OJElement
 OJElement DictSearchedEvent.getQueryOJE()
           
 

Methods in org.activemath.events.types with parameters of type OJElement
 void DictSearchedEvent.setQueryOJE(OJElement queryOJE)
           
 

Constructors in org.activemath.events.types with parameters of type OJElement
DictSearchedEvent(OJElement query, int numResults)
           
 

Uses of OJElement in org.activemath.omdocjdom
 

Subclasses of OJElement in org.activemath.omdocjdom
 class OJDynamicItem
           
 class OJgroup
          This subclass is represents omgroup elements.
 class OJItem
          This class implements a default behaviour for an OJItem which supposes a complete OMdoc is loaded as parent of the item.
 class OJoms
          Objects of these classes represent ref elements of OMdoc.
 class OJref
          Objects of these classes represent ref elements of OMdoc.
 

Fields in org.activemath.omdocjdom declared as OJElement
 OJElement NoSuchIDException.refElement
           
 

Methods in org.activemath.omdocjdom that return OJElement
 OJElement OJElement.addDCmetadata(String name, String role, String language, String value)
          Creates the metadata element if need be and insert the indicated Dublin-Core metadata element at the end of it.
 OJElement OJFactory.constructSpecialEltSubclass(String name, org.jdom.Namespace namespace)
          This method is responsible to build the appropriate subclass of OJElement or returns null if there is none to make.
static OJElement OJSAXBuilder.convertTreeToOJ(org.jdom.Element elt)
          Takes a subtree of JDOM elements and converts it to a subtree of OJElements including subclasses according to OJFactory.
static OJElement OJUtilities.duplicateElementWithoutKids(OJElement elt)
          Creates a clone of the element (with namespace, names, and attributes) without copying the kids.
 OJElement OJElement.findChildWithID(OJElement elt, ID searchedID)
          A method to find back id-ed elements.
 OJElement OJDocument.findElementWithID(ID id)
          A method to find back id-ed elements.
static OJElement OJUtilities.findElementWithLangOrDefauit(Iterator eltsIt, String prefLang)
          A utility method to scan through the list and find the first element whose xml:lang attribute is the given language or that has no language.
 OJElement OJElement.getCompleteDCMetadata()
          Walks all the parents collecting all metadata informations of namespace OJConstants.DC_NAMESPACE, returns a new node which has no parent.
 OJElement OJElement.getContainingTheory()
          Checks first if an attribute "theory" exists, if yes returns it, otherwise checks the ancestors of the given node and returns the first of the parents whose name is theory.
 OJElement DefaultCollection.getElementAtId(ID id)
           
 OJElement OJElement.getFirstDCMetadata(String metadataName)
          Climbs from here through the parents to return the first found child of the metadata element with the given name.
 OJElement OJElement.getOrMakeMetadata()
           
 OJElement OJElement.getorMakeMetadataExtradata()
          A utility method to return the extradata child of the item and create it, if it is missing.
 OJElement OJElement.getParentOJElement()
           
static OJElement OJSAXBuilder.parseOJElement(String expr)
          A utility method that uses only default settings to parse a string.
static OJElement OJUtilities.replaceXrefs(OJElement elt, Map table)
          Walks around all the children of the element to check weather there is an OMOBJ xref attribute and replace it with the content it's pointing to.
 

Methods in org.activemath.omdocjdom with parameters of type OJElement
 void OJElement.addProperlyIndented(int pos, OJElement elt)
          Adds with correct indenting the element elt after the element at the pos position among the children
 void OJElement.addProperlyIndented(OJElement elt)
          Adds the given element with correct indenting at the end of the this element.
static void OJContentCollectionUtil.cleanUpOMDocElt(OJElement elt)
           
static OJElement OJUtilities.duplicateElementWithoutKids(OJElement elt)
          Creates a clone of the element (with namespace, names, and attributes) without copying the kids.
static String ID.expressShortestRef(OJElement from, OJElement to)
          Computes the shortest-possible value for a reference contained as an attribute or a child's attribute of the from element to the to element.
 OJElement OJElement.findChildWithID(OJElement elt, ID searchedID)
          A method to find back id-ed elements.
static File OJUtilities.getDocumentsFile(OJElement elt)
          Returns the file associated to the document of the elementif there is anything such (i.e there can be no document or no file for the document.
static List MDAttribute.getMDAttributes(OJElement elt)
           
static Iterator MDAttribute.readMDAttributesIN(OJElement elt)
          Returns an iterator on all attributes of the given item, possibly taking metadata and extradata before.
static void OJUtilities.removeAttributes(OJElement elt, OJUtilities.NameAndNamespace[] nns)
          Walks through all the children of the given element and remove any existing "mid" attribute.
static void OJUtilities.removeExtradataMetadataKids(OJElement elt, OJUtilities.NameAndNamespace[] nns)
          A recursive method to remove all the elements with given name from the metadata/extradata children of the given element or go down along the children of this element.
static OJElement OJUtilities.replaceXrefs(OJElement elt, Map table)
          Walks around all the children of the element to check weather there is an OMOBJ xref attribute and replace it with the content it's pointing to.
static OJSAXBuilder.LocationInfo OJUtilities.tryToGetLocationInfo(OJElement elt)
           
protected  void PlainTextConverter.writeOmobjAsText(OJElement omElt, Writer out)
           
protected  void PlainTextConverter.writeOMSasText(OJElement omElt, Writer out)
           
 void PlainTextConverter.writeText(OJElement element, Writer out)
          Outputs the text of the item, by simply aligning child words along with a bit of treatment for mathematical symbols.
 

Constructors in org.activemath.omdocjdom with parameters of type OJElement
NoSuchIDException(String message, OJElement refElement, ID lastAttemptedID)
           
NoSuchIDException(String message, OJElement refElement, OJSAXBuilder.LocationInfo info, ID lastAttemptedID)
           
OJDynamicItem(String type, String servicename, String queryname, OJElement omobj)
           
 

Uses of OJElement in org.activemath.omdocjdom.cache
 

Methods in org.activemath.omdocjdom.cache that return OJElement
 OJElement CachedMBaseRef.getChildren(MBaseID id, String xPathReducedExpression)
           
 OJElement CachedMBaseRef.getCompleteDCMetadata(MBaseID id)
           
 OJElement CachedMBaseRef.getFormalContent(MBaseID id)
           
 OJElement CachedMBaseRef.getMetadata(MBaseID id)
           
 

Uses of OJElement in org.activemath.omdocjdom.exist
 

Methods in org.activemath.omdocjdom.exist that return OJElement
 OJElement MBaseCacheRef.getChildren(MBaseID id, String xPathReducedExpression)
           
 OJElement MBaseCacheRef.getCompleteDCMetadata(MBaseID id)
           
 OJElement MBaseCacheRef.getFormalContent(MBaseID id)
           
 OJElement MBaseCacheRef.getMetadata(MBaseID id)
           
 

Uses of OJElement in org.activemath.omdocjdom.index
 

Methods in org.activemath.omdocjdom.index with parameters of type OJElement
static org.apache.lucene.search.Query QueryMaker.omobjQuery(OJElement omobjElement, List languages, AuthorExtendedMBaseRef mbaseRef)
          Deprecated. Currently only makes a matcher that matches all OMS that appear there.
static org.apache.lucene.search.Query QueryMaker.singleOMSymbolQuery(OJElement elt, List languages, AuthorExtendedMBaseRef mbaseRef)
          Deprecated.  
 void AMIndex.writeDocument(MBaseID id, OJElement elt)
           
 

Uses of OJElement in org.activemath.omdocjdom.index.analysis
 

Methods in org.activemath.omdocjdom.index.analysis that return OJElement
abstract  OJElement ContentExtractor.getFullItem(MBaseID id)
           
abstract  OJElement ContentExtractor.getMetadata(MBaseID id)
           
 

Uses of OJElement in org.activemath.omdocjdom.index.queries
 

Methods in org.activemath.omdocjdom.index.queries with parameters of type OJElement
protected  void OmobjAMIndexQuery.makeSureOmobjIsClean(OJElement omobj)
          Corrects the namespace of omobj for now.
 

Constructors in org.activemath.omdocjdom.index.queries with parameters of type OJElement
OmobjAMIndexQuery(OJElement omobj, List languages, AuthorExtendedMBaseRef mbaseRef)
           
 

Uses of OJElement in org.activemath.omdocjdom.lucene
 

Methods in org.activemath.omdocjdom.lucene that return OJElement
 OJElement OJFactory2.constructSpecialEltSubclass(String name, org.jdom.Namespace namespace)
          This method constructs objects of type OJElement.
 OJElement OmdocLuceneMBaseRef.getChildren(MBaseID id, String xPathReducedExpression)
           
 OJElement OmdocLuceneMBaseRef.getCompleteDCMetadata(MBaseID id)
           
 OJElement OmdocLuceneMBaseRef.getFormalContent(MBaseID id)
           
 OJElement OmdocLuceneMBaseRef.getMetadata(MBaseID id)
           
static OJElement LuceneUtilities.getorMakeMetadataExtradata(OJElement source)
          This method extracts extra data from the source element.
 

Methods in org.activemath.omdocjdom.lucene with parameters of type OJElement
 org.apache.lucene.document.Document LuceneBuilder.buildIndexDocuments(OJElement elt)
           
static Iterator LuceneUtilities.computeMetadataAttributes(OJElement metadataElt)
          Goes through the metadata and returns any element-name followed by ":" and a sole attribute of any child provided it is not relation and it is not in the OJConstants.DC_NAMESPACE.
static OJElement LuceneUtilities.getorMakeMetadataExtradata(OJElement source)
          This method extracts extra data from the source element.
 

Uses of OJElement in org.activemath.omdocjdom.map
 

Subclasses of OJElement in org.activemath.omdocjdom.map
 class JDM
          RAM-based implementation of OJMap which bases on JDOM objects.
 

Methods in org.activemath.omdocjdom.map that return OJElement
 OJElement JDM.constructSpecialEltSubclass(String name, org.jdom.Namespace namespace)
           
 

Uses of OJElement in org.activemath.omdocjdom.mbase
 

Subclasses of OJElement in org.activemath.omdocjdom.mbase
 class Dependency
          This class represents a general usage dependency within MBase.
static class Dependency.IDElement
           
 class MBaseItem
          This class extends the MBaseItem class to include methods and inner-classes to provide support for dependencies.
 

Methods in org.activemath.omdocjdom.mbase that return OJElement
 OJElement MBaseBuilder.MBaseFactory.constructSpecialEltSubclass(String name, org.jdom.Namespace namespace)
           
 OJElement OmdocJdomMBaseRef.getChildren(MBaseID id, String xPathReducedExpression)
           
 OJElement OmdocJdomMBase.getChildren(MBaseID mbaseid, String xPathReducedExpression)
           
 OJElement OJXmlRpcMBaseRef.getChildren(MBaseID mBaseID, String xPathReducedExpression)
           
 OJElement OmdocJdomMBaseRef.getCompleteDCMetadata(MBaseID id)
           
 OJElement OJXmlRpcMBaseRef.getCompleteDCMetadata(MBaseID id)
           
 OJElement OmdocJdomMBaseRef.getFormalContent(MBaseID id)
           
 OJElement OJXmlRpcMBaseRef.getFormalContent(MBaseID id)
           
 OJElement OmdocJdomMBaseRef.getMetadata(MBaseID id)
           
 OJElement OJXmlRpcMBaseRef.getMetadata(MBaseID id)
           
 OJElement ElementFromIDTable.getOJelt(Object key)
           
 

Methods in org.activemath.omdocjdom.mbase with parameters of type OJElement
 Object ElementFromIDTable.add(Object key, OJElement element)
           
 void MBaseBuilder.fixRef(OJElement elt, OJElement fromWhere, String attName, ID resolvedID)
          Sets the value of the attribute of name attName to be the URI pointed by resolvedID according to the correction politics as stored in MBaseBuilder.correction variable.
static ID Heuristics.resolveID(String idString, ElementFromIDTable table, MBaseErrorReporter errorReporter, OJElement referringElement)
          This method and Heuristics.resolveRef(org.activemath.omdocjdom.PointerElement, org.activemath.omdocjdom.mbase.ElementFromIDTable, org.activemath.omdocjdom.mbase.MBaseErrorReporter) contain all the heuristic needed for the current adaptation and this should disappear as soon as possible.
 

Uses of OJElement in org.activemath.omdocjdom.rephrase
 

Methods in org.activemath.omdocjdom.rephrase that return OJElement
 OJElement RephraseRule.apply(OJElement elt)
          Walks the tree and tries to find a term matching fromOmobj (with variables being replaced by anything) and apply the replacement.
 OJElement RephraseRule.getFromOmobj()
           
 OJElement Rephraser.getResultOM()
           
 OJElement RephraseRule.getToOmobj()
           
 OJElement RephraseService.rephrase(OJElement source)
           
 OJElement OMMatcher.selectVariableMatch(org.jdom.Element matchedTerm, String varName)
          Finds the sub-term matched as the term at the variable whose name is provided.
static OJElement RephraseHeuristics.staticRephrase(OJElement sourceOmobj, String contentType, String clientString)
          Uses the rephrase-information created by RephraseHeuristics.initStaticRephrase(org.activemath.abstractcontent.Subconfiguration) to rephrase the indicated OMOBJ to the wished ContentType or CDGroup. encoded as a MIME-type.
static OJElement RephraseHeuristics.staticRephraseToMathMLCDG(OJElement sourceOmobj)
           
 

Methods in org.activemath.omdocjdom.rephrase with parameters of type OJElement
 OJElement RephraseRule.apply(OJElement elt)
          Walks the tree and tries to find a term matching fromOmobj (with variables being replaced by anything) and apply the replacement.
 boolean CDGroup.doesContainSymbols(OJElement elt)
           
 List RephraseGraph.findAllCompatibleNodes(OJElement omobj)
          Searches through the nodes for content-dictionary content-types that can contain all the symbols of the passwed OMOBJ.
 List RephraseGraph.findPath(OJElement sourceOM, Iterator targetEncodings)
          Walks through the possible target-CD-groups and finds the first applicable translation-path.
 List OMMatcher.match(OJElement omobj)
          Finds all occurrences of the pattern as a descendent of the given element.
 boolean RephraseRule.mayWorkOnOmobj(OJElement omobj)
           
 OJElement RephraseService.rephrase(OJElement source)
           
 void Rephraser.setOmSource(OJElement omSource)
           
static OJElement RephraseHeuristics.staticRephrase(OJElement sourceOmobj, String contentType, String clientString)
          Uses the rephrase-information created by RephraseHeuristics.initStaticRephrase(org.activemath.abstractcontent.Subconfiguration) to rephrase the indicated OMOBJ to the wished ContentType or CDGroup. encoded as a MIME-type.
static OJElement RephraseHeuristics.staticRephraseToMathMLCDG(OJElement sourceOmobj)
           
 

Constructors in org.activemath.omdocjdom.rephrase with parameters of type OJElement
RephraseException(String message, OJElement omobj)
           
RephraseException(String message, OJElement omobj, Throwable cause)
           
RephraseRule(OJElement rephraseElement)
           
RephraseRule(OJElement fromOmobj, OJElement toOmobj)
           
 

Uses of OJElement in org.activemath.omdocjdom.slumb
 

Methods in org.activemath.omdocjdom.slumb that return OJElement
 OJElement SluMBaseRef.getChildren(MBaseID id, String xPathReducedExpression)
           
 OJElement IndexedCollectionStatus.getCollectionMetadata()
           
 OJElement SluMBaseRef.getCompleteDCMetadata(MBaseID id)
           
 OJElement SluMBaseRef.getFormalContent(MBaseID id)
           
 OJElement SluMBaseRef.getMetadata(MBaseID id)
           
 OJElement Inheritor.Reparser.reparseItem(String id)
           
 OJElement SlumbIndex.reparseItem(String id)
           
 

Methods in org.activemath.omdocjdom.slumb with parameters of type OJElement
 String SlumbIndex.computeRelPath(OJElement elt)
           
static List SlumbFeed.resolveAndCheckRelations(OJElement root, Theory enclosingTheory, TheoryCollection colls, SlumbIndex index, ErrorReporter errorReporter, boolean dryRunForGenImports)
          Central method that walks all references inside this element and absolutizes them based on the availability of ids provided by colls.
 

Uses of OJElement in org.activemath.omdocjdom.slumb.data
 

Constructors in org.activemath.omdocjdom.slumb.data with parameters of type OJElement
SlumbElt(OJElement e)
           
 

Uses of OJElement in org.activemath.omdocjdom.thembase
 

Methods in org.activemath.omdocjdom.thembase that return OJElement
 OJElement TheMBaseXmlRpcClient.getChildren(MBaseID mBaseID, String xPathReducedExpression)
           
 OJElement TheMBaseXmlRpcClient.getCompleteDCMetadata(MBaseID id)
           
 OJElement TheMBaseXmlRpcClient.getFormalContent(MBaseID id)
           
 OJElement TheMBaseXmlRpcClient.getMetadata(MBaseID id)
           
 

Uses of OJElement in org.activemath.presentation
 

Methods in org.activemath.presentation with parameters of type OJElement
 byte[] Formatter.formatItem(OJElement domTree)
          Return a Byte array with the fragment content corresponding to a DOM tree.
protected  org.jdom.transform.JDOMSource Formatter.makeTransformationSource(OJElement domTree)
          Builds a transformation source for a DOM tree.
 

Uses of OJElement in org.activemath.webapp.clip
 

Methods in org.activemath.webapp.clip that return OJElement
static OJElement ClipsStorage.extractOpenMathClip(MBaseRef mbaseRef, String coord)
           
 OJElement OMSDisambiguator.fixOMnamespaces(OJElement e)
           
 OJElement OMSDisambiguator.injectXrefInAll(OJElement any)
           
 

Methods in org.activemath.webapp.clip with parameters of type OJElement
 OJElement OMSDisambiguator.fixOMnamespaces(OJElement e)
           
 void OMSDisambiguator.injectXref(OJElement oms)
           
 OJElement OMSDisambiguator.injectXrefInAll(OJElement any)
           
 String OMSDisambiguator.trySearchingMBaseForOMSTarget(OJElement elt)
          Searches MBase using AuthorExtendedMBaseRef.searchIDs(java.lang.String) to find the ID matching cd and name.
 

Uses of OJElement in org.activemath.webapp.dict.queries
 

Methods in org.activemath.webapp.dict.queries that return OJElement
 OJElement TextAMQuery.asXMLElement()
           
 OJElement OmobjAMQuery.asXMLElement()
           
 OJElement IdAMQuery.asXMLElement()
           
 OJElement AMQueryList.asXMLElement()
           
 OJElement AMMetadataAttributeQuery.asXMLElement()
           
 OJElement AMAbstractQuery.asXMLElement()
           
 

Constructors in org.activemath.webapp.dict.queries with parameters of type OJElement
AMMetadataAttributeQuery(OJElement fromUlog)
           
AMQueryList(OJElement list)
           
TextAMQuery(OJElement elt)
           
 

Uses of OJElement in org.activemath.webapp.tutor.cgWebService.scorm.simpleScorm2004
 

Methods in org.activemath.webapp.tutor.cgWebService.scorm.simpleScorm2004 with parameters of type OJElement
 void Organization.parse(OJElement omgroupRoot)
          Parses the root element of a OJDocument with the goal of creating an Organization.
 void Item.parse(OJElement omgroup)
          Parses the given omgroup with the goal of creating different kinds of items according to SCORM2004.