TxmlEmptyElement Class

Represents type TxmlEmptyElement.

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

The TxmlEmptyElement type exposes the following members.

Show:
 NameDescription
Create(TxmlEmptyElementTag)

Initializes a new instance of the TxmlEmptyElement class.

Destroy

Represents the destructor of the TxmlEmptyElement class.

Top
Show:
 NameDescription
Attributes

Represents property Attributes. (Inherited from AxmlElement.)

ChildByIndex[Integer]

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

ChildByName[UnicodeString]

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

ChildContentText[UnicodeString]

Represents property ChildContentText[UnicodeString]. (Inherited from AxmlElement.)

ChildContent[UnicodeString]

Represents property ChildContent[UnicodeString]. (Inherited from AxmlElement.)

ChildCount

Represents property ChildCount. (Inherited from AxmlType.)

Content

Represents property Content. (Inherited from AxmlElement.)

LocalName

Represents property LocalName. (Inherited from AxmlType.)

Name

Represents property Name. (Inherited from AxmlType.)

NameSpace

Represents property NameSpace. (Inherited from AxmlType.)

Tag

Represents property Tag. (Inherited from AxmlElement.)

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). (Inherited from AxmlElement.)

AttrAsInteger(UnicodeString,TxmlMarkupDeclarationList,Integer)

Represents method AttrAsInteger(UnicodeString,TxmlMarkupDeclarationList,Integer). (Inherited from AxmlElement.)

AttrAsText(UnicodeString,TxmlMarkupDeclarationList,UnicodeString)

Represents method AttrAsText(UnicodeString,TxmlMarkupDeclarationList,UnicodeString). (Inherited from AxmlElement.)

AttrNames

Represents method AttrNames. (Inherited from AxmlElement.)

ElementByName(UnicodeString)

Represents method ElementByName(UnicodeString). (Inherited from AxmlElement.)

ElementCount

Represents method ElementCount. (Inherited from AxmlElement.)

ElementCountByName(UnicodeString)

Represents method ElementCountByName(UnicodeString). (Inherited from AxmlElement.)

ElementNames

Represents method ElementNames. (Inherited from AxmlElement.)

ElementsByName(UnicodeString)

Represents method ElementsByName(UnicodeString). (Inherited from AxmlElement.)

Find(CxmlType)

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

Find(UnicodeString,CxmlType)

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

FirstElement

Represents method FirstElement. (Inherited from AxmlElement.)

GetChildCountByClass(CxmlType)

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

GetContent

Represents method GetContent. (Overrides AxmlElement.GetContent.)

GetName

Represents method GetName. (Overrides AxmlType.GetName.)

GetNames(CxmlType)

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

GetTag

Represents method GetTag. (Overrides AxmlElement.GetTag.)

HasAttribute(UnicodeString)

Represents method HasAttribute(UnicodeString). (Inherited from AxmlElement.)

Init

Represents method Init. (Inherited from AxmlType.)

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

PosNextElement(AxmlElement,Integer)

Represents method PosNextElement(AxmlElement,Integer). (Inherited from AxmlElement.)

PosNextElementByName(AxmlElement,UnicodeString,Integer)

Represents method PosNextElementByName(AxmlElement,UnicodeString,Integer). (Inherited from AxmlElement.)

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
FTag

Represents field FTag.

Top