AxmlType Class

Represents type AxmlType.

Namespace: flcXMLDocument
type
 AxmlType = class
 end;

The AxmlType type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the AxmlType class.

Top
Show:
 NameDescription
ChildByIndex[Integer]

Represents property ChildByIndex[Integer].

ChildByName[UnicodeString]

Represents property ChildByName[UnicodeString].

ChildCount

Represents property ChildCount.

LocalName

Represents property LocalName.

Name

Represents property Name.

NameSpace

Represents property NameSpace.

Top
Show:
 NameDescription
AddAssigned(AxmlType)

Represents method AddAssigned(AxmlType).

AddChild(AxmlType)

Represents method AddChild(AxmlType).

AddChildren(AxmlType[])

Represents method AddChildren(AxmlType[]).

AsUnicodeString(TxmlPrintOptions,Integer)

Represents method AsUnicodeString(TxmlPrintOptions,Integer).

AsUTF8String(TxmlPrintOptions,Integer)

Represents method AsUTF8String(TxmlPrintOptions,Integer).

Find(CxmlType)

Overloaded. Represents method Find(CxmlType).

Find(UnicodeString,CxmlType)

Overloaded. Represents method Find(UnicodeString,CxmlType).

GetChildCountByClass(CxmlType)

Represents method GetChildCountByClass(CxmlType).

GetNames(CxmlType)

Represents method GetNames(CxmlType).

Init

Represents method Init.

IsAsciiName(RawByteString,Boolean)

Represents method IsAsciiName(RawByteString,Boolean).

IsName(UnicodeString)

Represents method IsName(UnicodeString).

PosNext(AxmlType,CxmlType,Integer)

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

PosNext(AxmlType,UnicodeString,CxmlType,Integer)

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

Print(AxmlPrinter,Integer)

Represents method Print(AxmlPrinter,Integer).

TextContent(TxmlMarkupDeclarationList)

Represents method TextContent(TxmlMarkupDeclarationList).

Top