Uses of Interface
org.base.apps.xml.elem.Element

Packages that use Element
org.base.apps.xml.elem Contains Element API, a simple representation of an XML tree. 
org.base.apps.xml.elem.impl Implementation of the Element API. 
 

Uses of Element in org.base.apps.xml.elem
 

Methods in org.base.apps.xml.elem that return Element
 Element Element.addAttribute(Attr attr)
          Adds the specified attribute.
 Element Element.addChild(Element elem)
          Adds the specified child Element.
 Element Element.appendText(String text)
          Appends text to this element's character content.
 Element ElementFactory.createElement()
          Creates an Element with an ElementContext from this factory.
 Element Element.getChild(int index)
          Fetches a child Element by index.
 Element Element.getParent()
          Returns the element's parent, which may be null.
 Element Element.removeAttribute(Attr attr)
          Remove the given attribute.
 Element Element.removeAttribute(String name)
          Remove an attribute by name.
 Element Element.removeChild(Element elem)
          Remove the specified child Element.
 Element Element.removeChild(int index)
          Remove a child Element by index.
 Element Element.setContext(ElementContext ctx)
          Sets the context of this Element.
 Element Element.setParent(Element parent)
          Sets the parent of this Element.
 Element Element.setText(String text)
          Sets the character content of this Element.
 

Methods in org.base.apps.xml.elem that return types with arguments of type Element
 Iterator<Element> Element.getChildren()
          Returns this Element's children.
 

Methods in org.base.apps.xml.elem with parameters of type Element
 Element Element.addChild(Element elem)
          Adds the specified child Element.
 Element Element.removeChild(Element elem)
          Remove the specified child Element.
 Element Element.setParent(Element parent)
          Sets the parent of this Element.
 

Uses of Element in org.base.apps.xml.elem.impl
 

Classes in org.base.apps.xml.elem.impl that implement Element
 class BaseElement
          Default implementation of Element.
 

Methods in org.base.apps.xml.elem.impl that return Element
 Element BaseElement.addAttribute(Attr attr)
           
 Element BaseElement.addChild(Element elem)
           
 Element BaseElement.appendText(String text)
           
 Element BaseElement.getChild(int index)
           
protected  Element BaseElementContext.getElement()
           
 Element BaseElement.getParent()
           
 Element BaseElement.removeAttribute(Attr attr)
           
 Element BaseElement.removeAttribute(String name)
           
 Element BaseElement.removeChild(Element elem)
           
 Element BaseElement.removeChild(int index)
           
 Element BaseElement.setContext(ElementContext ctx)
           
 Element BaseElement.setParent(Element parent)
           
 Element BaseElement.setText(String text)
           
 

Methods in org.base.apps.xml.elem.impl that return types with arguments of type Element
protected  List<Element> BaseElement.getChildList()
           
 Iterator<Element> BaseElement.getChildren()
           
 

Methods in org.base.apps.xml.elem.impl with parameters of type Element
 Element BaseElement.addChild(Element elem)
           
 Element BaseElement.removeChild(Element elem)
           
protected  void BaseElementContext.setElement(Element element)
           
 Element BaseElement.setParent(Element parent)
           
 

Method parameters in org.base.apps.xml.elem.impl with type arguments of type Element
protected  void BaseElement.setChildList(List<Element> childList)
           
 

Constructors in org.base.apps.xml.elem.impl with parameters of type Element
BaseElementContext(Element elem)
           
 


Please visit Base Apps, hosted on Sourceforge.net.

Copyright 2011, Blue Agate Software Entity (BASE)