Module MathML
In: lib/math_ml.rb
lib/math_ml/string.rb

Methods

pcstring  

Classes and Modules

Module MathML::Align
Module MathML::LaTeX
Module MathML::Line
Module MathML::String
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

Constants

PCString = EimXML::PCString

Public Class methods

[Source]

# File lib/math_ml.rb, line 20
   def self.pcstring(s, encoded=false)
      EimXML::PCString.new(s, encoded)
   end

[Validate]