|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MathMLPresentationToken
This interface extends the MathMLElement interface to include access for attributes specific to text presentation. It serves as the base class for all MathML presentation token elements. Access to the body of the element is via the nodeValue attribute inherited from Node. Elements that expose only the core presentation token attributes are directly supported by this object. These elements are: mi mn mtext
Field Summary |
---|
Method Summary | |
---|---|
MathMLNodeList |
getContents()
Returns the child Nodes of the element. |
String |
getMathbackground()
The mathbackground attribute for the element, if specified. |
String |
getMathcolor()
The mathcolor attribute for the element, if specified. |
String |
getMathsize()
The mathsize attribute for the element, if specified. |
String |
getMathvariant()
The mathvariant attribute for the element, if specified. |
void |
setMathbackground(String mathbackground)
setter for the mathbackground attribute. |
void |
setMathcolor(String mathcolor)
setter for the mathcolor attribute. |
void |
setMathsize(String mathsize)
setter for the mathsize attribute. |
void |
setMathvariant(String mathvariant)
setter for the mathvariant 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 getMathvariant()
void setMathvariant(String mathvariant)
mathvariant
- new value for mathvariant.getMathvariant()
String getMathsize()
void setMathsize(String mathsize)
mathsize
- new value for mathsize.getMathsize()
String getMathcolor()
void setMathcolor(String mathcolor)
mathcolor
- new value for mathcolor.getMathcolor()
String getMathbackground()
void setMathbackground(String mathbackground)
mathbackground
- new value for mathbackground.getMathbackground()
MathMLNodeList getContents()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |