An abstraction that allows to hold an xml node or any other content that can be found inside an xml node: comments, content, CDATA-content, PI, entity references. This type is mainly used inside the MIXED API, which allows to get access to every particular item found inside a particular node (axlNode). Every item has a type (AxlItemType) and a content that is being encapsulated and usually accessed by axl_item_get_data. Check the Axl Item interface for more information.
|