|
|
Keywords:
Nested,
Subelement,
Child,
Element,
Intervening
A radioactive element that spontaneously decays into a new substance. The product of this decay is known as a "daughter" element.
An element that may contain other elements, referred to as subelements of the parent element. See also Subelement.
An element in which another (child) element is nested. For example: parent_element child_element /child_element /parent_element
An element that surrounds another element, which is referred to as its child element. For example, ParentChild/Child/Parent illustrates a parent element wrapping its child element.
In an Extensible Markup Language (XML) document, the element that contains another given element, which is called the child element.
The element containing the current element, with no intervening container elements.
An element that directly contains another element. The first element is said to be the parent of the second element.
the containing element in SGML terminology
(Application Developer's Guide - XML; search in this book)
An element that has one or more elements nested within it. Elements nested within a PARENT element are called CHILD elements.
|