|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MathMLSpaceElement
This interface extends the MathMLPresentationElement interface for the MathML space element mspace. Note that this is not derived from MathMLPresentationToken, despite the fact that mspace is classified as a token element, since it does not carry the attributes declared for MathMLPresentationToken.
Field Summary |
---|
Method Summary | |
---|---|
String |
getDepth()
A string of the form number v-unit; represents the depth attribute for the mspace element, if specified. |
String |
getHeight()
A string of the form number v-unit; represents the height attribute for the mspace element, if specified. |
String |
getLinebreak()
One of the strings auto, newline, indentingnewline, nobreak, goodbreak and badbreak. |
String |
getWidth()
A string of the form number h-unit; represents the width attribute for the mspace element, if specified. |
void |
setDepth(String depth)
setter for the depth attribute. |
void |
setHeight(String height)
setter for the height attribute. |
void |
setLinebreak(String linebreak)
setter for the linebreak attribute. |
void |
setWidth(String width)
setter for the width attribute. |
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 |
---|
String getWidth()
void setWidth(String width)
width
- new value for width.getWidth()
String getHeight()
void setHeight(String height)
height
- new value for height.getHeight()
String getDepth()
void setDepth(String depth)
depth
- new value for depth.getDepth()
String getLinebreak()
void setLinebreak(String linebreak)
linebreak
- new value for linebreak.getLinebreak()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |