ATxmlTagWithAttr Class
Represents type ATxmlTagWithAttr.
flcXMLDocument.AxmlType
flcXMLDocument.AxmlTag
flcXMLDocument.AxmlTagWithAttr
flcXMLDocument.ATxmlTagWithAttr
flcXMLDocument.TxmlEmptyElementTag
flcXMLDocument.TxmlStartTag
type ATxmlTagWithAttr = class(AxmlTagWithAttr) end;
The ATxmlTagWithAttr type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Create(UnicodeString,AxmlAttributeList) | Initializes a new instance of the ATxmlTagWithAttr class. |
![]() | Destroy | Represents the destructor of the ATxmlTagWithAttr class. |
| Name | Description | |
|---|---|---|
![]() | AttrCount | Represents property |
![]() | Attributes | Represents property |
![]() | AttrNames | Represents property |
![]() | ChildByIndex[Integer] | Represents property |
![]() | ChildByName[UnicodeString] | Represents property |
![]() | ChildCount | Represents property |
![]() | LocalName | Represents property |
![]() | Name | Represents property |
![]() | NameSpace | 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 |
![]() | Find(CxmlType) | Overloaded. Represents method |
![]() | Find(UnicodeString,CxmlType) | Overloaded. Represents method |
![]() | GetAttrCount | Represents method |
![]() | GetAttributes | Represents method |
![]() | GetAttrNames | Represents method |
![]() | GetChildCountByClass(CxmlType) | Represents method |
![]() | GetName | Represents method |
![]() | GetNames(CxmlType) | 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 |
![]() | Print(AxmlPrinter,Integer) | Represents method |
![]() | TextContent(TxmlMarkupDeclarationList) | Represents method |



