|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MathMLElement
All MathML element interfaces derive from this object, which derives from the basic DOM interface Element.
| Field Summary |
|---|
| Method Summary | |
|---|---|
String |
getClassName()
The class attribute of the element. |
String |
getHref()
The xlink:href attribute of the element. |
String |
getId()
The element's identifier. |
String |
getMathElementStyle()
A string identifying the element's style attribute. |
MathMLMathElement |
getOwnerMathElement()
The MathMLMathElement corresponding to the nearest math element ancestor of this element. |
String |
getXref()
The xref attribute of the element. |
void |
setClassName(String className)
setter for the className attribute. |
void |
setHref(String href)
setter for the href attribute. |
void |
setId(String id)
setter for the id attribute. |
void |
setMathElementStyle(String mathElementStyle)
setter for the mathElementStyle attribute. |
void |
setXref(String xref)
setter for the xref attribute. |
| 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 getClassName()
void setClassName(String className)
className - new value for className.getClassName()String getMathElementStyle()
void setMathElementStyle(String mathElementStyle)
mathElementStyle - new value for mathElementStyle.getMathElementStyle()String getId()
void setId(String id)
id - new value for id.getId()String getXref()
void setXref(String xref)
xref - new value for xref.getXref()String getHref()
void setHref(String href)
href - new value for href.getHref()MathMLMathElement getOwnerMathElement()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||