org.foray.common
Class MathMLUtil

java.lang.Object
  extended by org.foray.common.MathMLUtil

public final class MathMLUtil
extends Object

Utilities related to the Math Markup Language (MathML).


Field Summary
static String MATHML_NAMESPACE
          The namespace URI for MathML.
static String MATHML_NAMESPACE_SHORT
          The typical abbreviation used to designate an element as being in the MathML namespace.
static String MATHML_PUBLIC_ID
          The public id of the DTD for a MathML document.
static String MATHML_ROOT_ELEMENT_NAME
          The name of the root element in a MathML document.
static String MATHML_SYSTEM_ID
          The system id of the DTD for a MathML document.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MATHML_NAMESPACE

public static final String MATHML_NAMESPACE
The namespace URI for MathML.

See Also:
Constant Field Values

MATHML_NAMESPACE_SHORT

public static final String MATHML_NAMESPACE_SHORT
The typical abbreviation used to designate an element as being in the MathML namespace.

See Also:
Constant Field Values

MATHML_ROOT_ELEMENT_NAME

public static final String MATHML_ROOT_ELEMENT_NAME
The name of the root element in a MathML document.

See Also:
Constant Field Values

MATHML_PUBLIC_ID

public static final String MATHML_PUBLIC_ID
The public id of the DTD for a MathML document.

See Also:
Constant Field Values

MATHML_SYSTEM_ID

public static final String MATHML_SYSTEM_ID
The system id of the DTD for a MathML document.

See Also:
Constant Field Values


Copyright © 2017. All rights reserved.