|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MathMLFractionElement
This interface extends the MathMLPresentationElement interface for the MathML fraction element mfrac.
Field Summary |
---|
Method Summary | |
---|---|
String |
getBevelled()
One of the strings true and false. |
String |
getDenomalign()
One of the strings left, center and right. |
MathMLElement |
getDenominator()
The second child MathMLElement of the MathMLFractionElement; represents the denominator of the represented fraction. |
String |
getLinethickness()
A string representing the linethickness attribute of the mfrac, if specified. |
String |
getNumalign()
One of the strings left, center and right. |
MathMLElement |
getNumerator()
The first child MathMLElement of the MathMLFractionElement; represents the numerator of the represented fraction. |
void |
setBevelled(String bevelled)
setter for the bevelled attribute. |
void |
setDenomalign(String denomalign)
setter for the denomalign attribute. |
void |
setDenominator(MathMLElement denominator)
setter for the denominator attribute. |
void |
setLinethickness(String linethickness)
setter for the linethickness attribute. |
void |
setNumalign(String numalign)
setter for the numalign attribute. |
void |
setNumerator(MathMLElement numerator)
setter for the numerator 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 getLinethickness()
void setLinethickness(String linethickness)
linethickness
- new value for linethickness.getLinethickness()
String getNumalign()
void setNumalign(String numalign)
numalign
- new value for numalign.getNumalign()
String getDenomalign()
void setDenomalign(String denomalign)
denomalign
- new value for denomalign.getDenomalign()
String getBevelled()
void setBevelled(String bevelled)
bevelled
- new value for bevelled.getBevelled()
MathMLElement getNumerator()
void setNumerator(MathMLElement numerator)
numerator
- new value for numerator.getNumerator()
MathMLElement getDenominator()
void setDenominator(MathMLElement denominator)
denominator
- new value for denominator.getDenominator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |