child (XML)
Data representation of a node's child - transfer object
Used by the ChildrenData class which is used to return data about an node's children
Namespace: | http://familysearch.org/platform/artifacts |
---|---|
URI: | http://familysearch.org/platform/artifactschild |
Properties
Name | Type | Description | |
---|---|---|---|
apid | string | Get the apid of the child node | |
locator | string | Get the locator of this child node; mostly used for testing? | |
name | string | Get the name of the child node | |
order | int |
Example
<child apid="..." locator="..." name="..." order="..." xmlns="http://familysearch.org/platform/artifacts"/>