public class SiGMLChildNodesProcessor
extends java.lang.Object
SiGMLDocToGSiGMLSigns
class,
allowing the apppropriate sequence of gestural SiGML signs to
be generated from the child nodes of a SiGML document element,
taking into account any occurrences of either <signing_ref>
or <player_settings>
elements among these children.Constructor and Description |
---|
SiGMLChildNodesProcessor(HNSSignElementToHNS hstoh,
HNSToHML htoh,
HMLToSiGML htos,
XmlElementTextGen xtgen,
java.net.URI base,
org.w3c.dom.Document sigmldoc,
org.w3c.dom.NodeList childnodes)
Constructs a new processor for a SiGML document's child nodes,
using the given standard repertoire of converters,
the document's base URI, its DOM node, and its child
node list.
|
Modifier and Type | Method and Description |
---|---|
GSiGMLSign[] |
getSigns()
Returns the array of signs generated by this processor, which
may be empty in case of error.
|
public SiGMLChildNodesProcessor(HNSSignElementToHNS hstoh, HNSToHML htoh, HMLToSiGML htos, XmlElementTextGen xtgen, java.net.URI base, org.w3c.dom.Document sigmldoc, org.w3c.dom.NodeList childnodes)
public GSiGMLSign[] getSigns()