TXMLStack Object Methods |
Unit
IcXMLParser
Declaration
TXMLStack = class(TObject)
Description
It is used during parsing hierarchic structure of elements in XML document. Occured element is pushed on stack and removed when its end-tag is occured.
Introduced Methods |
![]() | Create |
![]() | Destroy ![]() |
![]() | GetHead |
![]() | Pop |
![]() | Push |
|