Java org.xml.sax AttributeList fields, constructors, methods, implement or subclass

Example usage for Java org.xml.sax AttributeList fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.xml.sax AttributeList.

The text is from its open source code.

Method

intgetLength()
Return the number of attributes in this list.
StringgetName(int i)
Return the name of an attribute in this list (by position).
StringgetType(int i)
Return the type of an attribute in the list (by position).
StringgetType(String name)
Return the type of an attribute in the list (by name).
StringgetValue(int i)
Return the value of an attribute in the list (by position).
StringgetValue(String name)
Return the value of an attribute in the list (by name).