Class AbstractElementNS

All Implemented Interfaces:
Serializable, NodeEventTarget, ExtendedNode, NodeXBL, XBLManagerData, ElementTraversal, Element, EventTarget, Node
Direct Known Subclasses:
GenericElementNS

public abstract class AbstractElementNS extends AbstractElement
This class implements the Element interface.
Version:
$Id: AbstractElementNS.java 1802297 2017-07-18 13:58:12Z ssteiner $
See Also:
  • Field Details

    • namespaceURI

      protected String namespaceURI
      The namespace URI
  • Constructor Details

    • AbstractElementNS

      protected AbstractElementNS()
      Creates a new AbstractElementNS object.
    • AbstractElementNS

      protected AbstractElementNS(String nsURI, String qname, AbstractDocument owner) throws DOMException
      Creates a new AbstractElementNS object.
      Parameters:
      nsURI - The element namespace URI.
      qname - The element qualified name for validation purposes.
      owner - The owner document.
      Throws:
      DOMException - INVALID_CHARACTER_ERR: Raised if the specified qualified name contains an illegal character.
      NAMESPACE_ERR: Raised if the qualifiedName is malformed, if the qualifiedName has a prefix and the namespaceURI is null or an empty string, or if the qualifiedName has a prefix that is "xml" and the namespaceURI is different from "http://www.w3.org/XML/1998/namespace" .
  • Method Details