Class Attribute

  • All Implemented Interfaces:
    java.lang.Iterable<Leaf>, ParsedPattern

    public class Attribute
    extends XmlNode
    Attribute declaration.
    Author:
    Kohsuke Kawaguchi
    • Constructor Detail

      • Attribute

        public Attribute​(org.xml.sax.Locator location,
                         javax.xml.namespace.QName name,
                         Leaf leaf)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object