Class XmlParser.Attribute

java.lang.Object
org.eclipse.jetty.xml.XmlParser.Attribute
Enclosing class:
XmlParser

public static class XmlParser.Attribute extends Object
XML Attribute.
  • Field Details

    • _name

      private String _name
    • _value

      private String _value
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getValue

      public String getValue()