undead.xml

Warning: This module is considered out-dated and not up to Phobos' current standards. It will be removed from Phobos in 2.101.0. If you still need it, go to https://github.com/DigitalMars/undeaD

Members

Classes

CData
class CData
Undocumented in source.
CDataException
class CDataException
Undocumented in source.
CheckException
class CheckException
Undocumented in source.
Comment
class Comment
Undocumented in source.
CommentException
class CommentException
Undocumented in source.
DecodeException
class DecodeException
Undocumented in source.
Document
class Document
Undocumented in source.
DocumentParser
class DocumentParser
Undocumented in source.
Element
class Element
Undocumented in source.
ElementParser
class ElementParser
Undocumented in source.
InvalidTypeException
class InvalidTypeException
Undocumented in source.
Item
class Item
Undocumented in source.
PIException
class PIException
Undocumented in source.
ProcessingInstruction
class ProcessingInstruction
Undocumented in source.
Tag
class Tag
Undocumented in source.
TagException
class TagException
Undocumented in source.
Text
class Text
Undocumented in source.
TextException
class TextException
Undocumented in source.
XIException
class XIException
Undocumented in source.
XMLException
class XMLException
Undocumented in source.
XMLInstruction
class XMLInstruction
Undocumented in source.

Enums

DecodeMode
enum DecodeMode
Undocumented in source.
TagType
enum TagType
Undocumented in source.

Functions

check
void check(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
decode
string decode(string s, DecodeMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
encode
S encode(S s)
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.

Manifest constants

cdata
enum cdata;
Undocumented in source.

Meta