TxmlElement Class
Represents type TxmlElement.
type TxmlElement = class(AxmlElement) end;
The TxmlElement type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Create(TxmlStartTag,TxmlEndTag,TxmlElementContent) | Initializes a new instance of the TxmlElement class. |
![]() | Destroy | Represents the destructor of the TxmlElement class. |
| Name | Description | |
|---|---|---|
![]() | Attributes | Represents property |
![]() | ChildByIndex[Integer] | Represents property |
![]() | ChildByName[UnicodeString] | Represents property |
![]() | ChildContentText[UnicodeString] | Represents property |
![]() | ChildContent[UnicodeString] | Represents property |
![]() | ChildCount | Represents property |
![]() | Content | Represents property |
![]() | EndTag | Represents property |
![]() | LocalName | Represents property |
![]() | Name | Represents property |
![]() | NameSpace | Represents property |
![]() | Tag | Represents property |
| Name | Description | |
|---|---|---|
![]() | AddAssigned(AxmlType) | Represents method |
![]() | AddChild(AxmlType) | Represents method |
![]() | AddChildren(AxmlType[]) | Represents method |
![]() | AsUnicodeString(TxmlPrintOptions,Integer) | Represents method |
![]() | AsUTF8String(TxmlPrintOptions,Integer) | Represents method |
![]() | AttrAsFloat(UnicodeString,TxmlMarkupDeclarationList,Extended) | Represents method |
![]() | AttrAsInteger(UnicodeString,TxmlMarkupDeclarationList,Integer) | Represents method |
![]() | AttrAsText(UnicodeString,TxmlMarkupDeclarationList,UnicodeString) | Represents method |
![]() | AttrNames | Represents method |
![]() | ElementByName(UnicodeString) | Represents method |
![]() | ElementCount | Represents method |
![]() | ElementCountByName(UnicodeString) | Represents method |
![]() | ElementNames | Represents method |
![]() | ElementsByName(UnicodeString) | Represents method |
![]() | Find(CxmlType) | Overloaded. Represents method |
![]() | Find(UnicodeString,CxmlType) | Overloaded. Represents method |
![]() | FirstElement | Represents method |
![]() | GetChildCountByClass(CxmlType) | Represents method |
![]() | GetContent | Represents method |
![]() | GetName | Represents method |
![]() | GetNames(CxmlType) | Represents method |
![]() | GetTag | Represents method |
![]() | HasAttribute(UnicodeString) | Represents method |
![]() | Init | Represents method |
![]() | IsAsciiName(RawByteString,Boolean) | Represents method |
![]() | IsName(UnicodeString) | Represents method |
![]() | PosNext(AxmlType,CxmlType,Integer) | Overloaded. Represents method |
![]() | PosNext(AxmlType,UnicodeString,CxmlType,Integer) | Overloaded. Represents method |
![]() | PosNextElement(AxmlElement,Integer) | Represents method |
![]() | PosNextElementByName(AxmlElement,UnicodeString,Integer) | Represents method |
![]() | Print(AxmlPrinter,Integer) | Represents method |
![]() | TextContent(TxmlMarkupDeclarationList) | Represents method |



