fi.hut.tml.xsmiles.mlfc.signature
Class SignatureMLFC
java.lang.Object
fi.hut.tml.xsmiles.mlfc.MLFC
fi.hut.tml.xsmiles.mlfc.signature.SignatureMLFC
- All Implemented Interfaces:
- ResourceFetcher
- public class SignatureMLFC
- extends MLFC
SignatureMLFC is the XML Signature main function. It creates the elements
and controls them. Namespace: http://www.xsmiles.org/2002/signature
- Author:
- hguo
|
Method Summary |
org.w3c.dom.Element |
createElementNS(org.apache.xerces.dom.DocumentImpl doc,
java.lang.String ns,
java.lang.String tag)
Create a DOM element. |
java.lang.String |
getVersion()
Get the version of the MLFC. |
void |
start()
Start the MLFC. |
void |
stop()
Stop the MLFC. |
| Methods inherited from class fi.hut.tml.xsmiles.mlfc.MLFC |
commitUpdateTransaction, createAttributeNS, get, getContainer, getContentHandler, getLocalname, getMLFCController, getMLFCListener, getMLFCParameters, getResourceReferencer, getTitle, getXMLDocument, init, initMLFC, isHost, isPrimary, pause, rollbackUpdateTransaction, setContainer, setContentHandler, setHost, setMLFCListener, setMLFCParameters, setTitle, setXMLDocument, setZoom, startMLFC, startUpdateTransaction, stopMLFC |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
namespace
public static final java.lang.String namespace
- See Also:
- Constant Field Values
XMLSIG_ns
public static final java.lang.String XMLSIG_ns
- See Also:
- Constant Field Values
SignatureMLFC
public SignatureMLFC()
getVersion
public final java.lang.String getVersion()
- Get the version of the MLFC. This version number is updated
with the browser version number at compilation time. This version number
indicates the browser version this MLFC was compiled with and should be run with.
- Overrides:
getVersion in class MLFC
- Returns:
- MLFC version number.
createElementNS
public org.w3c.dom.Element createElementNS(org.apache.xerces.dom.DocumentImpl doc,
java.lang.String ns,
java.lang.String tag)
- Create a DOM element.
- Overrides:
createElementNS in class MLFC
start
public void start()
- Description copied from class:
MLFC
- Start the MLFC.
This function is the pair to stop().
- Specified by:
start in class MLFC
stop
public void stop()
- Description copied from class:
MLFC
- Stop the MLFC.
This function is the pair to start().
- Specified by:
stop in class MLFC
X-Smiles 1.2