|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MathMLUnderOverElement
This interface extends the MathMLPresentationElement interface for the MathML underscript, overscript and overscript-underscript pair elements munder, mover and munderover.
Field Summary |
---|
Method Summary | |
---|---|
String |
getAccent()
Either true or false if present; a string controlling whether overscript is drawn as an accent or as a limit, if specified; this is the element's accent attribute. |
String |
getAccentunder()
Either true or false if present; a string controlling whether underscript is drawn as an accent or as a limit, if specified; this is the element's accentunder attribute. |
MathMLElement |
getBase()
A MathMLElement representing the base of the script. |
MathMLElement |
getOverscript()
A MathMLElement representing the overscript of the script. |
MathMLElement |
getUnderscript()
A MathMLElement representing the underscript of the script. |
void |
setAccent(String accent)
setter for the accent attribute. |
void |
setAccentunder(String accentunder)
setter for the accentunder attribute. |
void |
setBase(MathMLElement base)
setter for the base attribute. |
void |
setOverscript(MathMLElement overscript)
setter for the overscript attribute. |
void |
setUnderscript(MathMLElement underscript)
setter for the underscript 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 getAccentunder()
void setAccentunder(String accentunder)
accentunder
- new value for accentunder.getAccentunder()
String getAccent()
void setAccent(String accent)
accent
- new value for accent.getAccent()
MathMLElement getBase()
void setBase(MathMLElement base)
base
- new value for base.getBase()
MathMLElement getUnderscript()
void setUnderscript(MathMLElement underscript)
underscript
- new value for underscript.
DOMException
- HIERARCHY_REQUEST_ERR: Raised when the element is a mover.getUnderscript()
MathMLElement getOverscript()
void setOverscript(MathMLElement overscript)
overscript
- new value for overscript.
DOMException
- HIERARCHY_REQUEST_ERR: Raised when the element is a munder.getOverscript()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |