TxmlAttributeList Class

Represents type TxmlAttributeList.

Namespace: flcXMLDocument
TObject
  flcXMLDocument.AxmlType
    flcXMLDocument.AxmlAttributeList
      flcXMLDocument.TxmlAttributeList
type
 TxmlAttributeList = class(AxmlAttributeList)
 end;

The TxmlAttributeList type exposes the following members.

Show:
 NameDescription
Create(TxmlTypeList)

Initializes a new instance of the AxmlAttributeList class. (Inherited from AxmlAttributeList.)

Destroy

Represents the destructor of the TxmlAttributeList class.

Top
Show:
 NameDescription
AttrCount

Represents property AttrCount. (Inherited from AxmlAttributeList.)

AttrNames

Represents property AttrNames. (Inherited from AxmlAttributeList.)

ChildByIndex[Integer]

Represents property ChildByIndex[Integer]. (Inherited from AxmlType.)

ChildByName[UnicodeString]

Represents property ChildByName[UnicodeString]. (Inherited from AxmlType.)

ChildCount

Represents property ChildCount. (Inherited from AxmlType.)

LocalName

Represents property LocalName. (Inherited from AxmlType.)

Name

Represents property Name. (Inherited from AxmlType.)

NameSpace

Represents property NameSpace. (Inherited from AxmlType.)

Top
Show:
 NameDescription
AddAssigned(AxmlType)

Represents method AddAssigned(AxmlType). (Inherited from AxmlType.)

AddChild(AxmlType)

Represents method AddChild(AxmlType). (Inherited from AxmlType.)

AddChildren(AxmlType[])

Represents method AddChildren(AxmlType[]). (Inherited from AxmlType.)

AsUnicodeString(TxmlPrintOptions,Integer)

Represents method AsUnicodeString(TxmlPrintOptions,Integer). (Inherited from AxmlType.)

AsUTF8String(TxmlPrintOptions,Integer)

Represents method AsUTF8String(TxmlPrintOptions,Integer). (Inherited from AxmlType.)

AttrAsFloat(UnicodeString,TxmlMarkupDeclarationList,Extended)

Represents method AttrAsFloat(UnicodeString,TxmlMarkupDeclarationList,Extended). (Overrides AxmlAttributeList.AttrAsFloat(UnicodeString,TxmlMarkupDeclarationList,Extended).)

AttrAsInteger(UnicodeString,TxmlMarkupDeclarationList,Int64)

Represents method AttrAsInteger(UnicodeString,TxmlMarkupDeclarationList,Int64). (Overrides AxmlAttributeList.AttrAsInteger(UnicodeString,TxmlMarkupDeclarationList,Int64).)

AttrAsText(UnicodeString,TxmlMarkupDeclarationList,UnicodeString)

Represents method AttrAsText(UnicodeString,TxmlMarkupDeclarationList,UnicodeString). (Overrides AxmlAttributeList.AttrAsText(UnicodeString,TxmlMarkupDeclarationList,UnicodeString).)

Find(CxmlType)

Overloaded. Represents method Find(CxmlType). (Inherited from AxmlType.)

Find(UnicodeString,CxmlType)

Overloaded. Represents method Find(UnicodeString,CxmlType). (Inherited from AxmlType.)

FindNextAttr(TxmlAttribute,Integer)

Represents method FindNextAttr(TxmlAttribute,Integer). (Overrides AxmlAttributeList.FindNextAttr(TxmlAttribute,Integer).)

GetAttrCount

Represents method GetAttrCount. (Overrides AxmlAttributeList.GetAttrCount.)

GetAttrNames

Represents method GetAttrNames. (Overrides AxmlAttributeList.GetAttrNames.)

GetChildCountByClass(CxmlType)

Represents method GetChildCountByClass(CxmlType). (Inherited from AxmlType.)

GetNames(CxmlType)

Represents method GetNames(CxmlType). (Inherited from AxmlType.)

GetNameSpaceURI(UnicodeString)

Represents method GetNameSpaceURI(UnicodeString). (Inherited from AxmlAttributeList.)

HasAttribute(UnicodeString)

Represents method HasAttribute(UnicodeString). (Overrides AxmlAttributeList.HasAttribute(UnicodeString).)

Init

Represents method Init. (Inherited from AxmlType.)

InitList(TxmlTypeList)

Represents method InitList(TxmlTypeList). (Overrides AxmlAttributeList.InitList(TxmlTypeList).)

IsAsciiName(RawByteString,Boolean)

Represents method IsAsciiName(RawByteString,Boolean). (Inherited from AxmlType.)

IsName(UnicodeString)

Represents method IsName(UnicodeString). (Inherited from AxmlType.)

PosNext(AxmlType,CxmlType,Integer)

Overloaded. Represents method PosNext(AxmlType,CxmlType,Integer). (Inherited from AxmlType.)

PosNext(AxmlType,UnicodeString,CxmlType,Integer)

Overloaded. Represents method PosNext(AxmlType,UnicodeString,CxmlType,Integer). (Inherited from AxmlType.)

Print(AxmlPrinter,Integer)

Represents method Print(AxmlPrinter,Integer). (Overrides AxmlType.Print(AxmlPrinter,Integer).)

TextContent(TxmlMarkupDeclarationList)

Represents method TextContent(TxmlMarkupDeclarationList). (Inherited from AxmlType.)

Top
Show:
 NameDescription
FList

Represents field FList.

Top