Package org.w3c.dom.mathml
Interface MathMLOperatorElement
- All Superinterfaces:
Element,MathMLElement,MathMLPresentationElement,MathMLPresentationToken,Node
- All Known Implementing Classes:
Mo
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
Modifier and TypeMethodDescriptionThe accent attribute (true or false) for the mo element, if specified.getFence()The fence attribute (true or false) for the mo element, if specified.getForm()The form attribute (prefix, infix or postfix) for the mo element, if specified.The largeop attribute for the mo element, if specified.The lspace attribute (spacing to left) of the mo element, if specified.The maxsize attribute for the mo element, if specified.The minsize attribute for the mo element, if specified.The movablelimits (true or false) attribute for the mo element, if specified.The rspace attribute (spacing to right) of the mo element, if specified.The separator attribute (true or false) for the mo element, if specified.The stretchy attribute (true or false) for the mo element, if specified.The symmetric attribute (true or false) for the mo element, if specified.voidsetter for the accent attribute.voidsetter for the fence attribute.voidsetter for the form attribute.voidsetLargeop(String largeop) setter for the largeop attribute.voidsetter for the lspace attribute.voidsetMaxsize(String maxsize) setter for the maxsize attribute.voidsetMinsize(String minsize) setter for the minsize attribute.voidsetMovablelimits(String movablelimits) setter for the movablelimits attribute.voidsetter for the rspace attribute.voidsetSeparator(String separator) setter for the separator attribute.voidsetStretchy(String stretchy) setter for the stretchy attribute.voidsetSymmetric(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, setIdAttributeNSMethods inherited from interface org.w3c.dom.mathml.MathMLElement
getClassName, getHref, getId, getMathElementStyle, getOwnerMathElement, getXref, setClassName, setHref, setId, setMathElementStyle, setXrefMethods inherited from interface org.w3c.dom.mathml.MathMLPresentationToken
getContents, getMathbackground, getMathcolor, getMathsize, getMathvariant, setMathbackground, setMathcolor, setMathsize, setMathvariantMethods 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 Details
-
getForm
String getForm()The form attribute (prefix, infix or postfix) for the mo element, if specified.- Returns:
- value of the form attribute.
-
setForm
setter for the form attribute.- Parameters:
form- new value for form.- See Also:
-
getFence
String getFence()The fence attribute (true or false) for the mo element, if specified.- Returns:
- value of the fence attribute.
-
setFence
setter for the fence attribute.- Parameters:
fence- new value for fence.- See Also:
-
getSeparator
String getSeparator()The separator attribute (true or false) for the mo element, if specified.- Returns:
- value of the separator attribute.
-
setSeparator
setter for the separator attribute.- Parameters:
separator- new value for separator.- See Also:
-
getLspace
String getLspace()The lspace attribute (spacing to left) of the mo element, if specified.- Returns:
- value of the lspace attribute.
-
setLspace
setter for the lspace attribute.- Parameters:
lspace- new value for lspace.- See Also:
-
getRspace
String getRspace()The rspace attribute (spacing to right) of the mo element, if specified.- Returns:
- value of the rspace attribute.
-
setRspace
setter for the rspace attribute.- Parameters:
rspace- new value for rspace.- See Also:
-
getStretchy
String getStretchy()The stretchy attribute (true or false) for the mo element, if specified.- Returns:
- value of the stretchy attribute.
-
setStretchy
setter for the stretchy attribute.- Parameters:
stretchy- new value for stretchy.- See Also:
-
getSymmetric
String getSymmetric()The symmetric attribute (true or false) for the mo element, if specified.- Returns:
- value of the symmetric attribute.
-
setSymmetric
setter for the symmetric attribute.- Parameters:
symmetric- new value for symmetric.- See Also:
-
getMaxsize
String getMaxsize()The maxsize attribute for the mo element, if specified.- Returns:
- value of the maxsize attribute.
-
setMaxsize
setter for the maxsize attribute.- Parameters:
maxsize- new value for maxsize.- See Also:
-
getMinsize
String getMinsize()The minsize attribute for the mo element, if specified.- Returns:
- value of the minsize attribute.
-
setMinsize
setter for the minsize attribute.- Parameters:
minsize- new value for minsize.- See Also:
-
getLargeop
String getLargeop()The largeop attribute for the mo element, if specified.- Returns:
- value of the largeop attribute.
-
setLargeop
setter for the largeop attribute.- Parameters:
largeop- new value for largeop.- See Also:
-
getMovablelimits
String getMovablelimits()The movablelimits (true or false) attribute for the mo element, if specified.- Returns:
- value of the movablelimits attribute.
-
setMovablelimits
setter for the movablelimits attribute.- Parameters:
movablelimits- new value for movablelimits.- See Also:
-
getAccent
String getAccent()The accent attribute (true or false) for the mo element, if specified.- Returns:
- value of the accent attribute.
-
setAccent
setter for the accent attribute.- Parameters:
accent- new value for accent.- See Also:
-