C# (CSharp) Monobjc.Tools.Generator.Parsers.Sgml Namespace

Classes

Name Description
AttDef An attribute definition in a DTD.
Attribute This class represents an attribute. The AttDef is assigned from a validation process, and is used to provide default values.
ContentModel Defines the content model for an element.
ElementDecl An element declaration in a DTD.
Entity An Entity declared in a DTD.
Group Defines a group of elements nested within another element.
HWStack This stack maintains a high water mark for allocated objects so the client can reuse the objects in the stack to reduce memory allocations, this is used to maintain current state of the parser for element stack, and attributes in each element.
HtmlStream
Node This class models an XML node, an array of elements in scope is maintained while parsing for validation purposes, and these Node objects are reused to reduce object allocation, hence the reset method.
SgmlDtd Provides DTD parsing and support for the SgmlParser framework.
SgmlParseException
SgmlReader SgmlReader is an XmlReader API over any SGML document (including built in support for HTML).
StringUtilities
Ucs4Decoder
Ucs4DecoderBigEngian
Ucs4DecoderLittleEndian