API Integrator 2016 Java Edition
API Integrator 2016 Java Edition
Questions / Feedback?

XChildren Property

Collection of child elements of the currently selected XML element.

Syntax

public XMLElementList getXChildren();
public void setXChildren(XMLElementList XChildren);

Remarks

This property contains a collection of child elements of the currently selected XML element. The elements are provided in the collection in the same order they are found in the XML document.

This property only applies when parsing XML. When parsing JSON, JChildren is populated instead. The XPath and other X* properties work for both JSON and XML.

This collection is indexed from 0 to size - 1.

This property is not available at design time.

Default Value

 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
API Integrator 2016 Java Edition - Version 16.0 [Build 7709]