XML-NODE-NAME and SERIALIZE-NAME
- Last Updated: July 25, 2014
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
XML-NODE-NAME and SERIALIZE-NAME
The XML-NODE-NAME attribute's
purpose overlaps with the SERIALIZE-NAME attribute.
Because of this overlap, the attributes interact as follows:
- The
READ-XML( )andWRITE-XML( )methods always use theXML-NODE-NAMEattribute value. If you set a value for theXML-NODE-NAMEattribute, it keeps that value regardless of how you set theSERIALIZE-NAMEattribute. - If you do not set the
XML-NODE-NAMEattribute and set theSERIALIZE-NAMEattribute, the AVM setsXML-NODE-NAMEequal toSERIALIZE-NAME. - If you do not set either attribute, the AVM sets both to the ABL object name.