Package org.loboevolution.html.dom.smil
Interface SMILDocument
- All Superinterfaces:
Document
,DocumentRange
,DocumentTraversal
,ElementSequentialTimeContainer
,ElementTime
,ElementTimeContainer
,EventTarget
,Node
,NonElementParentNode
,ParentNode
A SMIL document is the root of the SMIL Hierarchy and holds the entire
content. Beside providing access to the hierarchy, it also provides some
convenience methods for accessing certain sets of information from the
document. Cover document timing, document locking?, linking modality and any
other document level issues. Are there issues with nested SMIL files? Is it
worth talking about different document scenarios, corresponding to differing
profiles? E.g. Standalone SMIL, HTML integration, etc.
-
Field Summary
Fields inherited from interface org.loboevolution.html.node.Document
HTML_NAMESPACE_URI, NAMESPACE_SVG, XML_NAMESPACE_URI, XMLNS_NAMESPACE_URI
Fields inherited from interface org.loboevolution.html.dom.smil.ElementTime
FILL_FREEZE, FILL_REMOVE, RESTART_ALWAYS, RESTART_NEVER, RESTART_WHEN_NOT_ACTIVE
Fields inherited from interface org.loboevolution.html.node.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NONE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
-
Method Summary
Methods inherited from interface org.loboevolution.html.node.Document
adoptNode, caretRangeFromPoint, clear, close, createAttribute, createAttributeNS, createCDATASection, createComment, createDocumentFragment, createElement, createElementNS, createElementNS, createEntityReference, createEvent, createExpression, createNSResolver, createProcessingInstruction, createTextNode, elementFromPoint, evaluate, execCommand, execCommand, execCommand, getActiveElement, getall, getAnchors, getApplets, getBgColor, getBody, getCharacterSet, getCharset, getCommands, getCompatMode, getContentType, getCookie, getCurrentScript, getDefaultView, getDesignMode, getDir, getDoctype, getDocumentElement, getDocumentURI, getDomain, getDomConfig, getElementById, getElementsByClassName, getElementsByName, getElementsByTagName, getElementsByTagNameNS, getEmbeds, getFgColor, getForms, getHead, getImages, getImplementation, getInputEncoding, getLastModified, getLinks, getLocation, getOrigin, getPlugins, getReadyState, getReferrer, getScripts, getScrollingElement, getSelection, getStrictErrorChecking, getTitle, getURL, getVisibilityState, getXmlEncoding, getXmlStandalone, getXmlVersion, hasFocus, importNode, isFullscreen, isFullscreenEnabled, isHidden, isXml, normalizeDocument, open, open, open, open, open, queryCommandEnabled, queryCommandIndeterm, queryCommandState, queryCommandSupported, queryCommandValue, releaseEvents, renameNode, setBgColor, setBody, setCookie, setDesignMode, setDir, setDocumentURI, setDomain, setFgColor, setLocation, setStrictErrorChecking, setTitle, setXml, setXmlStandalone, setXmlVersion, write, writeln
Methods inherited from interface org.loboevolution.html.node.ranges.DocumentRange
createRange
Methods inherited from interface org.loboevolution.traversal.DocumentTraversal
createNodeIterator, createNodeIterator, createNodeIterator, createNodeIterator, createTreeWalker, createTreeWalker, createTreeWalker, createTreeWalker
Methods inherited from interface org.loboevolution.html.dom.smil.ElementTime
beginElement, endElement, getBegin, getDur, getEnd, getFill, getRepeatCount, getRepeatDur, getRestart, pauseElement, resumeElement, seekElement, setBegin, setDur, setEnd, setFill, setRepeatCount, setRepeatDur, setRestart
Methods inherited from interface org.loboevolution.html.dom.smil.ElementTimeContainer
getActiveChildrenAt, getTimeChildren
Methods inherited from interface org.loboevolution.events.EventTarget
addEventListener, addEventListener, dispatchEvent, dispatchEvent, removeEventListener, removeEventListener
Methods inherited from interface org.loboevolution.html.node.Node
appendChild, cloneNode, cloneNode, compareDocumentPosition, contains, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPrefix, getPreviousSibling, getRootNode, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isIsConnected, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, prepend, prependChild, removeChild, replaceChild, setNodeValue, setOwnerDocument, setPrefix, setTextContent, setUserData
Methods inherited from interface org.loboevolution.html.node.ParentNode
getChildElementCount, getChildren, getFirstElementChild, getLastElementChild, querySelector, querySelectorAll