Package | Description |
---|---|
sigmlgen |
This package imlements the generation of SiGML documents in various forms.
|
sigmlinlib |
This package defines the classes that define the main SiGML Input Library
API, including the provision of a networked SiGML signing data input service
using TCP/IP and UDP server sockets, suitable for use by an avatar based
SiGML animation module.
|
Modifier and Type | Method and Description |
---|---|
GSiGMLSign[] |
SiGMLChildNodesProcessor.getSigns()
Returns the array of signs generated by this processor, which
may be empty in case of error.
|
GSiGMLSign[] |
SiGMLDocToGSiGMLSigns.getSigns()
Returns the sequence of
GSiGMLSign s generated by this
converter. |
GSiGMLSign[] |
SigningRefProcessor.getSigns()
Returns the sequence of signs for this processor's signing-reference
element, which will be empty if error(s) occurred during processing.
|
Constructor and Description |
---|
GSiGMLSign(GSiGMLSign sign)
Constructs a new sign, which is a clone of the given one.
|
Modifier and Type | Method and Description |
---|---|
GSiGMLSign[] |
SiGMLInLib.sigmlToGSiGMLSigns(java.lang.String sigml)
Returns an array of
GSiGMLSign s for the
given SiGML string. |
GSiGMLSign[] |
SiGMLInLib.sigmlToGSiGMLSigns(java.lang.String sigml,
java.net.URI baseuri)
Returns an array of
GSiGMLSign s for the
given SiGML string, using the specifed base URI. |