TxmlAttribute Class

Represents type TxmlAttribute.

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

The TxmlAttribute type exposes the following members.

Show:
 NameDescription
Create(UnicodeString,TxmlAttValue)

Overloaded. Initializes a new instance of the TxmlAttribute class.

Destroy

Represents the destructor of the TxmlAttribute class.

Top
Show:
 NameDescription
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.)

Value

Represents property Value.

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.)

Find(CxmlType)

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

Find(UnicodeString,CxmlType)

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

FloatContent(TxmlMarkupDeclarationList,Extended)

Represents method FloatContent(TxmlMarkupDeclarationList,Extended).

GetChildCountByClass(CxmlType)

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

GetName

Represents method GetName. (Overrides AxmlType.GetName.)

GetNames(CxmlType)

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

GetNameSpaceDeclaration(UnicodeString,UnicodeString)

Represents method GetNameSpaceDeclaration(UnicodeString,UnicodeString).

Init

Represents method Init. (Inherited from AxmlType.)

IntegerContent(TxmlMarkupDeclarationList,Int64)

Represents method IntegerContent(TxmlMarkupDeclarationList,Int64).

IsAsciiName(RawByteString,Boolean)

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

IsName(UnicodeString)

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

IsNameSpaceDeclaration

Represents method IsNameSpaceDeclaration.

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). (Overrides AxmlType.TextContent(TxmlMarkupDeclarationList).)

Top
Show:
 NameDescription
FName

Represents field FName.

FValue

Represents field FValue.

Top