A C E F G H I M N O P S T U V X 

A

App - Class in cz.muni.fi.mathml.mathml2text
App class containing main method.
App() - Constructor for class cz.muni.fi.mathml.mathml2text.App
 
Apply - Class in cz.muni.fi.mathml.mathml2text.converter.impl.content
Specific implementation of <apply> node.
Apply() - Constructor for class cz.muni.fi.mathml.mathml2text.converter.impl.content.Apply
 

C

Ci - Class in cz.muni.fi.mathml.mathml2text.converter.impl.content
Specific implementation of <ci> node.
Ci() - Constructor for class cz.muni.fi.mathml.mathml2text.converter.impl.content.Ci
 
Cn - Class in cz.muni.fi.mathml.mathml2text.converter.impl.content
Specific implementation of <cn> node.
Cn() - Constructor for class cz.muni.fi.mathml.mathml2text.converter.impl.content.Cn
 
convert(List<MathMLNode>, Locale) - Method in class cz.muni.fi.mathml.mathml2text.converter.impl.MathMLConverter
Converts a list of math nodes.
convert(MathMLNode, Locale) - Method in class cz.muni.fi.mathml.mathml2text.converter.impl.MathMLConverter
 
ConverterSettings - Class in cz.muni.fi.mathml.mathml2text.converter.impl
Settings for MathMLConverter.
ConverterSettings() - Constructor for class cz.muni.fi.mathml.mathml2text.converter.impl.ConverterSettings
 
cz.muni.fi.mathml - package cz.muni.fi.mathml
 
cz.muni.fi.mathml.mathml2text - package cz.muni.fi.mathml.mathml2text
 
cz.muni.fi.mathml.mathml2text.converter - package cz.muni.fi.mathml.mathml2text.converter
 
cz.muni.fi.mathml.mathml2text.converter.impl - package cz.muni.fi.mathml.mathml2text.converter.impl
 
cz.muni.fi.mathml.mathml2text.converter.impl.content - package cz.muni.fi.mathml.mathml2text.converter.impl.content
 
cz.muni.fi.mathml.mathml2text.converter.impl.presentation - package cz.muni.fi.mathml.mathml2text.converter.impl.presentation
 
cz.muni.fi.mathml.mathml2text.converter.numbers - package cz.muni.fi.mathml.mathml2text.converter.numbers
 

E

EMPTY - Static variable in class cz.muni.fi.mathml.mathml2text.Strings
Empty string.
equals(Object) - Method in class cz.muni.fi.mathml.mathml2text.converter.XmlAttribute
 

F

forElementName(String) - Static method in enum cz.muni.fi.mathml.MathMLElement
Returns MathML element of given name or null if there isn't one.
forEventCode(int) - Static method in enum cz.muni.fi.mathml.mathml2text.converter.impl.XmlStreamConstant
Returns a constant representing given event code or null, if theres is no constant for event code.
forSymbol(String) - Static method in enum cz.muni.fi.mathml.mathml2text.converter.impl.Operation
Finds operation for given symbol.
forValue(String) - Static method in enum cz.muni.fi.mathml.mathml2text.converter.impl.Symbol
Finds symbol for given value.

G

getAttributes() - Method in class cz.muni.fi.mathml.mathml2text.converter.MathMLNode
Returns set of attributes of this node.
getChildren() - Method in class cz.muni.fi.mathml.mathml2text.converter.MathMLNode
Returns a list of child nodes of this node.
getElementName() - Method in enum cz.muni.fi.mathml.MathMLElement
Returns the name of this element (name of XML tag).
getEventCode() - Method in enum cz.muni.fi.mathml.mathml2text.converter.impl.XmlStreamConstant
Returns event code of this constant.
getKey() - Method in enum cz.muni.fi.mathml.mathml2text.converter.impl.Operation
Returns localization key for this operation.
getKey() - Method in enum cz.muni.fi.mathml.mathml2text.converter.impl.Symbol
Returns localization key for this symbol.
getKey() - Method in class cz.muni.fi.mathml.mathml2text.converter.XmlAttribute
Returns identifier of this attribute.
getLocalization() - Method in class cz.muni.fi.mathml.mathml2text.converter.impl.ConverterSettings
Returns current Properties file used to access localized messages.
getNumberFormat() - Method in class cz.muni.fi.mathml.mathml2text.converter.impl.ConverterSettings
Returns current number format.
getNumberFormat() - Method in class cz.muni.fi.mathml.mathml2text.converter.impl.MathMLConverter
 
getNumberFormat() - Method in class cz.muni.fi.mathml.mathml2text.converter.numbers.NumberTransformer
Return current number format.
getNumberTransformer() - Method in class cz.muni.fi.mathml.mathml2text.converter.impl.ConverterSettings
Return NumberTransformer instance.
getNumberTransformer() - Method in class cz.muni.fi.mathml.mathml2text.converter.impl.MathMLConverter
 
getParent() - Method in class cz.muni.fi.mathml.mathml2text.converter.MathMLNode
Returns parent node of this node.
getProperty(String) - Method in class cz.muni.fi.mathml.mathml2text.converter.impl.ConverterSettings
Returns localized message retrieved from current localization settings ConverterSettings.getLocalization().
getProperty(String) - Method in class cz.muni.fi.mathml.mathml2text.converter.impl.MathMLConverter
Finds a property value for given key.
getSymbols() - Method in enum cz.muni.fi.mathml.mathml2text.converter.impl.Operation
Returns symbols for this operation.
getType() - Method in class cz.muni.fi.mathml.mathml2text.converter.MathMLNode
Return type of this node.
getType() - Method in enum cz.muni.fi.mathml.MathMLElement
 
getValue() - Method in class cz.muni.fi.mathml.mathml2text.converter.MathMLNode
Returns text value of this node.
getValue() - Method in class cz.muni.fi.mathml.mathml2text.converter.XmlAttribute
Returns value of this attribute.

H

hashCode() - Method in class cz.muni.fi.mathml.mathml2text.converter.XmlAttribute
 

I

isProcessed() - Method in class cz.muni.fi.mathml.mathml2text.converter.MathMLNode
 

M

main(String[]) - Static method in class cz.muni.fi.mathml.mathml2text.App
 
MathMLConverter - Class in cz.muni.fi.mathml.mathml2text.converter.impl
Transformer of MathMLNode trees into string representations.
MathMLConverter() - Constructor for class cz.muni.fi.mathml.mathml2text.converter.impl.MathMLConverter
 
MathMLElement - Enum in cz.muni.fi.mathml
Enumeration of MathML elements.
MathMLNode - Class in cz.muni.fi.mathml.mathml2text.converter
DOM-like representation of MathML document tree.
MathMLNode() - Constructor for class cz.muni.fi.mathml.mathml2text.converter.MathMLNode
 
MathMLType - Enum in cz.muni.fi.mathml
Enumeration of values used to sort MathML elements into groups based on the way they are processed by converter.
Mfrac - Class in cz.muni.fi.mathml.mathml2text.converter.impl.presentation
Specific implementation of <mfrac> node.
Mfrac() - Constructor for class cz.muni.fi.mathml.mathml2text.converter.impl.presentation.Mfrac
 
Mi - Class in cz.muni.fi.mathml.mathml2text.converter.impl.presentation
Specific implementation of <mi> node.
Mi() - Constructor for class cz.muni.fi.mathml.mathml2text.converter.impl.presentation.Mi
 
Mn - Class in cz.muni.fi.mathml.mathml2text.converter.impl.presentation
Specific implementation of <mn> node.
Mn() - Constructor for class cz.muni.fi.mathml.mathml2text.converter.impl.presentation.Mn
 
Mo - Class in cz.muni.fi.mathml.mathml2text.converter.impl.presentation
Specific implementation of <mo> node.
Mo() - Constructor for class cz.muni.fi.mathml.mathml2text.converter.impl.presentation.Mo
 
Mroot - Class in cz.muni.fi.mathml.mathml2text.converter.impl.presentation
Specific implementation of <mroot> node.
Mroot() - Constructor for class cz.muni.fi.mathml.mathml2text.converter.impl.presentation.Mroot
 
Msqrt - Class in cz.muni.fi.mathml.mathml2text.converter.impl.presentation
Specific implementation of <msqrt> node.
Msqrt() - Constructor for class cz.muni.fi.mathml.mathml2text.converter.impl.presentation.Msqrt
 
Msub - Class in cz.muni.fi.mathml.mathml2text.converter.impl.presentation
Specific implementation of <msub> node.
Msub() - Constructor for class cz.muni.fi.mathml.mathml2text.converter.impl.presentation.Msub
 
Msup - Class in cz.muni.fi.mathml.mathml2text.converter.impl.presentation
Specific implementation of <msup> node.
Msup() - Constructor for class cz.muni.fi.mathml.mathml2text.converter.impl.presentation.Msup
 
Munder - Class in cz.muni.fi.mathml.mathml2text.converter.impl.presentation
Specific implementation of <munder> node.
Munder() - Constructor for class cz.muni.fi.mathml.mathml2text.converter.impl.presentation.Munder
 
Munderover - Class in cz.muni.fi.mathml.mathml2text.converter.impl.presentation
Specific implementation of <munderover> and <msubsup> node.
Munderover() - Constructor for class cz.muni.fi.mathml.mathml2text.converter.impl.presentation.Munderover
 

N

Node - Class in cz.muni.fi.mathml.mathml2text.converter.impl
General MathML node.
Node() - Constructor for class cz.muni.fi.mathml.mathml2text.converter.impl.Node
 
NumberFormat - Enum in cz.muni.fi.mathml.mathml2text.converter.numbers
Number format used for transformation.
NumberTransformer - Class in cz.muni.fi.mathml.mathml2text.converter.numbers
Transforms all numbers (arabic numerals) in input data to their written form.
NumberTransformer(Locale) - Constructor for class cz.muni.fi.mathml.mathml2text.converter.numbers.NumberTransformer
 

O

Operation - Enum in cz.muni.fi.mathml.mathml2text.converter.impl
Enumeration of supported mathematical operations and their possible representation in presentation MathML (<mo>, <mi>) as well as in content MathML (<csymbol>, <ci>).

P

parse(String, Locale) - Method in class cz.muni.fi.mathml.mathml2text.converter.impl.XmlParserStAX
Parses input string and converts every occurence of math element into plain text.
parse(File, Locale) - Method in class cz.muni.fi.mathml.mathml2text.converter.impl.XmlParserStAX
Parses single file.
process(MathMLNode, ConverterSettings) - Static method in class cz.muni.fi.mathml.mathml2text.converter.impl.content.Apply
 
process(MathMLNode, ConverterSettings) - Static method in class cz.muni.fi.mathml.mathml2text.converter.impl.content.Ci
Processes input node.
process(MathMLNode, ConverterSettings) - Static method in class cz.muni.fi.mathml.mathml2text.converter.impl.content.Cn
Processes input node.
process(MathMLNode, ConverterSettings) - Static method in class cz.muni.fi.mathml.mathml2text.converter.impl.Node
Processes given node.
process(MathMLNode, ConverterSettings) - Static method in class cz.muni.fi.mathml.mathml2text.converter.impl.presentation.Mfrac
Processes input node.
process(MathMLNode, ConverterSettings) - Static method in class cz.muni.fi.mathml.mathml2text.converter.impl.presentation.Mi
Processes input node.
process(MathMLNode, ConverterSettings) - Static method in class cz.muni.fi.mathml.mathml2text.converter.impl.presentation.Mn
Processes input node.
process(MathMLNode, ConverterSettings) - Static method in class cz.muni.fi.mathml.mathml2text.converter.impl.presentation.Mo
Processes input node.
process(MathMLNode, ConverterSettings) - Static method in class cz.muni.fi.mathml.mathml2text.converter.impl.presentation.Mroot
Processes input node.
process(MathMLNode, ConverterSettings) - Static method in class cz.muni.fi.mathml.mathml2text.converter.impl.presentation.Msqrt
Processes input node.
process(MathMLNode, ConverterSettings) - Static method in class cz.muni.fi.mathml.mathml2text.converter.impl.presentation.Msub
Processes input node.
process(MathMLNode, ConverterSettings) - Static method in class cz.muni.fi.mathml.mathml2text.converter.impl.presentation.Msup
Processes input node.
process(MathMLNode, ConverterSettings) - Static method in class cz.muni.fi.mathml.mathml2text.converter.impl.presentation.Munder
Processes input node.
process(MathMLNode, ConverterSettings) - Static method in class cz.muni.fi.mathml.mathml2text.converter.impl.presentation.Munderover
Processes input node.

S

setLocalization(Properties) - Method in class cz.muni.fi.mathml.mathml2text.converter.impl.ConverterSettings
Set Properties file used to access localized messages.
setNumberFormat(NumberFormat) - Method in class cz.muni.fi.mathml.mathml2text.converter.impl.ConverterSettings
Sets current number format.
setNumberFormat(NumberFormat) - Method in class cz.muni.fi.mathml.mathml2text.converter.impl.MathMLConverter
 
setNumberFormat(NumberFormat) - Method in class cz.muni.fi.mathml.mathml2text.converter.numbers.NumberTransformer
Set current number format.
setNumberTransformer(NumberTransformer) - Method in class cz.muni.fi.mathml.mathml2text.converter.impl.ConverterSettings
Sets NumberTransformer instance.
setParent(MathMLNode) - Method in class cz.muni.fi.mathml.mathml2text.converter.MathMLNode
Sets parent node of this node.
setProcessed() - Method in class cz.muni.fi.mathml.mathml2text.converter.MathMLNode
 
setType(MathMLElement) - Method in class cz.muni.fi.mathml.mathml2text.converter.MathMLNode
Sets type of this node.
setValue(String) - Method in class cz.muni.fi.mathml.mathml2text.converter.MathMLNode
Sets text value of this node.
SPACE - Static variable in class cz.muni.fi.mathml.mathml2text.Strings
Space.
Strings - Class in cz.muni.fi.mathml.mathml2text
String constants.
Strings() - Constructor for class cz.muni.fi.mathml.mathml2text.Strings
 
Symbol - Enum in cz.muni.fi.mathml.mathml2text.converter.impl
Various mathematical symbols that do not represent operations, but are widely used.

T

toString() - Method in class cz.muni.fi.mathml.mathml2text.converter.MathMLNode
 
toString() - Method in class cz.muni.fi.mathml.mathml2text.converter.XmlAttribute
 
transform(String) - Method in class cz.muni.fi.mathml.mathml2text.converter.numbers.NumberTransformer
Converts given number to its spoken form.
transformNumber(String) - Method in class cz.muni.fi.mathml.mathml2text.converter.numbers.NumberTransformer
Converts given number to its spoken cardinal form.
transformOrdinalNumber(String) - Method in class cz.muni.fi.mathml.mathml2text.converter.numbers.NumberTransformer
Converts given number to its spoken ordinal form.
translateOrdinalNumber(long) - Method in class cz.muni.fi.mathml.mathml2text.converter.numbers.NumberTransformer
Transforms given long ordinal number to string, as is its written form (1 -> first, etc.)

U

UnsupportedLanguageException - Exception in cz.muni.fi.mathml.mathml2text.converter.impl
Thrown if language is not supported by this converter.
UnsupportedLanguageException(String) - Constructor for exception cz.muni.fi.mathml.mathml2text.converter.impl.UnsupportedLanguageException
 

V

valueOf(String) - Static method in enum cz.muni.fi.mathml.mathml2text.converter.impl.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.muni.fi.mathml.mathml2text.converter.impl.Symbol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.muni.fi.mathml.mathml2text.converter.impl.XmlStreamConstant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.muni.fi.mathml.mathml2text.converter.numbers.NumberFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.muni.fi.mathml.MathMLElement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.muni.fi.mathml.MathMLType
Returns the enum constant of this type with the specified name.
values() - Static method in enum cz.muni.fi.mathml.mathml2text.converter.impl.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.muni.fi.mathml.mathml2text.converter.impl.Symbol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.muni.fi.mathml.mathml2text.converter.impl.XmlStreamConstant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.muni.fi.mathml.mathml2text.converter.numbers.NumberFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.muni.fi.mathml.MathMLElement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.muni.fi.mathml.MathMLType
Returns an array containing the constants of this enum type, in the order they are declared.

X

XmlAttribute - Class in cz.muni.fi.mathml.mathml2text.converter
Immutable attribute of a node.
XmlAttribute(String, String) - Constructor for class cz.muni.fi.mathml.mathml2text.converter.XmlAttribute
Constructor.
XmlParserStAX - Class in cz.muni.fi.mathml.mathml2text.converter.impl
This parser is responsible for reading input file or string and invoking converter for every occurence of MathML code block in the input.
XmlParserStAX() - Constructor for class cz.muni.fi.mathml.mathml2text.converter.impl.XmlParserStAX
Constructor.
XmlStreamConstant - Enum in cz.muni.fi.mathml.mathml2text.converter.impl
This class is a copy of XMLStreamConstants interface.
A C E F G H I M N O P S T U V X 

Copyright © 2013. All Rights Reserved.