|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MathMLApplyElement
The apply element allows a function or operator to be applied to its arguments.
Field Summary |
---|
Method Summary | |
---|---|
MathMLElement |
getLowLimit()
This attribute represents the lowlimit child element of this node (if any). |
MathMLElement |
getOperator()
The MathML element representing the function or operator that is applied to the list of arguments. |
MathMLElement |
getUpLimit()
This attribute represents the uplimit child element of this node (if any). |
void |
setLowLimit(MathMLElement lowLimit)
setter for the lowLimit attribute. |
void |
setOperator(MathMLElement operator)
setter for the operator attribute. |
void |
setUpLimit(MathMLElement upLimit)
setter for the upLimit attribute. |
Methods inherited from interface org.w3c.dom.mathml.MathMLContentContainer |
---|
deleteBoundVariable, getBoundVariable, getCondition, getDomainOfApplication, getMomentAbout, getNBoundVariables, getOpDegree, insertBoundVariable, removeBoundVariable, setBoundVariable, setCondition, setDomainOfApplication, setMomentAbout, setOpDegree |
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 |
Methods inherited from interface org.w3c.dom.mathml.MathMLContainer |
---|
deleteArgument, deleteDeclaration, getArgument, getArguments, getDeclaration, getDeclarations, getNArguments, insertArgument, insertDeclaration, removeArgument, removeDeclaration, setArgument, setDeclaration |
Method Detail |
---|
MathMLElement getOperator()
void setOperator(MathMLElement operator)
operator
- new value for operator.getOperator()
MathMLElement getLowLimit()
void setLowLimit(MathMLElement lowLimit)
lowLimit
- new value for lowLimit.
DOMException
- HIERARCHY_REQUEST_ERR: Raised if this element does not
permit a child lowlimit element. In particular, raised if
this element is not an apply element whose first child is
an int, sum, product, or limit element.getLowLimit()
MathMLElement getUpLimit()
void setUpLimit(MathMLElement upLimit)
upLimit
- new value for upLimit.
DOMException
- HIERARCHY_REQUEST_ERR: Raised if this element does not
permit a child uplimit element. In particular, raised if
this element is not an apply element whose first child is
an int, sum, or product element.getUpLimit()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |