PCRuntimeXmlParseBase.parseXmlElementCollection Method [AX 2012]
Parses a collection of XML elements.
protected void parseXmlElementCollection(
XmlElement _xmlElement,
str _xmlElementTag,
PCRuntimeXmlParseBase _runtimeXmlParse,
PCRuntimeInterface _runtimeBase)
Run On
CalledParameters
- _xmlElement
- Type: XmlElement Class
The XML element container instance.
- _xmlElementTag
- Type: str
The XML element tag to target.
- _runtimeXmlParse
- Type: PCRuntimeXmlParseBase Class
The runtime parse that is associated with the target element.
- _runtimeBase
- Type: PCRuntimeInterface Interface
The runtime data structure class.
Community Additions
ADD
Show: