Base Framework
|
This is the complete list of members for XMLReader::DTDHandler, including all inherited members.
attributeDecl(const String &name, const String &element, AttributeDecl::ValueType type, AttributeDecl::DefaultType defaultType, const String &defaultValue, const Array< String > &enumeration) noexcept | XMLReader::DTDHandler | virtual |
comment(const String &data) noexcept | XMLReader::DTDHandler | virtual |
elementDecl(const String &name, ElementDecl::ValueType type) noexcept | XMLReader::DTDHandler | virtual |
endCDATA() noexcept | XMLReader::DTDHandler | virtual |
endDTD() noexcept | XMLReader::DTDHandler | virtual |
endEntity(const String &name) noexcept | XMLReader::DTDHandler | virtual |
externalEntityDecl(const String &name, const String &publicId, const String &systemId) noexcept | XMLReader::DTDHandler | virtual |
internalEntityDecl(const String &name, const String &text) noexcept | XMLReader::DTDHandler | virtual |
notationDecl(const String &name, const String &publicId, const String &systemId) noexcept | XMLReader::DTDHandler | virtual |
startCDATA() noexcept | XMLReader::DTDHandler | virtual |
startDTD(const String &name, const String &publicId, const String &systemId) noexcept | XMLReader::DTDHandler | virtual |
startEntity(const String &name) noexcept | XMLReader::DTDHandler | virtual |
unparsedEntityDecl(const String &name, const String &publicId, const String &systemId, const String ¬ationName) noexcept | XMLReader::DTDHandler | virtual |