xml.parser
Class TagParser.Attr

java.lang.Object
  extended by xml.parser.TagParser.Attr
Enclosing class:
TagParser

public static class TagParser.Attr
extends java.lang.Object


Field Summary
 int end
          Attribute's end
 java.lang.String name
          Attribute's name (what's before the =)
 int start
          Attribute's start
 java.lang.String val
          Attribute's value (with quotes)
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name
Attribute's name (what's before the =)


val

public java.lang.String val
Attribute's value (with quotes)


start

public int start
Attribute's start


end

public int end
Attribute's end

Method Detail

toString

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