The SgmlReader type exposes the following members.
Properties
Name | Description | |
---|---|---|
AttributeCount | (Overrides XmlReader..::..AttributeCount.) | |
BaseURI | (Overrides XmlReader..::..BaseURI.) | |
CanReadBinaryContent |
Gets a value indicating whether the XmlReader implements the binary content read methods.
(Inherited from XmlReader.) |
|
CanReadValueChunk |
Gets a value indicating whether the XmlReader implements the ReadValueChunk(array<Char>[]()[][], Int32, Int32) method.
(Inherited from XmlReader.) |
|
CanResolveEntity |
Gets a value indicating whether this reader can parse and resolve entities.
(Inherited from XmlReader.) |
|
CaseFolding | ||
Depth | (Overrides XmlReader..::..Depth.) | |
DocType |
The name of root element specified in the DOCTYPE tag.
|
|
Dtd |
Specify the SgmlDtd object directly. This allows you to cache the Dtd and share
it across multipl SgmlReaders. To load a DTD from a URL use the SystemLiteral property.
|
|
EOF | (Overrides XmlReader..::..EOF.) | |
ErrorLog |
DTD validation errors are written to this stream.
|
|
ErrorLogFile |
DTD validation errors are written to this log file.
|
|
HasAttributes |
Gets a value indicating whether the current node has any attributes.
(Inherited from XmlReader.) |
|
HasValue | (Overrides XmlReader..::..HasValue.) | |
Href |
Specify the location of the input SGML document as a URL.
|
|
InputStream |
The input stream containing SGML data to parse.
You must specify this property or the Href property before calling Read().
|
|
InternalSubset |
The DTD internal subset in the DOCTYPE tag
|
|
IsDefault | (Overrides XmlReader..::..IsDefault.) | |
IsEmptyElement | (Overrides XmlReader..::..IsEmptyElement.) | |
Item[([( Int32])]) | (Overrides XmlReader..::..Item[([( Int32])]) .) | |
Item[([( String])]) | (Overrides XmlReader..::..Item[([( String])]) .) | |
Item[([( String, String])]) | (Overrides XmlReader..::..Item[([( String, String])]) .) | |
LocalName | (Overrides XmlReader..::..LocalName.) | |
Name | (Overrides XmlReader..::..Name.) | |
NamespaceURI | (Overrides XmlReader..::..NamespaceURI.) | |
NameTable | (Overrides XmlReader..::..NameTable.) | |
NodeType | (Overrides XmlReader..::..NodeType.) | |
Prefix | (Overrides XmlReader..::..Prefix.) | |
PublicIdentifier |
The PUBLIC identifier in the DOCTYPE tag
|
|
QuoteChar | (Overrides XmlReader..::..QuoteChar.) | |
ReadState | (Overrides XmlReader..::..ReadState.) | |
SchemaInfo |
Gets the schema information that has been assigned to the current node as a result of schema validation.
(Inherited from XmlReader.) |
|
Settings |
Gets the XmlReaderSettings object used to create this XmlReader instance.
(Inherited from XmlReader.) |
|
StripDocType |
Whether to strip out the DOCTYPE tag from the output (default true)
|
|
SystemLiteral |
The SYSTEM literal in the DOCTYPE tag identifying the location of the DTD.
|
|
Value | (Overrides XmlReader..::..Value.) | |
ValueType |
Gets The Common Language Runtime (CLR) type for the current node.
(Inherited from XmlReader.) |
|
WebProxy |
Sometimes you need to specify a proxy server in order to load data via HTTP
from outside the firewall. For example: "itgproxy:80".
|
|
WhitespaceHandling | ||
XmlLang | (Overrides XmlReader..::..XmlLang.) | |
XmlSpace | (Overrides XmlReader..::..XmlSpace.) |