Uses of Interface
fi.hut.tml.xsmiles.XMLDocument

Packages that use XMLDocument
fi.hut.tml.xsmiles XSmiles browser core. 
fi.hut.tml.xsmiles.content   
fi.hut.tml.xsmiles.content.html   
fi.hut.tml.xsmiles.content.xml   
fi.hut.tml.xsmiles.dom XML DOM related classes. 
fi.hut.tml.xsmiles.gui The graphical user interface. 
fi.hut.tml.xsmiles.gui.components   
fi.hut.tml.xsmiles.gui.components.awt The common components for all GUIs. 
fi.hut.tml.xsmiles.gui.components.havi   
fi.hut.tml.xsmiles.gui.components.swing   
fi.hut.tml.xsmiles.gui.swing   
fi.hut.tml.xsmiles.mlfc MLFC (Markup Language Functionality Component) classes, which handle documents of a specific markup language. 
fi.hut.tml.xsmiles.mlfc.general General utilities used by the MLFCs. 
fi.hut.tml.xsmiles.mlfc.jax   
fi.hut.tml.xsmiles.mlfc.smil The SMIL 2.0 implementation. 
fi.hut.tml.xsmiles.mlfc.swing   
fi.hut.tml.xsmiles.mlfc.xbl2   
fi.hut.tml.xsmiles.mlfc.xforms The XForms implementation. 
fi.hut.tml.xsmiles.mlfc.xforms.dom XForms User Interface layer. 
fi.hut.tml.xsmiles.mlfc.xslfo.render FO extensions renderer. 
fi.hut.tml.xsmiles.mlfc.xslfo.render.jdk11 Java 1.1 compliant AWT renderer. 
fi.hut.tml.xsmiles.mlfc.xslfo.render.jdk12   
 

Uses of XMLDocument in fi.hut.tml.xsmiles
 

Classes in fi.hut.tml.xsmiles that implement XMLDocument
 class XSmilesXMLDocument
          The XMLdocument is an object that can retrieve and parse a XML document when given the URL of the document as an argument in the constructor.
 

Fields in fi.hut.tml.xsmiles declared as XMLDocument
protected  XMLDocument Browser.currentDocument
           
 

Methods in fi.hut.tml.xsmiles that return XMLDocument
 XMLDocument BrowserWindow.getXMLDocument()
          Gets the document that has recently been valid (shown)
 XMLDocument Browser.getXMLDocument()
          Gets the primary document that is currently shown in the browser's main window.
 

Methods in fi.hut.tml.xsmiles with parameters of type XMLDocument
 void BrowserMLFCListener.showSource(XMLDocument doc, int mode, java.lang.String heading)
          The modes are from XSmilesView class
 void BrowserMLFCListener.showLinkPopup(java.net.URL url, XMLDocument doc, java.awt.event.MouseEvent e)
          open a link popup
 

Uses of XMLDocument in fi.hut.tml.xsmiles.content
 

Fields in fi.hut.tml.xsmiles.content declared as XMLDocument
protected  XMLDocument BaseContentHandler.fDoc
           
 

Methods in fi.hut.tml.xsmiles.content that return XMLDocument
 XMLDocument XSmilesContentHandler.getXMLDocument()
          for XML type of media, this returns the XML content holder object XMLDocument, otherwise null
 XMLDocument BaseContentHandler.getXMLDocument()
           
 

Uses of XMLDocument in fi.hut.tml.xsmiles.content.html
 

Classes in fi.hut.tml.xsmiles.content.html that implement XMLDocument
 class HTMLDocument
          The XMLdocument is an object that can retrieve and parse a XML document when given the URL of the document as an argument in the constructor.
 

Methods in fi.hut.tml.xsmiles.content.html that return XMLDocument
protected  XMLDocument HTMLContentHandler.createDocument(BrowserWindow b, java.io.InputStream s, XLink l)
           
 

Uses of XMLDocument in fi.hut.tml.xsmiles.content.xml
 

Fields in fi.hut.tml.xsmiles.content.xml declared as XMLDocument
protected  XMLDocument XMLContentHandler.doc
          the XMLDocument of this contenthandler
 

Methods in fi.hut.tml.xsmiles.content.xml that return XMLDocument
protected  XMLDocument XMLContentHandler.createDocument(BrowserWindow b, java.io.InputStream s, XLink l)
           
protected  XMLDocument XMLContentHandler.fetchParseAndTransformDocument(XLink link, java.io.InputStream stream)
          this protected method uses XMLDocument to read the stream and tries to catch all exeptions
 

Methods in fi.hut.tml.xsmiles.content.xml with parameters of type XMLDocument
static void MLFCManager.initMLFC(XMLDocument document, java.awt.Container c, MLFCListener mlfcListener, BrowserWindow browser, XSmilesContentHandler ch)
           
static void MLFCManager.pauseMLFC(XMLDocument document)
           
static void MLFCManager.activateMLFC(XMLDocument document, java.awt.Container c, MLFCListener mlfcListener, BrowserWindow browser, boolean primary)
          Activates a new Primary MLFC.
static void MLFCManager.stopMLFC(XMLDocument doc)
          stops all MLFCs in the doc.
static void MLFCManager.closeMLFC(XMLDocument doc)
           
static void MLFCManager.startMLFCs(java.util.Hashtable MLFCs, XMLDocument doc, java.awt.Container c, MLFCListener ml)
           
static void MLFCManager.startMLFCs(java.util.Hashtable MLFCs, XMLDocument doc, java.awt.Container c, MLFCListener ml, BrowserWindow browza)
          Initialize the xforms elements in this document / presentation.
static void MLFCManager.initMLFCs(java.util.Hashtable MLFCs, XMLDocument doc, java.awt.Container c, MLFCListener ml, XSmilesContentHandler ch)
           
static void MLFCManager.initMLFCs(java.util.Hashtable MLFCs, XMLDocument doc, java.awt.Container c, MLFCListener ml, BrowserWindow browza, XSmilesContentHandler ch)
          Initialize the xforms elements in this document / presentation.
 

Uses of XMLDocument in fi.hut.tml.xsmiles.dom
 

Methods in fi.hut.tml.xsmiles.dom that return XMLDocument
 XMLDocument XSmilesDocumentImpl.getXMLDocument()
           
 

Uses of XMLDocument in fi.hut.tml.xsmiles.gui
 

Methods in fi.hut.tml.xsmiles.gui with parameters of type XMLDocument
 void XSmilesUIAWT.showSource(XMLDocument doc, int mode, java.lang.String heading)
          The modes are from XSmilesView class
static void XSmilesUIAWT.showSourceStatic(XMLDocument doc, int mode, java.lang.String heading)
          The modes are from XSmilesView class
 void GUI.showSource(XMLDocument doc, int mode, java.lang.String heading)
          The modes are from XSmilesView class
 

Uses of XMLDocument in fi.hut.tml.xsmiles.gui.components
 

Methods in fi.hut.tml.xsmiles.gui.components with parameters of type XMLDocument
 void ComponentFactory.showLinkPopup(java.net.URL url, XMLDocument doc, java.awt.event.MouseEvent e, MLFCListener listener)
           
 

Uses of XMLDocument in fi.hut.tml.xsmiles.gui.components.awt
 

Methods in fi.hut.tml.xsmiles.gui.components.awt with parameters of type XMLDocument
 void AWTComponentFactory.showLinkPopup(java.net.URL url, XMLDocument doc, java.awt.event.MouseEvent e, MLFCListener listener)
           
 

Uses of XMLDocument in fi.hut.tml.xsmiles.gui.components.havi
 

Methods in fi.hut.tml.xsmiles.gui.components.havi with parameters of type XMLDocument
 void HaviComponentFactory.showLinkPopup(java.net.URL url, XMLDocument doc, java.awt.event.MouseEvent e, MLFCListener listener)
           
 

Uses of XMLDocument in fi.hut.tml.xsmiles.gui.components.swing
 

Fields in fi.hut.tml.xsmiles.gui.components.swing declared as XMLDocument
protected  XMLDocument SwingPopup.document
           
 

Methods in fi.hut.tml.xsmiles.gui.components.swing with parameters of type XMLDocument
 void SwingLinkPopup.show(java.awt.Component comp, int x, int y, XMLDocument doc, java.net.URL link, MLFCListener window)
           
 void DefaultComponentFactory.showLinkPopup(java.net.URL url, XMLDocument doc, java.awt.event.MouseEvent e, MLFCListener listener)
           
 void SwingContentPopup.show(java.awt.Component comp, int x, int y, XMLDocument doc, java.net.URL link, MLFCListener window)
           
 

Uses of XMLDocument in fi.hut.tml.xsmiles.gui.swing
 

Methods in fi.hut.tml.xsmiles.gui.swing with parameters of type XMLDocument
 void XSmilesUI.showSource(XMLDocument doc, int mode, java.lang.String heading)
          The modes are from XSmilesView class
 

Uses of XMLDocument in fi.hut.tml.xsmiles.mlfc
 

Methods in fi.hut.tml.xsmiles.mlfc that return XMLDocument
 XMLDocument MLFC.getXMLDocument()
           
 

Methods in fi.hut.tml.xsmiles.mlfc with parameters of type XMLDocument
 void SourceMLFC.display(XMLDocument doc, int mode, java.awt.Container c)
          Displays document in the MLFC area of the GUI window.
 void MLFCListener.showSource(XMLDocument doc, int mode, java.lang.String heading)
          The modes are from XSmilesView class
 void MLFCListener.showLinkPopup(java.net.URL url, XMLDocument doc, java.awt.event.MouseEvent e)
          open a link popup
 void CoreMLFC.startMLFC(XMLDocument a_doc, java.awt.Container cont, boolean a_primary, BrowserWindow bw)
           
 void MLFC.initMLFC(XMLDocument a_doc, java.awt.Container cont)
          Displays document in the MLFC area of the GUI window.
 void MLFC.startMLFC(XMLDocument a_doc, java.awt.Container cont)
          Displays document in the MLFC area of the GUI window.
 void MLFC.setXMLDocument(XMLDocument doc)
           
 

Uses of XMLDocument in fi.hut.tml.xsmiles.mlfc.general
 

Methods in fi.hut.tml.xsmiles.mlfc.general with parameters of type XMLDocument
 java.lang.String Helper.parseRelativeURL(java.lang.String src, XMLDocument xmldoc)
           
 void Helper.setDocumentBase(XMLDocument xmldoc)
           
 

Uses of XMLDocument in fi.hut.tml.xsmiles.mlfc.jax
 

Methods in fi.hut.tml.xsmiles.mlfc.jax with parameters of type XMLDocument
 void JAXMLFC.displaySecondaryMLFC(XMLDocument doc, java.awt.Container cont)
          Display document in some container
 

Uses of XMLDocument in fi.hut.tml.xsmiles.mlfc.smil
 

Methods in fi.hut.tml.xsmiles.mlfc.smil with parameters of type XMLDocument
 void SMILMLFC.startup(XMLDocument doc)
          Common starter for primary and secondary MLFC.
 

Uses of XMLDocument in fi.hut.tml.xsmiles.mlfc.swing
 

Methods in fi.hut.tml.xsmiles.mlfc.swing with parameters of type XMLDocument
 void TreeView.view(java.awt.Container container, XMLDocument document)
          Displays tree in the MLFC area of the GUI window.
 void TreeView.displaySecondaryMLFC(XMLDocument d, java.awt.Container c)
           
 

Uses of XMLDocument in fi.hut.tml.xsmiles.mlfc.xbl2
 

Methods in fi.hut.tml.xsmiles.mlfc.xbl2 with parameters of type XMLDocument
 void BindingHandler.addBindingDocumentPI(XMLDocument doc)
          Adds an XML document to the PI binding documents.
 

Uses of XMLDocument in fi.hut.tml.xsmiles.mlfc.xforms
 

Methods in fi.hut.tml.xsmiles.mlfc.xforms that return XMLDocument
 XMLDocument XFormsElementHandler.getXMLDocument()
           
 

Uses of XMLDocument in fi.hut.tml.xsmiles.mlfc.xforms.dom
 

Methods in fi.hut.tml.xsmiles.mlfc.xforms.dom that return XMLDocument
 XMLDocument XFormsElementImpl.getXMLDocument()
           
 

Uses of XMLDocument in fi.hut.tml.xsmiles.mlfc.xslfo.render
 

Fields in fi.hut.tml.xsmiles.mlfc.xslfo.render declared as XMLDocument
protected  XMLDocument CommonExtensions.xmldoc
           
 

Constructors in fi.hut.tml.xsmiles.mlfc.xslfo.render with parameters of type XMLDocument
CommonExtensions(org.apache.fop.render.Renderer a_renderer, MLFCListener ml, XMLDocument doc)
          Constructor.
 

Uses of XMLDocument in fi.hut.tml.xsmiles.mlfc.xslfo.render.jdk11
 

Constructors in fi.hut.tml.xsmiles.mlfc.xslfo.render.jdk11 with parameters of type XMLDocument
XSmilesAWTRenderer11(org.apache.fop.viewer.Translator aRes, MLFCListener ml, XMLDocument doc)
          Constructor.
 

Uses of XMLDocument in fi.hut.tml.xsmiles.mlfc.xslfo.render.jdk12
 

Constructors in fi.hut.tml.xsmiles.mlfc.xslfo.render.jdk12 with parameters of type XMLDocument
XSmilesAWTRenderer(org.apache.fop.viewer.Translator aRes, MLFCListener ml, XMLDocument doc)
          Constructor.
 



X-Smiles 1.2