Uses of Class
sigmlgen.GSiGMLSign

Packages that use GSiGMLSign
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. 
 

Uses of GSiGMLSign in sigmlgen
 

Methods in sigmlgen that return GSiGMLSign
 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 GSiGMLSigns 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.
 

Constructors in sigmlgen with parameters of type GSiGMLSign
GSiGMLSign(GSiGMLSign sign)
          Constructs a new sign, which is a clone of the given one.
 

Uses of GSiGMLSign in sigmlinlib
 

Methods in sigmlinlib that return GSiGMLSign
 GSiGMLSign[] SiGMLInLib.sigmlToGSiGMLSigns(java.lang.String sigml)
          Returns an array of GSiGMLSigns for the given SiGML string.
 GSiGMLSign[] SiGMLInLib.sigmlToGSiGMLSigns(java.lang.String sigml, java.net.URI baseuri)
          Returns an array of GSiGMLSigns for the given SiGML string, using the specifed base URI.