Class ElemAttributeSet

All Implemented Interfaces:
Serializable, SourceLocator, XSLTVisitable, PrefixResolver, ExpressionNode, WhitespaceStrippingElementMatcher, Document, Element, Node, NodeList

public class ElemAttributeSet
extends ElemUse
Implement xsl:attribute-set.
 &!ELEMENT xsl:attribute-set (xsl:attribute)*>
 &!ATTLIST xsl:attribute-set
   name %qname; #REQUIRED
   use-attribute-sets %qnames; #IMPLIED
 &
 
See Also:
attribute-sets in XSLT Specification, Serialized Form
  • Field Details

    • m_qname

      public QName m_qname
      The name attribute specifies the name of the attribute set.
  • Constructor Details

  • Method Details