Uses of Class
pds.label.PDSElement

Uses of PDSElement in pds.label
 

Fields in pds.label with type parameters of type PDSElement
 ArrayList<PDSElement> PDSLabel.mElement
          The list of elements in the label
 

Methods in pds.label that return PDSElement
 PDSElement PDSElement.copy()
          Create a copy of the element and return a new instance of a PDSElement.
 PDSElement PDSLabel.getElement(PDSItem item)
          Return the element data associated with an item.
 PDSElement PDSLabel.getElement(String name)
          Find the element with the given name.
 PDSElement PDSLabel.getElement(String name, PDSItem section)
          Find the element with the given name within a section (usually an object).
 

Methods in pds.label with parameters of type PDSElement
 void PDSLabel.add(PDSElement element)
          Add an element to the end of a label.
 void PDSLabel.insertAfter(PDSItem item, PDSElement element)
          Insert an element after another element in this label.
 void PDSLabel.insertBefore(PDSItem item, PDSElement element)
          Insert an element before another element in this label.
 boolean PDSLabel.pushNode(Node node, PDSElement parentElement)
          Pushes a DOM node as a label Element.
 



Copyright © 2008-2009 Regents University of California. All Rights Reserved.