Version: 1.1.1

Uses of Class
org.biomoby.shared.schema.MElement

Packages that use MElement
org.biomoby.shared.schema   
 

Uses of MElement in org.biomoby.shared.schema
 

Methods in org.biomoby.shared.schema that return MElement
static MElement RdfParser.buildMElement(String name)
           
 

Methods in org.biomoby.shared.schema with parameters of type MElement
 boolean MElement.addHasaMElement(MElement element)
           
 boolean MElement.addHasMElement(MElement element)
           
 org.jdom.Element Builder.getComplexType(MElement m, String typeName)
          create a complexType XML schema element for MElement which does not have has or hasa relation with other MElement
 org.jdom.Element Builder.getComplexTypeRec(MElement m, String typeName, Vector vc1)
          recursively get a complexType XML Shema element for MElement; when this MElement does not have has and hasa relation, we use another method called getComplexType;
 void Builder.getElement(MElement m)
          the input is a MElement object; we will find all its hasa and has relations with other object; then modify the root element of the output xml file; the root element is the root element of a xml schema xml file.
 void Builder.getFirstLevel(MElement m, org.jdom.Element rt)
          create the top level of xml schema element for a moby object.
 void Builder.set3Attributes(MElement m, org.jdom.Element types, Vector ar)
          Add ID, namespace and article attributes elements into Element types; every moby object has these three attributes.
 


Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010