Class ElemAttribute

    • Constructor Detail

      • ElemAttribute

        public ElemAttribute()
    • Method Detail

      • getXSLToken

        public int getXSLToken()
        Get an int constant identifying the type of element.
        Overrides:
        getXSLToken in class ElemElement
        Returns:
        The token ID for this element
        See Also:
        Constants
      • getNodeName

        public java.lang.String getNodeName()
        Return the node name.
        Specified by:
        getNodeName in interface org.w3c.dom.Node
        Overrides:
        getNodeName in class ElemElement
        Returns:
        The element name
      • setName

        public void setName​(AVT v)
        Description copied from class: ElemElement
        Set the "name" attribute. The name attribute is interpreted as an attribute value template. It is an error if the string that results from instantiating the attribute value template is not a QName.
        Overrides:
        setName in class ElemElement
        Parameters:
        v - Name attribute to set for this element
        See Also:
        ElemElement.setName(AVT)