Interface MathMLOperatorElement
- All Superinterfaces:
Element, MathMLElement, MathMLPresentationElement, MathMLPresentationToken, Node
This interface represents the MathML MathMLOperatorElement element.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Field Summary
Fields inherited from interface 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 TypeMethodDescriptionThis interface represents the MathML MathMLOperatorElement element.getFence()This interface represents the MathML MathMLOperatorElement element.getForm()This interface represents the MathML MathMLOperatorElement element.This interface represents the MathML MathMLOperatorElement element.This interface represents the MathML MathMLOperatorElement element.This interface represents the MathML MathMLOperatorElement element.This interface represents the MathML MathMLOperatorElement element.This interface represents the MathML MathMLOperatorElement element.This interface represents the MathML MathMLOperatorElement element.This interface represents the MathML MathMLOperatorElement element.This interface represents the MathML MathMLOperatorElement element.This interface represents the MathML MathMLOperatorElement element.voidThis interface represents the MathML MathMLOperatorElement element.voidThis interface represents the MathML MathMLOperatorElement element.voidThis interface represents the MathML MathMLOperatorElement element.voidsetLargeop(String largeop) This interface represents the MathML MathMLOperatorElement element.voidThis interface represents the MathML MathMLOperatorElement element.voidsetMaxsize(String maxsize) This interface represents the MathML MathMLOperatorElement element.voidsetMinsize(String minsize) This interface represents the MathML MathMLOperatorElement element.voidsetMovablelimits(String movablelimits) This interface represents the MathML MathMLOperatorElement element.voidThis interface represents the MathML MathMLOperatorElement element.voidsetSeparator(String separator) This interface represents the MathML MathMLOperatorElement element.voidsetStretchy(String stretchy) This interface represents the MathML MathMLOperatorElement element.voidsetSymmetric(String symmetric) This interface represents the MathML MathMLOperatorElement element.Methods inherited from interface Element
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNSMethods inherited from interface MathMLElement
getClassName, getHref, getId, getMathElementStyle, getOwnerMathElement, getXref, setClassName, setHref, setId, setMathElementStyle, setXrefMethods inherited from interface MathMLPresentationToken
getContents, getMathbackground, getMathcolor, getMathsize, getMathvariant, setMathbackground, setMathcolor, setMathsize, setMathvariantMethods inherited from interface 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()This interface represents the MathML MathMLOperatorElement element.- Returns:
- the requested attribute or element
-
setForm
This interface represents the MathML MathMLOperatorElement element.- Parameters:
form- the value to set
-
getFence
String getFence()This interface represents the MathML MathMLOperatorElement element.- Returns:
- the requested attribute or element
-
setFence
This interface represents the MathML MathMLOperatorElement element.- Parameters:
fence- the value to set
-
getSeparator
String getSeparator()This interface represents the MathML MathMLOperatorElement element.- Returns:
- the requested attribute or element
-
setSeparator
This interface represents the MathML MathMLOperatorElement element.- Parameters:
separator- the value to set
-
getLspace
String getLspace()This interface represents the MathML MathMLOperatorElement element.- Returns:
- the requested attribute or element
-
setLspace
This interface represents the MathML MathMLOperatorElement element.- Parameters:
lspace- the value to set
-
getRspace
String getRspace()This interface represents the MathML MathMLOperatorElement element.- Returns:
- the requested attribute or element
-
setRspace
This interface represents the MathML MathMLOperatorElement element.- Parameters:
rspace- the value to set
-
getStretchy
String getStretchy()This interface represents the MathML MathMLOperatorElement element.- Returns:
- the requested attribute or element
-
setStretchy
This interface represents the MathML MathMLOperatorElement element.- Parameters:
stretchy- the value to set
-
getSymmetric
String getSymmetric()This interface represents the MathML MathMLOperatorElement element.- Returns:
- the requested attribute or element
-
setSymmetric
This interface represents the MathML MathMLOperatorElement element.- Parameters:
symmetric- the value to set
-
getMaxsize
String getMaxsize()This interface represents the MathML MathMLOperatorElement element.- Returns:
- the requested attribute or element
-
setMaxsize
This interface represents the MathML MathMLOperatorElement element.- Parameters:
maxsize- the value to set
-
getMinsize
String getMinsize()This interface represents the MathML MathMLOperatorElement element.- Returns:
- the requested attribute or element
-
setMinsize
This interface represents the MathML MathMLOperatorElement element.- Parameters:
minsize- the value to set
-
getLargeop
String getLargeop()This interface represents the MathML MathMLOperatorElement element.- Returns:
- the requested attribute or element
-
setLargeop
This interface represents the MathML MathMLOperatorElement element.- Parameters:
largeop- the value to set
-
getMovablelimits
String getMovablelimits()This interface represents the MathML MathMLOperatorElement element.- Returns:
- the requested attribute or element
-
setMovablelimits
This interface represents the MathML MathMLOperatorElement element.- Parameters:
movablelimits- the value to set
-
getAccent
String getAccent()This interface represents the MathML MathMLOperatorElement element.- Returns:
- the requested attribute or element
-
setAccent
This interface represents the MathML MathMLOperatorElement element.- Parameters:
accent- the value to set
-