WebLOAD provides an embedded, third-party XML parser object to improve the multi-platform support for XML parsing within the WebLOAD environment. The XML parser object can be used instead of MSXML and Java XML parsing, resulting in lower memory consumption and increased performance during load testing. 

The XML parser object can be used to reference any element in an XML document. For desired details of a specified element. 

http://xml.apache.org/xerces-c/).

The XML parser object is instanced as follows:

xmlObject = new XMLParserObject();

receives an XML string instead of a URI.

detailed example of the implementation of the XML parser object.

Example

xmlObject = new XMLParserObject();

nodeType = domNode.getNodeType();

nodeParent = domNode.getParentNode().getNodeName();

numOfChilds = domNode.getChildNodes().getLength();

domNode1.insertBefore(newNode1, domNode);

WebLoad XML-parser methods

WebLoad XML-parser methods

WebLoad XML-parser methods

WebLoad XML-parser methods

相关文章:

  • 2022-12-23
  • 2021-07-09
  • 2021-09-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-15
  • 2022-01-27
猜你喜欢
  • 2021-11-19
  • 2021-11-05
  • 2021-10-04
  • 2022-01-20
  • 2021-11-15
  • 2021-11-26
相关资源
相似解决方案