public enum MathMLElement extends Enum<MathMLElement>
| Enum Constant and Description |
|---|
ABS
Absolute value.
|
AND
Logical and.
|
ANNOTATION_XML
Different kind of MathML notation (for example content).
|
APPLY
Function application.
|
APPROX
Approximation.
|
ARCCOS
Arccosine.
|
ARCCOSH
Inverse hyperbolic cosine.
|
ARCCOT
Arccotangent.
|
ARCCOTH
Inverse hyperbolic tangent.
|
ARCCSC
Inverse cosecant.
|
ARCCSCH
Inverse hyperbolic cosecant.
|
ARCSEC
Inverse secant.
|
ARCSECH
Inverse hyperbolic secant.
|
ARCSIN
Arcsine.
|
ARCSINH
Inverse hyperbolic sine.
|
ARCTAN
Arctangent.
|
ARCTANH
Inverse hyperbolic tangent.
|
ARG
Unary function which returns the angular argument of a complex number,
namely the angle which a straight line drawn from the number to zero
makes with the real line (measured anti-clockwise).
|
CARD
Set cardinality.
|
CARTESIANPRODUCT
Cartesian product.
|
CEILING
Rounds up to the nearest integer.
|
CI
An identifier.
|
CN
A number.
|
COMPLEXES
Set of complex numbers.
|
COMPOSE
Function composition.
|
CONJUGATE
Function defined over the complex numbers with returns
the complex conjugate of its argument.
|
COS
Cosine.
|
COSH
Hyperbolic cosine.
|
COT
Cotangent.
|
COTH
Hyperbolic cotangent.
|
CSC
Cosecant.
|
CSCH
Hyperbolic cosecant.
|
CSYMBOL
Symbol.
|
CURL
Curl.
|
DEGREE
Degree of the root.
|
DIFF
Differentiation.
|
DIVERGENCE
Divergence.
|
DIVIDE
Division
|
EMPTYSET
Empty set.
|
EQ
Equal to.
|
EQUIVALENT
Equivalence.
|
EULERGAMMA
Gamma constant, approx 0.5772.
|
EXISTS
Exists quantifier.
|
EXP
Exponentiation.
|
EXPONENTIALE
Base of natural logarithm (Euler's number).
|
FACTORIAL
Factorial.
|
FACTOROF
Factor of.
|
FALSE
Boolean value false.
|
FLOOR
Rounds down to the nearest integer.
|
FORALL
For all quantifier.
|
GCD
Greatest common divisor.
|
GEQ
Greater than or equal to.
|
GRAD
Gradient.
|
GT
Greater than.
|
IMAGINARY
Unary operator used to construct an expression representing
the "imaginary" part of a complex number.
|
IMAGINARYI
Imaginary number, root of -1.
|
IMPLIES
Logical implication.
|
IN
Set inclusion.
|
INFINITY
Infinity
|
INT
Integral.
|
INTEGERS
Set of integers.
|
INTERSECT
Intersection of sets.
|
INTERVAL
Interval (a..b).
|
LAPLACIAN
Laplacian.
|
LCM
Lowest common multiple.
|
LEQ
Lower than or equal to.
|
LIMIT
Limit.
|
LIST
List.
|
LN
Natural logarithm.
|
LOG
Logarithm.
|
LOGBASE
Base of logarithm.
|
LT
Lower than.
|
MATH
Root element of MathML.
|
MAX
Maximum.
|
MFENCED
Parentheses.
|
MFRAC
Fraction or binomial number.
|
MI
Identifier.
|
MIN
Minumum
|
MINUS
With one argument it's unary operator (-x), with two it's subtraction.
|
MN
Number.
|
MO
Operation.
|
MOVER
Overscript.
|
MROOT
Radical with index.
|
MROW
Grouping element.
|
MS
String literal.
|
MSPACE
Space.
|
MSQRT
Square root.
|
MSUB
Subscript.
|
MSUBSUP
Subscript-superscript.
|
MSUP
Superscript.
|
MTABLE
Table or matrix.
|
MTD
Cell in a table or a matrix.
|
MTEXT
Text.
|
MTR
Row in a table or a matrix.
|
MUNDER
Underscript.
|
MUNDEROVER
Underscript-overscript.
|
NATURALNUMBERS
Set of natural numbers (including zero).
|
NEQ
Not equal to.
|
NOT
Logical not.
|
NOTANUMBER
Not of not-a-number.
|
NOTIN
Negated set inclusion.
|
NOTPRSUBSET
Negated proper subset.
|
NOTSUBSET
Negated subset.
|
OR
Logical or.
|
PARTIALDIFF
Partial differentiation over several variables.
|
PI
Pi.
|
PLUS
Addition.
|
POWER
Exponentiation.
|
PRIMES
Set of prime numbers.
|
PRODUCT
Product.
|
PRSUBSET
Proper subset.
|
QUOTIENT
Integer division operator.
|
RATIONALS
Set of rational numbers.
|
REAL
Unary operator used to construct an expression representing
the "real" part of a complex number.
|
REALS
Set of real numbers.
|
REM
Remainder.
|
ROOT
Root.
|
SEC
Secant.
|
SECH
Hyperbolic secant.
|
SEMANTICS
Container for annotations.
|
SET
Set.
|
SETDIFF
Set difference.
|
SIN
Sine.
|
SINH
Hyperbolic sine.
|
SUBSET
Subset.
|
SUM
Summation.
|
TAN
Tangent
|
TANH
Hyperbolic tangent.
|
TENDSTO
Relation that a quantity is tending to a specified value (x -> 0);
|
TIMES
Multiplication.
|
TRUE
Boolean value true.
|
UNION
Union of sets.
|
UNKNOWN
Unknown element.
|
VECTOR
Vector (a matrix with one column).
|
XOR
Logical xor.
|
| Modifier and Type | Method and Description |
|---|---|
static MathMLElement |
forElementName(String elementName)
Returns MathML element of given name or
null if there isn't one. |
String |
getElementName()
Returns the name of this element (name of XML tag).
|
MathMLType |
getType() |
static MathMLElement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MathMLElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MathMLElement MATH
public static final MathMLElement MROW
public static final MathMLElement MN
public static final MathMLElement MI
public static final MathMLElement MO
public static final MathMLElement MFRAC
public static final MathMLElement MSUB
public static final MathMLElement MSUP
public static final MathMLElement MSUBSUP
public static final MathMLElement MUNDER
public static final MathMLElement MOVER
public static final MathMLElement MUNDEROVER
public static final MathMLElement MSQRT
public static final MathMLElement MROOT
public static final MathMLElement MFENCED
public static final MathMLElement MS
public static final MathMLElement MTEXT
public static final MathMLElement MSPACE
public static final MathMLElement MTABLE
public static final MathMLElement MTR
public static final MathMLElement MTD
public static final MathMLElement SEMANTICS
public static final MathMLElement ANNOTATION_XML
encoding is used to ascertain exact type.public static final MathMLElement CN
public static final MathMLElement CI
public static final MathMLElement CSYMBOL
public static final MathMLElement APPLY
public static final MathMLElement QUOTIENT
public static final MathMLElement FACTORIAL
public static final MathMLElement DIVIDE
public static final MathMLElement MAX
public static final MathMLElement MIN
public static final MathMLElement MINUS
public static final MathMLElement PLUS
public static final MathMLElement POWER
public static final MathMLElement REM
public static final MathMLElement TIMES
public static final MathMLElement ROOT
public static final MathMLElement DEGREE
public static final MathMLElement GCD
public static final MathMLElement AND
public static final MathMLElement OR
public static final MathMLElement XOR
public static final MathMLElement NOT
public static final MathMLElement IMPLIES
public static final MathMLElement FORALL
public static final MathMLElement EXISTS
public static final MathMLElement ABS
public static final MathMLElement CONJUGATE
public static final MathMLElement ARG
public static final MathMLElement REAL
public static final MathMLElement IMAGINARY
public static final MathMLElement LCM
public static final MathMLElement FLOOR
public static final MathMLElement CEILING
public static final MathMLElement EQ
public static final MathMLElement NEQ
public static final MathMLElement GT
public static final MathMLElement LT
public static final MathMLElement GEQ
public static final MathMLElement LEQ
public static final MathMLElement EQUIVALENT
public static final MathMLElement APPROX
public static final MathMLElement FACTOROF
public static final MathMLElement INT
public static final MathMLElement DIFF
public static final MathMLElement PARTIALDIFF
public static final MathMLElement DIVERGENCE
public static final MathMLElement GRAD
public static final MathMLElement CURL
public static final MathMLElement LAPLACIAN
public static final MathMLElement SET
public static final MathMLElement LIST
public static final MathMLElement UNION
public static final MathMLElement INTERSECT
public static final MathMLElement IN
public static final MathMLElement NOTIN
public static final MathMLElement SUBSET
public static final MathMLElement PRSUBSET
public static final MathMLElement NOTSUBSET
public static final MathMLElement NOTPRSUBSET
public static final MathMLElement SETDIFF
public static final MathMLElement CARD
public static final MathMLElement CARTESIANPRODUCT
public static final MathMLElement SUM
public static final MathMLElement PRODUCT
public static final MathMLElement LIMIT
public static final MathMLElement TENDSTO
public static final MathMLElement SIN
public static final MathMLElement COS
public static final MathMLElement TAN
public static final MathMLElement SEC
public static final MathMLElement CSC
public static final MathMLElement COT
public static final MathMLElement SINH
public static final MathMLElement COSH
public static final MathMLElement TANH
public static final MathMLElement SECH
public static final MathMLElement CSCH
public static final MathMLElement COTH
public static final MathMLElement ARCSIN
public static final MathMLElement ARCCOS
public static final MathMLElement ARCTAN
public static final MathMLElement ARCCOSH
public static final MathMLElement ARCCOT
public static final MathMLElement ARCCOTH
public static final MathMLElement ARCCSC
public static final MathMLElement ARCCSCH
public static final MathMLElement ARCSEC
public static final MathMLElement ARCSECH
public static final MathMLElement ARCSINH
public static final MathMLElement ARCTANH
public static final MathMLElement EXP
public static final MathMLElement LN
public static final MathMLElement LOG
public static final MathMLElement LOGBASE
public static final MathMLElement INTEGERS
public static final MathMLElement REALS
public static final MathMLElement RATIONALS
public static final MathMLElement NATURALNUMBERS
public static final MathMLElement COMPLEXES
public static final MathMLElement PRIMES
public static final MathMLElement EXPONENTIALE
public static final MathMLElement IMAGINARYI
public static final MathMLElement NOTANUMBER
public static final MathMLElement TRUE
public static final MathMLElement FALSE
public static final MathMLElement EMPTYSET
public static final MathMLElement PI
public static final MathMLElement EULERGAMMA
public static final MathMLElement INFINITY
public static final MathMLElement INTERVAL
public static final MathMLElement COMPOSE
public static final MathMLElement VECTOR
public static final MathMLElement UNKNOWN
public static MathMLElement[] values()
for (MathMLElement c : MathMLElement.values()) System.out.println(c);
public static MathMLElement valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String getElementName()
public MathMLType getType()
public static MathMLElement forElementName(String elementName)
null if there isn't one.elementName - Name of the MathML element.null.Copyright © 2013. All Rights Reserved.