public class DescriptionFile
extends java.lang.Object
| Constructor and Description |
|---|
DescriptionFile(java.lang.String filename,
DescriptionFiles descFiles) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<Description> |
getDesciptions() |
Description |
getDescription(java.lang.String descKey) |
java.lang.String |
getDescription(java.lang.String descKey,
DescSourceType sourceType) |
void |
getDescText(javax.xml.stream.XMLEventReader xmlReader,
Description target,
boolean isMath) |
static java.lang.String |
getHyperRef(java.lang.String text,
DescriptionType descType) |
static java.lang.String |
toLatexKey(java.lang.String string,
DescriptionType descType) |
static java.lang.String |
toLatexKey(java.lang.String prefix,
java.lang.String string,
boolean toLowerCase) |
public DescriptionFile(java.lang.String filename,
DescriptionFiles descFiles)
throws HelpFileException
HelpFileExceptionpublic static java.lang.String toLatexKey(java.lang.String prefix,
java.lang.String string,
boolean toLowerCase)
public static java.lang.String toLatexKey(java.lang.String string,
DescriptionType descType)
public static java.lang.String getHyperRef(java.lang.String text,
DescriptionType descType)
public void getDescText(javax.xml.stream.XMLEventReader xmlReader,
Description target,
boolean isMath)
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionpublic Description getDescription(java.lang.String descKey)
public java.lang.String getDescription(java.lang.String descKey,
DescSourceType sourceType)
public java.lang.Iterable<Description> getDesciptions()