parser library

Properties

a String
getter/setter pair

Functions

join<T1, T2>(T2? f(T1), T1? x) → T2?
null safe join function null -> null x -> f(x) : T1 ->T2?
parseCdxml(String xml) StructurePage?
parseCml(String xml) StructurePage?