org.w3c.dom.mathml
Interface MathMLOperatorElement

All Superinterfaces:
Element, MathMLElement, MathMLPresentationElement, MathMLPresentationToken, 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
 String getAccent()
          The accent attribute (true or false) for the mo element, if specified.
 String getFence()
          The fence attribute (true or false) for the mo element, if specified.
 String getForm()
          The form attribute (prefix, infix or postfix) for the mo element, if specified.
 String getLargeop()
          The largeop attribute for the mo element, if specified.
 String getLspace()
          The lspace attribute (spacing to left) of the mo element, if specified.
 String getMaxsize()
          The maxsize attribute for the mo element, if specified.
 String getMinsize()
          The minsize attribute for the mo element, if specified.
 String getMovablelimits()
          The movablelimits (true or false) attribute for the mo element, if specified.
 String getRspace()
          The rspace attribute (spacing to right) of the mo element, if specified.
 String getSeparator()
          The separator attribute (true or false) for the mo element, if specified.
 String getStretchy()
          The stretchy attribute (true or false) for the mo element, if specified.
 String getSymmetric()
          The symmetric attribute (true or false) for the mo element, if specified.
 void setAccent(String accent)
          setter for the accent attribute.
 void setFence(String fence)
          setter for the fence attribute.
 void setForm(String form)
          setter for the form attribute.
 void setLargeop(String largeop)
          setter for the largeop attribute.
 void setLspace(String lspace)
          setter for the lspace attribute.
 void setMaxsize(String maxsize)
          setter for the maxsize attribute.
 void setMinsize(String minsize)
          setter for the minsize attribute.
 void setMovablelimits(String movablelimits)
          setter for the movablelimits attribute.
 void setRspace(String rspace)
          setter for the rspace attribute.
 void setSeparator(String separator)
          setter for the separator attribute.
 void setStretchy(String stretchy)
          setter for the stretchy attribute.
 void setSymmetric(String symmetric)
          setter for the symmetric attribute.
 
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.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

getForm

String getForm()
The form attribute (prefix, infix or postfix) for the mo element, if specified.

Returns:
value of the form attribute.

setForm

void setForm(String form)
setter for the form attribute.

Parameters:
form - new value for form.
See Also:
getForm()

getFence

String getFence()
The fence attribute (true or false) for the mo element, if specified.

Returns:
value of the fence attribute.

setFence

void setFence(String fence)
setter for the fence attribute.

Parameters:
fence - new value for fence.
See Also:
getFence()

getSeparator

String getSeparator()
The separator attribute (true or false) for the mo element, if specified.

Returns:
value of the separator attribute.

setSeparator

void setSeparator(String separator)
setter for the separator attribute.

Parameters:
separator - new value for separator.
See Also:
getSeparator()

getLspace

String getLspace()
The lspace attribute (spacing to left) of the mo element, if specified.

Returns:
value of the lspace attribute.

setLspace

void setLspace(String lspace)
setter for the lspace attribute.

Parameters:
lspace - new value for lspace.
See Also:
getLspace()

getRspace

String getRspace()
The rspace attribute (spacing to right) of the mo element, if specified.

Returns:
value of the rspace attribute.

setRspace

void setRspace(String rspace)
setter for the rspace attribute.

Parameters:
rspace - new value for rspace.
See Also:
getRspace()

getStretchy

String getStretchy()
The stretchy attribute (true or false) for the mo element, if specified.

Returns:
value of the stretchy attribute.

setStretchy

void setStretchy(String stretchy)
setter for the stretchy attribute.

Parameters:
stretchy - new value for stretchy.
See Also:
getStretchy()

getSymmetric

String getSymmetric()
The symmetric attribute (true or false) for the mo element, if specified.

Returns:
value of the symmetric attribute.

setSymmetric

void setSymmetric(String symmetric)
setter for the symmetric attribute.

Parameters:
symmetric - new value for symmetric.
See Also:
getSymmetric()

getMaxsize

String getMaxsize()
The maxsize attribute for the mo element, if specified.

Returns:
value of the maxsize attribute.

setMaxsize

void setMaxsize(String maxsize)
setter for the maxsize attribute.

Parameters:
maxsize - new value for maxsize.
See Also:
getMaxsize()

getMinsize

String getMinsize()
The minsize attribute for the mo element, if specified.

Returns:
value of the minsize attribute.

setMinsize

void setMinsize(String minsize)
setter for the minsize attribute.

Parameters:
minsize - new value for minsize.
See Also:
getMinsize()

getLargeop

String getLargeop()
The largeop attribute for the mo element, if specified.

Returns:
value of the largeop attribute.

setLargeop

void setLargeop(String largeop)
setter for the largeop attribute.

Parameters:
largeop - new value for largeop.
See Also:
getLargeop()

getMovablelimits

String getMovablelimits()
The movablelimits (true or false) attribute for the mo element, if specified.

Returns:
value of the movablelimits attribute.

setMovablelimits

void setMovablelimits(String movablelimits)
setter for the movablelimits attribute.

Parameters:
movablelimits - new value for movablelimits.
See Also:
getMovablelimits()

getAccent

String getAccent()
The accent attribute (true or false) for the mo element, if specified.

Returns:
value of the accent attribute.

setAccent

void setAccent(String accent)
setter for the accent attribute.

Parameters:
accent - new value for accent.
See Also:
getAccent()


Copyright © 2002-2010 The JEuclid project. All Rights Reserved.