xml.Parser

Object Description

Encapsulates the functionality used by NetSuite to parse an XML document.

For a complete list of this object’s methods, see Parser Object Members.

Supported Script Types

Client and server scripts

For more information, see SuiteScript 2.x Script Types.

Module

N/xml Module

Since

2015.2

Syntax
Important:

The following code sample shows the syntax for this member. It is not a functional example. For a complete script example, see N/xml Module Script Samples.

          //Add additional code 
...
var parserObj = xml.Parser;
...
//Add additional code 

        

Related Topics

General Notices