dextool v5.0.0 (2022-12-09T08:28:15Z)
Dub
Repo
Item
undead
xml
Undocumented in source.
abstract
class
Item {
bool
opEquals
(Object o);
int
opCmp
(Object o);
size_t
toHash
();
string
toString
();
string
[]
pretty
(uint indent);
bool
isEmptyXML
[@property getter];
}
Members
Functions
opCmp
int
opCmp
(Object o)
Undocumented in source.
opEquals
bool
opEquals
(Object o)
Undocumented in source.
pretty
string
[]
pretty
(uint indent)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t
toHash
()
Undocumented in source.
toString
string
toString
()
Undocumented in source.
Properties
isEmptyXML
bool
isEmptyXML
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
undead
xml
classes
CData
CDataException
CheckException
Comment
CommentException
DecodeException
Document
DocumentParser
Element
ElementParser
InvalidTypeException
Item
PIException
ProcessingInstruction
Tag
TagException
Text
TextException
XIException
XMLException
XMLInstruction
enums
DecodeMode
TagType
functions
check
decode
encode
isBaseChar
isChar
isCombiningChar
isDigit
isExtender
isIdeographic
isLetter
isSpace
manifest constants
cdata