DataTreeNodeHTTPClientJSONDocumentInheritance PathObjectType Feature StructuredDoc JSONDocument ExampleJSONNodeInheritance PathObjectType Feature VolatileInstance JSONNode ExampleStructuredDocXMLCDATAA section of element content marked for the XML parser to parse as only character data, not markup. Inheritance PathObjectType Feature XMLNode XMLCDATA Attributes
Examplenew("XMLCDATA",currentRef.V_description,xmlCurrentNode) XMLCommentInheritance PathObjectType Feature XMLNode XMLComment Attributes
Examplenew("XMLComment","InstanceOf",xmlCurrentNode) XMLDocumentInheritance PathObjectType Feature XMLDocument Attributes
Example/* XML Document creation */ /* NULL owner means file-based XML Document */ xmlDoc = new("XMLDocument","ProductDescription",NULL) XMLElementInheritance PathObjectType Feature XMLNode XMLElement ExamplexmlCurrentNode = new("XMLElement",currentRef.Name,refsToAnalyzeFatherNodes[1]) XMLNodeA single node in an XML document. Inheritance PathObjectType Feature XMLNode XMLTextInheritance PathObjectType Feature XMLNode XMLText Attributes
Examplenew("XMLText","Owner: "+currentRef.V_user,xmlCurrentNode) |