Class AttributesExImpl

  • All Implemented Interfaces:
    AttributesEx, org.xml.sax.Attributes

    public final class AttributesExImpl
    extends AttributesImpl
    implements AttributesEx
    AttributesEx implementation. TODO: proper implementation that holds CharSequence
    Author:
    Kohsuke Kawaguchi
    • Constructor Detail

      • AttributesExImpl

        public AttributesExImpl()
    • Method Detail

      • getData

        public java.lang.CharSequence getData​(int idx)
        Description copied from interface: AttributesEx
        The same as Attributes.getValue(int)
        Specified by:
        getData in interface AttributesEx
      • getData

        public java.lang.CharSequence getData​(java.lang.String nsUri,
                                              java.lang.String localName)
        Description copied from interface: AttributesEx
        The same as Attributes.getValue(String,String)
        Specified by:
        getData in interface AttributesEx