function getLength() : Integer;
IAttributesfunction getURI( index : Integer) : SAXString;
function getLocalName( index : Integer) : SAXString;
function getQName( index : Integer) : SAXString;
function getType( index : Integer) : SAXString;
function getType(const uri : SAXString; const localName : SAXString) : SAXString;
function getType(const qName : SAXString) : SAXString;
function getValue( index : Integer) : SAXString;
function getValue(const uri : SAXString; const localName : SAXString) : SAXString;
function getValue(const qName : SAXString) : SAXString;
function getIndex(const uri : SAXString; const localName : SAXString) : Integer;
function getIndex(const qName : SAXString) : Integer;
procedure init(const bufferedAttributes : IBufferedAttributes);
function getInterface() : IAttributes;