|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectfi.hut.tml.xsmiles.mlfc.MLFC
fi.hut.tml.xsmiles.mlfc.xbl2.XBLMLFC
This class represents XBLMLFC that creates all the XBL specific elements. When the XML parser notices that there are XBL elements in the XML file, the XML parser creates an XBLMLFC and calls the method createElementNS for each XBL element inside the host document and thus creates the XBL DOM.
| Field Summary |
| Fields inherited from class fi.hut.tml.xsmiles.mlfc.MLFC |
contentHandler, controlsShown, title |
| Constructor Summary | |
XBLMLFC()
Constructor. |
|
| Method Summary | |
org.w3c.dom.Element |
createElementNS(org.apache.xerces.dom.DocumentImpl doc,
java.lang.String ns,
java.lang.String tag)
This method creates the XBL DOM elements and returns them. |
void |
start()
This method starts the XBL "presentation". |
void |
stop()
Stops the MLFC. |
| Methods inherited from class fi.hut.tml.xsmiles.mlfc.MLFC |
commitUpdateTransaction, createAttributeNS, get, getContainer, getContentHandler, getLocalname, getMLFCController, getMLFCListener, getMLFCParameters, getResourceReferencer, getTitle, getVersion, 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 |
| Constructor Detail |
public XBLMLFC()
| Method Detail |
public org.w3c.dom.Element createElementNS(org.apache.xerces.dom.DocumentImpl doc,
java.lang.String ns,
java.lang.String tag)
createElementNS in class MLFCpublic void start()
start in class MLFCpublic void stop()
stop in class MLFC
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||