Module MathML
In: lib/math_ml.rb
lib/math_ml/string.rb
lib/math_ml/symbol/entity_reference.rb
lib/math_ml/symbol/utf8.rb
lib/math_ml/symbol/character_reference.rb
lib/math_ml/latex.rb
lib/math_ml/element.rb

coding: utf-8

Methods

pcstring  

Classes and Modules

Module MathML::Align
Module MathML::LaTeX
Module MathML::Line
Module MathML::String
Module MathML::Symbol
Module MathML::Util
Module MathML::Variant
Class MathML::Element
Class MathML::Error
Class MathML::Fenced
Class MathML::Frac
Class MathML::Identifier
Class MathML::Math
Class MathML::None
Class MathML::Number
Class MathML::Operator
Class MathML::Over
Class MathML::Root
Class MathML::Row
Class MathML::Space
Class MathML::Sqrt
Class MathML::SubSup
Class MathML::Table
Class MathML::Td
Class MathML::Text
Class MathML::Tr
Class MathML::Under
Class MathML::XMLElement

Public Class methods

[Source]

    # File lib/math_ml.rb, line 16
16:         def self.pcstring(s, encoded=false)
17:                 s.is_a?(EimXML::PCString) ? s : EimXML::PCString.new(s, encoded)
18:         end

[Validate]