AxdBaseCreate.moveToNextXmlElement Method [AX 2012]

This method is for internal use only.

Move the Axd xml reader to the next xml element.

Syntax

protected boolean moveToNextXmlElement([boolean _throw])

Run On

Server

Parameters

  • _throw
    Type: boolean
    Flag to indicate that an exception should be thrown if the Axd xml reader could not move to the next element.

Return Value

Type: boolean
true if the Axd xml reader moved to the next element; otherwise, false.

Exceptions

Exception Condition
Error

An exception is thrown if the Axd xml reader could not move to the next element and the _throw parameter is true.

See Also

Reference

AxdBaseCreate Class