|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MathMLDeclareElement
The declare construct has two primary roles. The first is to change or set the default attribute values for a specific mathematical object. The second is to establish an association between a name and an object.
Field Summary |
---|
Method Summary | |
---|---|
MathMLElement |
getConstructor()
An optional MathMLElement providing an initial value for the object being declared. |
String |
getDefinitionURL()
A URI specifying the detailed semantics of the element. |
String |
getEncoding()
A description of the syntax used in definitionURL. |
MathMLCiElement |
getIdentifier()
A MathMLCiElement representing the name being declared. |
int |
getNargs()
If the identifier is a function, this attribute specifies the number of arguments the function takes. |
String |
getOccurrence()
A string with the values prefix, infix, postfix, or function-model. |
String |
getType()
A string indicating the type of the identifier. |
void |
setConstructor(MathMLElement constructor)
setter for the constructor attribute. |
void |
setDefinitionURL(String definitionURL)
setter for the definitionURL attribute. |
void |
setEncoding(String encoding)
setter for the encoding attribute. |
void |
setIdentifier(MathMLCiElement identifier)
setter for the identifier attribute. |
void |
setNargs(int nargs)
setter for the nargs attribute. |
void |
setOccurrence(String occurrence)
setter for the occurrence attribute. |
void |
setType(String type)
setter for the type 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 getType()
void setType(String type)
type
- new value for type.getType()
int getNargs()
void setNargs(int nargs)
nargs
- new value for nargs.getNargs()
String getOccurrence()
void setOccurrence(String occurrence)
occurrence
- new value for occurrence.getOccurrence()
String getDefinitionURL()
void setDefinitionURL(String definitionURL)
definitionURL
- new value for definitionURL.getDefinitionURL()
String getEncoding()
void setEncoding(String encoding)
encoding
- new value for encoding.getEncoding()
MathMLCiElement getIdentifier()
void setIdentifier(MathMLCiElement identifier)
identifier
- new value for identifier.getIdentifier()
MathMLElement getConstructor()
void setConstructor(MathMLElement constructor)
constructor
- new value for constructor.getConstructor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |