IMSEVimse 1.0
Draft

Uses of Class
se.kth.cid.xml.XmlElement

Packages that use XmlElement
se.kth.cid.metadata.xml   
se.kth.cid.xml   
 

Uses of XmlElement in se.kth.cid.metadata.xml
 

Methods in se.kth.cid.metadata.xml that return XmlElement
static XmlElement XmlMetaDataHandler.buildXmlTree(MetaData metaData)
          Builds a MetaData tree from the given MetaData.
 

Methods in se.kth.cid.metadata.xml with parameters of type XmlElement
static void XmlMetaDataHandler.load(MetaData metaData, XmlElement root)
          Loads metadata from an XML tree.
 

Uses of XmlElement in se.kth.cid.xml
 

Methods in se.kth.cid.xml that return XmlElement
static XmlElement XmlLoaderHelper.getSubElement(XmlElement el, String elname)
           
static XmlElement XmlLoaderHelper.maybeGetSubElement(XmlElement el, String elname)
           
static XmlElement XmlLoaderHelper.buildDataTags(String[] tags)
          Builds a DataTags element.
static XmlElement XmlLoaderHelper.buildDataTagStyles(String[] tags)
          Builds a DataTagStyles element.
 XmlElement XmlElement.getParent()
          Returns the parent of this element.
 XmlElement[] XmlElement.getSubElements(String elname)
          Returns all sub-elements with the given name.
 XmlElement XmlDocument.getRoot()
          Gets the document root.
 XmlElement XmlElementException.getElement()
          Returns the element that had problems.
 

Methods in se.kth.cid.xml with parameters of type XmlElement
static String XmlLoaderHelper.loadAttribute(XmlElement el, String attname, String def)
           
static String XmlLoaderHelper.loadAttribute(XmlElement el, String attname, String def, boolean emptyAllowed)
           
static XmlElement XmlLoaderHelper.getSubElement(XmlElement el, String elname)
           
static XmlElement XmlLoaderHelper.maybeGetSubElement(XmlElement el, String elname)
           
static boolean XmlLoaderHelper.loadBoolean(XmlElement el, String attr, String def)
          Loads a boolean attribute.
static int XmlLoaderHelper.loadPositiveInteger(XmlElement el, String attr, String def, boolean allowInf)
          Loads a positive integer attribute.
 void XmlElement.addSubElement(XmlElement el)
          Adds a sub-element to this element.
 void XmlElement.removeSubElement(XmlElement el)
          Removes the specified sub-element from this element.
 void XmlDocument.setRoot(XmlElement root)
          Sets the document root.
 

Constructors in se.kth.cid.xml with parameters of type XmlElement
XmlElementException(String nreason, XmlElement el)
          Constructs an XmlElementException for the given XmlElement.
UnknownElementNameException(String elementName, XmlElement el)
          Constructs an UnknownElementNameException for the given XmlElement.
 


IMSEVimse 1.0
Draft

Centre for user-oriented IT -design