Method | Description | |
---|---|---|
FindElement ( string name ) : |
Finds an element declaration in the DTD with the specified name.
|
|
FindEntity ( string name ) : Entity |
Finds an entity in the DTD with the specified name.
|
|
Parse ( |
Parses a DTD and creates a SgmlDtd instance that encapsulates the DTD.
|
|
SgmlDtd ( string name, |
Initialises a new instance of the SgmlDtd class.
|
Method | Description | |
---|---|---|
GetEntitiesLiteralNameLookup ( ) : Entity>.Dictionary |
||
GetParameterEntity ( string name ) : Entity | ||
Parse ( |
||
Parse ( ) : void | ||
ParseAttDef ( char ch ) : |
||
ParseAttDefault ( char ch, |
||
ParseAttList ( ) : void | ||
ParseAttList ( AttDef>.Dictionary |
||
ParseAttType ( char ch, |
||
ParseContentModel ( char ch ) : |
||
ParseDeclComment ( bool full ) : char | ||
ParseDeclComments ( ) : char | ||
ParseElementDecl ( ) : void | ||
ParseEntity ( ) : void | ||
ParseIgnoreSection ( ) : void | ||
ParseIncludeSection ( ) : void | ||
ParseMarkedSection ( ) : void | ||
ParseMarkup ( ) : void | ||
ParseModel ( char cmt, |
||
ParseNameGroup ( char ch, bool nmtokens ) : string[] | ||
ParseNameList ( List |
||
ParseParameterEntity ( string term ) : Entity | ||
PopEntity ( ) : void | ||
PushEntity ( |
||
ScanName ( string term ) : string |
public FindElement ( string name ) : |
||
name | string | The name of the |
return |
public FindEntity ( string name ) : Entity | ||
name | string | The name of the |
return | Entity |
public static Parse ( |
||
baseUri | The base URI of the DTD. | |
name | string | The name of the DTD. |
pubid | string | |
url | string | |
subset | string | |
proxy | string | |
nt | The |
|
return |
public SgmlDtd ( string name, |
||
name | string | The name of the DTD. |
nt | The |
|
return | System |