| This interface represent elements that are children
for SequenceConstructor.
This is common type for such elements. Each child
has more specialized type and should be casted to this type.
Text value ( TEXT DOM Node ) could be associated with
each sequence element. TEXT nodes are not XslComponents.
They are considered as property of the immediately preceding element.
F.e.
<child/>
Text
In this case "Text" is the property of "child" Xsl component.
author: ads |