|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MathMLScriptElement
This interface extends the MathMLPresentationElement interface for the MathML subscript, superscript and subscript-superscript pair elements msub, msup, and msubsup.
| Field Summary |
|---|
| Method Summary | |
|---|---|
MathMLElement |
getBase()
A MathMLElement representing the base of the script. |
MathMLElement |
getSubscript()
A MathMLElement representing the subscript of the script. |
String |
getSubscriptshift()
A string representing the minimum amount to shift the baseline of the subscript down, if specified; this is the element's subscriptshift attribute. |
MathMLElement |
getSuperscript()
A MathMLElement representing the superscript of the script. |
String |
getSuperscriptshift()
A string representing the minimum amount to shift the baseline of the superscript up, if specified; this is the element's superscriptshift attribute. |
void |
setBase(MathMLElement base)
setter for the base attribute. |
void |
setSubscript(MathMLElement subscript)
setter for the subscript attribute. |
void |
setSubscriptshift(String subscriptshift)
setter for the subscriptshift attribute. |
void |
setSuperscript(MathMLElement superscript)
setter for the superscript attribute. |
void |
setSuperscriptshift(String superscriptshift)
setter for the superscriptshift attribute. |
| Methods inherited from interface org.w3c.dom.mathml.MathMLElement |
|---|
getClassName, getHref, getId, getMathElementStyle, getOwnerMathElement, getXref, setClassName, setHref, setId, setMathElementStyle, setXref |
| Methods inherited from interface org.w3c.dom.Element |
|---|
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS |
| Methods inherited from interface org.w3c.dom.Node |
|---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
| Method Detail |
|---|
String getSubscriptshift()
void setSubscriptshift(String subscriptshift)
subscriptshift - new value for subscriptshift.getSubscriptshift()String getSuperscriptshift()
void setSuperscriptshift(String superscriptshift)
superscriptshift - new value for superscriptshift.getSuperscriptshift()MathMLElement getBase()
void setBase(MathMLElement base)
base - new value for base.getBase()MathMLElement getSubscript()
void setSubscript(MathMLElement subscript)
subscript - new value for subscript.
DOMException - HIERARCHY_REQUEST_ERR: Raised when the element is a msup.getSubscript()MathMLElement getSuperscript()
void setSuperscript(MathMLElement superscript)
superscript - new value for superscript.
DOMException - HIERARCHY_REQUEST_ERR: Raised when the element is a msub.getSuperscript()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||