- check
void check(string s)
Check an entire XML document for well-formedness
- checkAttValue
void checkAttValue(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkAttribute
void checkAttribute(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkCDSect
void checkCDSect(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkCharData
void checkCharData(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkCharRef
void checkCharRef(string s, dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkChars
void checkChars(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkComment
void checkComment(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkContent
void checkContent(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkDocTypeDecl
void checkDocTypeDecl(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkDocument
void checkDocument(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkETag
void checkETag(string s, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkElement
void checkElement(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkEncName
void checkEncName(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkEncodingDecl
void checkEncodingDecl(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkEnd
void checkEnd(string end, string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkEntityRef
void checkEntityRef(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkEq
void checkEq(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkLiteral
void checkLiteral(string literal, string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkMisc
void checkMisc(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkName
void checkName(string s, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkPI
void checkPI(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkProlog
void checkProlog(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkReference
void checkReference(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkSDDecl
void checkSDDecl(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkSpace
void checkSpace(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkTag
void checkTag(string s, string type, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkVersionInfo
void checkVersionInfo(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkVersionNum
void checkVersionNum(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkXMLDecl
void checkXMLDecl(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- chop
string chop(string s, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
- decode
string decode(string s, DecodeMode mode)
Decodes a string by unescaping all predefined XML entities.
- encode
S encode(S s)
Undocumented in source. Be warned that the author may not have intended to support it.
- exit
void exit(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- hash
size_t hash(string s, size_t h)
Undocumented in source. Be warned that the author may not have intended to support it.
- isBaseChar
bool isBaseChar(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isChar
bool isChar(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isCombiningChar
bool isCombiningChar(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isDigit
bool isDigit(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isExtender
bool isExtender(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isIdeographic
bool isIdeographic(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isLetter
bool isLetter(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isSpace
bool isSpace(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- lookup
bool lookup(const(int)[] table, int c)
Undocumented in source. Be warned that the author may not have intended to support it.
- opt
void opt(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- optc
bool optc(string s, char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- plus
void plus(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- quoted
void quoted(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- reqc
void reqc(string s, char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- seq
void seq(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- star
void star(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- startOf
string startOf(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- toType
T toType(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.