Class Summary : TAttributes2Adapter

Methods

function isDeclared(Integer) : Boolean
function isDeclared(PSAXChar, Integer) : Boolean
function isDeclared(PSAXChar, Integer, PSAXChar, Integer) : Boolean
function isSpecified(Integer) : Boolean
function isSpecified(PSAXChar, Integer, PSAXChar, Integer) : Boolean
function isSpecified(PSAXChar, Integer) : Boolean
function getInterface() : IBufferedAttributes


function isDeclared( index : Integer) : Boolean;

IBufferedAttributes2

Top


function isDeclared( qName : PSAXChar; qNameLength : Integer) : Boolean;


Top


function isDeclared( uri : PSAXChar; uriLength : Integer; localName : PSAXChar; localNameLength : Integer) : Boolean;


Top


function isSpecified( index : Integer) : Boolean;


Top


function isSpecified( uri : PSAXChar; uriLength : Integer; localName : PSAXChar; localNameLength : Integer) : Boolean;


Top


function isSpecified( qName : PSAXChar; qNameLength : Integer) : Boolean;


Top


function getInterface() : IBufferedAttributes;


Top