Interface XmlAttribute

    • Method Detail

      • getOwner

        XmlElement getOwner()
        XML Infoset [owner element] property
      • getNamespaceName

        String getNamespaceName()
        return XML Infoset [namespace name] property (namespaceName from getNamespace() or null if attribute has no namespace
      • getNamespace

        XmlNamespace getNamespace()
        Combination of XML Infoset [namespace name] and [prefix] properties
      • getName

        String getName()
        XML Infoset [local name] property
      • getValue

        String getValue()
        XML Infoset [normalized value] property
      • getType

        String getType()
        XML Infoset [attribute type]
      • isSpecified

        boolean isSpecified()
        XML Infoset [specified] flag