Uses of Class
org.zkoss.idom.Element

Packages that use Element
org.zkoss.el EL utilities enabling the use of EL expressions anywhere, not just in JSP pages 
org.zkoss.idom The iDOM representation of XML DOM tree. 
org.zkoss.idom.impl Implementation of iDOM. 
org.zkoss.idom.input SAX builder and factory for iDOM. 
org.zkoss.idom.transform XSL Transformer for iDOM. 
org.zkoss.idom.util Utilities that simplifies the use of iDOM. 
 

Uses of Element in org.zkoss.el
 

Methods in org.zkoss.el with parameters of type Element
 void SimpleMapper.load(java.lang.String prefix, Element root)
          Loads function definitions from DOM.
static java.util.Map FunctionMappers.loadMethods(Element root)
          Loads functions defined in the specified DOM.
 

Uses of Element in org.zkoss.idom
 

Methods in org.zkoss.idom that return Element
 Element Group.getElement(java.lang.String tname)
          Gets the first Element-type child with the tag name.
 Element Group.getElement(java.lang.String namespace, java.lang.String name, int mode)
          Gets the first Element-type child that matches the giving criteria.
 Element Document.getRootElement()
          Gets the root element.
 

Methods in org.zkoss.idom with parameters of type Element
 void Document.setRootElement(Element root)
          Sets the root element.
 

Constructors in org.zkoss.idom with parameters of type Element
Document(Element root)
          Constructor.
Document(Element root, DocType dt)
          Constructor.
 

Uses of Element in org.zkoss.idom.impl
 

Methods in org.zkoss.idom.impl that return Element
 Element AbstractGroup.ElementMap.get(java.lang.String name)
          Get the element with name.
 Element AbstractGroup.getElement(java.lang.String tname)
           
 Element AbstractGroup.getElement(java.lang.String namespace, java.lang.String name, int mode)
           
 

Methods in org.zkoss.idom.impl with parameters of type Element
 void AbstractGroup.ElementMap.put(Element e, Element following)
          Put an element into the map.
 void AbstractGroup.ElementMap.remove(Element e)
          Remove e from the map.
 

Uses of Element in org.zkoss.idom.input
 

Methods in org.zkoss.idom.input that return Element
 Element IDOMFactory.newElement(Namespace ns, java.lang.String lname)
          Creates an Element with a namespace.
 Element DefaultIDOMFactory.newElement(Namespace ns, java.lang.String lname)
           
 Element IDOMFactory.newElement(java.lang.String lname)
          Creates an Element without namespace.
 Element DefaultIDOMFactory.newElement(java.lang.String lname)
           
 

Methods in org.zkoss.idom.input with parameters of type Element
 Document IDOMFactory.newDocument(Element rootElement, DocType docType)
          Creates a Document.
 Document DefaultIDOMFactory.newDocument(Element rootElement, DocType docType)
           
 

Uses of Element in org.zkoss.idom.transform
 

Methods in org.zkoss.idom.transform with parameters of type Element
 Document Transformer.transform(Element elm)
          Trasforms an iDOM element and returns the transformed result as another iDOM Document.
 void Transformer.transform(Element elm, javax.xml.transform.Result result)
          Transforms from an iDOM element to a result.
 

Uses of Element in org.zkoss.idom.util
 

Methods in org.zkoss.idom.util that return Element
static Element IDOMs.findElement(java.util.List elems, java.lang.String name)
          Returns the first element whose sub-element called "name" has the same content as the name argument, or null if not found.
static Element IDOMs.getFirstElement(Group group)
          Returns the first child element, or null if no child element at all.
static Element IDOMs.getRequiredElement(Element e, java.lang.String elemnm)
          Returns the required element.
 

Methods in org.zkoss.idom.util with parameters of type Element
static void IDOMs.format(Element e)
          Formats the specified element for better readability by adding white spaces.
static java.lang.String IDOMs.getRequiredAttributeValue(Element e, java.lang.String attrnm)
          Returns the required attribute value.
static Element IDOMs.getRequiredElement(Element e, java.lang.String elemnm)
          Returns the required element.
static java.lang.String IDOMs.getRequiredElementValue(Element e, java.lang.String elemnm)
          Returns the required element value.
static java.util.Map IDOMs.parseParams(Element elm, java.lang.String type, java.lang.String name, java.lang.String value)
          Parses a tree of parameter elements into a map.
 



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.