Interface MathMLElement
- All Known Subinterfaces:
MathMLActionElement, MathMLAlignGroupElement, MathMLAlignMarkElement, MathMLAnnotationElement, MathMLApplyElement, MathMLBvarElement, MathMLCaseElement, MathMLCiElement, MathMLCnElement, MathMLConditionElement, MathMLContentContainer, MathMLContentElement, MathMLContentToken, MathMLCsymbolElement, MathMLDeclareElement, MathMLEncloseElement, MathMLFencedElement, MathMLFnElement, MathMLFractionElement, MathMLGlyphElement, MathMLIntervalElement, MathMLLabeledRowElement, MathMLLambdaElement, MathMLListElement, MathMLMathElement, MathMLMatrixElement, MathMLMatrixrowElement, MathMLMultiScriptsElement, MathMLOperatorElement, MathMLPaddedElement, MathMLPiecewiseElement, MathMLPredefinedSymbol, MathMLPresentationContainer, MathMLPresentationElement, MathMLPresentationToken, MathMLRadicalElement, MathMLScriptElement, MathMLSemanticsElement, MathMLSetElement, MathMLSpaceElement, MathMLStringLitElement, MathMLStyleElement, MathMLTableCellElement, MathMLTableElement, MathMLTableRowElement, MathMLTendsToElement, MathMLUnderOverElement, MathMLVectorElement, MathMLXMLAnnotationElement
- All Known Implementing Classes:
MathMLActionElementImpl, MathMLAlignGroupElementImpl, MathMLAlignMarkElementImpl, MathMLAnnotationElementImpl, MathMLApplyElementImpl, MathMLBinaryOpImpl, MathMLBinaryRelImpl, MathMLBvarElementImpl, MathMLCiElementImpl, MathMLCnElementImpl, MathMLConditionElementImpl, MathMLContentContainerImpl, MathMLContentTokenImpl, MathMLCsymbolElementImpl, MathMLElementImpl, MathMLEncloseElementImpl, MathMLFencedElementImpl, MathMLFnElementImpl, MathMLFractionElementImpl, MathMLFunctionImpl, MathMLGlyphElementImpl, MathMLListElementImpl, MathMLMathElementImpl, MathMLMatrixElementImpl, MathMLMatrixrowElementImpl, MathMLNaryOpImpl, MathMLNaryRelImpl, MathMLPaddedElementImpl, MathMLPredefinedSymbolImpl, MathMLPresentationContainerImpl, MathMLPresentationTokenImpl, MathMLRadicalElementImpl, MathMLScriptElementImpl, MathMLSetElementImpl, MathMLSpaceElementImpl, MathMLStringLitElementImpl, MathMLTendsToElementImpl, MathMLUnaryOpImpl, MathMLUnderOverElementImpl, MathMLVectorElementImpl, MathMLXMLAnnotationElementImpl
This interface represents the MathML MathMLElement 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 MathMLElement element.getHref()This interface represents the MathML MathMLElement element.getId()This interface represents the MathML MathMLElement element.This interface represents the MathML MathMLElement element.This interface represents the MathML MathMLElement element.getXref()This interface represents the MathML MathMLElement element.voidsetClassName(String className) This interface represents the MathML MathMLElement element.voidThis interface represents the MathML MathMLElement element.voidThis interface represents the MathML MathMLElement element.voidsetMathElementStyle(String mathElementStyle) This interface represents the MathML MathMLElement element.voidThis interface represents the MathML MathMLElement 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 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
-
getClassName
String getClassName()This interface represents the MathML MathMLElement element.- Returns:
- the requested attribute or element
-
setClassName
This interface represents the MathML MathMLElement element.- Parameters:
className- the value to set
-
getMathElementStyle
String getMathElementStyle()This interface represents the MathML MathMLElement element.- Returns:
- the requested attribute or element
-
setMathElementStyle
This interface represents the MathML MathMLElement element.- Parameters:
mathElementStyle- the value to set
-
getId
String getId()This interface represents the MathML MathMLElement element.- Returns:
- the requested attribute or element
-
setId
This interface represents the MathML MathMLElement element.- Parameters:
id- the value to set
-
getXref
String getXref()This interface represents the MathML MathMLElement element.- Returns:
- the requested attribute or element
-
setXref
This interface represents the MathML MathMLElement element.- Parameters:
xref- the value to set
-
getHref
String getHref()This interface represents the MathML MathMLElement element.- Returns:
- the requested attribute or element
-
setHref
This interface represents the MathML MathMLElement element.- Parameters:
href- the value to set
-
getOwnerMathElement
MathMLMathElement getOwnerMathElement()This interface represents the MathML MathMLElement element.- Returns:
- the requested attribute or element
-