Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<PDSElement> |
PDSLabel.mElement
The list of elements in the label
|
Modifier and Type | Method and Description |
---|---|
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(java.lang.String name)
Find the element with the given name.
|
PDSElement |
PDSLabel.getElement(java.lang.String name,
PDSItem section)
Find the element with the given name within a section (usually an object).
|
Modifier and Type | Method and Description |
---|---|
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(org.w3c.dom.Node node,
PDSElement parentElement)
Pushes a DOM node as a label Element.
|
Copyright © 2008-2009 Regents University of California. All Rights Reserved.