Lines Matching refs:Element
26 import org.w3c.dom.Element;
42 public class IIOMetadataNode implements Element, NodeList {
160 Element owner = newAttr.getOwnerElement();
276 * <i>Description copied from interface: org.w3c.dom.Element (DOM Level
300 * attribute of this element.
308 * <i>Description copied from interface: org.w3c.dom.Element (DOM Level
333 * attribute of this element.
342 * <i>Description copied from interface: org.w3c.dom.Element (DOM Level
365 * attribute of this element.
598 * attribute of the HTML BASE element if any, and the value of the
639 * white spaces in element content (see the attribute
688 * white spaces in element content (see the attribute
831 * Element nodes, the Text.isElementContentWhitespace attribute for Text
953 * The owner element.
955 private Element ownerElement;
967 public IIOMetadataAttr(String name, String value, Element owner) {
988 public Element getOwnerElement() {
993 * Sets the owner element.
996 * the new owner element.
998 public void setOwnerElement(Element ownerElement) {