Package org.w3c.dom.mathml
Interface MathMLOperatorElement
-
- All Superinterfaces:
org.w3c.dom.Element,MathMLElement,MathMLPresentationElement,MathMLPresentationToken,org.w3c.dom.Node
- All Known Implementing Classes:
Mo
public interface MathMLOperatorElement extends MathMLPresentationToken
This interface extends the MathMLPresentationToken interface for the MathML operator element mo.
-
-
Field Summary
-
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAccent()The accent attribute (true or false) for the mo element, if specified.java.lang.StringgetFence()The fence attribute (true or false) for the mo element, if specified.java.lang.StringgetForm()The form attribute (prefix, infix or postfix) for the mo element, if specified.java.lang.StringgetLargeop()The largeop attribute for the mo element, if specified.java.lang.StringgetLspace()The lspace attribute (spacing to left) of the mo element, if specified.java.lang.StringgetMaxsize()The maxsize attribute for the mo element, if specified.java.lang.StringgetMinsize()The minsize attribute for the mo element, if specified.java.lang.StringgetMovablelimits()The movablelimits (true or false) attribute for the mo element, if specified.java.lang.StringgetRspace()The rspace attribute (spacing to right) of the mo element, if specified.java.lang.StringgetSeparator()The separator attribute (true or false) for the mo element, if specified.java.lang.StringgetStretchy()The stretchy attribute (true or false) for the mo element, if specified.java.lang.StringgetSymmetric()The symmetric attribute (true or false) for the mo element, if specified.voidsetAccent(java.lang.String accent)setter for the accent attribute.voidsetFence(java.lang.String fence)setter for the fence attribute.voidsetForm(java.lang.String form)setter for the form attribute.voidsetLargeop(java.lang.String largeop)setter for the largeop attribute.voidsetLspace(java.lang.String lspace)setter for the lspace attribute.voidsetMaxsize(java.lang.String maxsize)setter for the maxsize attribute.voidsetMinsize(java.lang.String minsize)setter for the minsize attribute.voidsetMovablelimits(java.lang.String movablelimits)setter for the movablelimits attribute.voidsetRspace(java.lang.String rspace)setter for the rspace attribute.voidsetSeparator(java.lang.String separator)setter for the separator attribute.voidsetStretchy(java.lang.String stretchy)setter for the stretchy attribute.voidsetSymmetric(java.lang.String symmetric)setter for the symmetric 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.mathml.MathMLElement
getClassName, getHref, getId, getMathElementStyle, getOwnerMathElement, getXref, setClassName, setHref, setId, setMathElementStyle, setXref
-
Methods inherited from interface org.w3c.dom.mathml.MathMLPresentationToken
getContents, getMathbackground, getMathcolor, getMathsize, getMathvariant, setMathbackground, setMathcolor, setMathsize, setMathvariant
-
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
-
getForm
java.lang.String getForm()
The form attribute (prefix, infix or postfix) for the mo element, if specified.- Returns:
- value of the form attribute.
-
setForm
void setForm(java.lang.String form)
setter for the form attribute.- Parameters:
form- new value for form.- See Also:
getForm()
-
getFence
java.lang.String getFence()
The fence attribute (true or false) for the mo element, if specified.- Returns:
- value of the fence attribute.
-
setFence
void setFence(java.lang.String fence)
setter for the fence attribute.- Parameters:
fence- new value for fence.- See Also:
getFence()
-
getSeparator
java.lang.String getSeparator()
The separator attribute (true or false) for the mo element, if specified.- Returns:
- value of the separator attribute.
-
setSeparator
void setSeparator(java.lang.String separator)
setter for the separator attribute.- Parameters:
separator- new value for separator.- See Also:
getSeparator()
-
getLspace
java.lang.String getLspace()
The lspace attribute (spacing to left) of the mo element, if specified.- Returns:
- value of the lspace attribute.
-
setLspace
void setLspace(java.lang.String lspace)
setter for the lspace attribute.- Parameters:
lspace- new value for lspace.- See Also:
getLspace()
-
getRspace
java.lang.String getRspace()
The rspace attribute (spacing to right) of the mo element, if specified.- Returns:
- value of the rspace attribute.
-
setRspace
void setRspace(java.lang.String rspace)
setter for the rspace attribute.- Parameters:
rspace- new value for rspace.- See Also:
getRspace()
-
getStretchy
java.lang.String getStretchy()
The stretchy attribute (true or false) for the mo element, if specified.- Returns:
- value of the stretchy attribute.
-
setStretchy
void setStretchy(java.lang.String stretchy)
setter for the stretchy attribute.- Parameters:
stretchy- new value for stretchy.- See Also:
getStretchy()
-
getSymmetric
java.lang.String getSymmetric()
The symmetric attribute (true or false) for the mo element, if specified.- Returns:
- value of the symmetric attribute.
-
setSymmetric
void setSymmetric(java.lang.String symmetric)
setter for the symmetric attribute.- Parameters:
symmetric- new value for symmetric.- See Also:
getSymmetric()
-
getMaxsize
java.lang.String getMaxsize()
The maxsize attribute for the mo element, if specified.- Returns:
- value of the maxsize attribute.
-
setMaxsize
void setMaxsize(java.lang.String maxsize)
setter for the maxsize attribute.- Parameters:
maxsize- new value for maxsize.- See Also:
getMaxsize()
-
getMinsize
java.lang.String getMinsize()
The minsize attribute for the mo element, if specified.- Returns:
- value of the minsize attribute.
-
setMinsize
void setMinsize(java.lang.String minsize)
setter for the minsize attribute.- Parameters:
minsize- new value for minsize.- See Also:
getMinsize()
-
getLargeop
java.lang.String getLargeop()
The largeop attribute for the mo element, if specified.- Returns:
- value of the largeop attribute.
-
setLargeop
void setLargeop(java.lang.String largeop)
setter for the largeop attribute.- Parameters:
largeop- new value for largeop.- See Also:
getLargeop()
-
getMovablelimits
java.lang.String getMovablelimits()
The movablelimits (true or false) attribute for the mo element, if specified.- Returns:
- value of the movablelimits attribute.
-
setMovablelimits
void setMovablelimits(java.lang.String movablelimits)
setter for the movablelimits attribute.- Parameters:
movablelimits- new value for movablelimits.- See Also:
getMovablelimits()
-
getAccent
java.lang.String getAccent()
The accent attribute (true or false) for the mo element, if specified.- Returns:
- value of the accent attribute.
-
setAccent
void setAccent(java.lang.String accent)
setter for the accent attribute.- Parameters:
accent- new value for accent.- See Also:
getAccent()
-
-