C# Class System.Xml.DtdParser

Afficher le fichier Open project: dotnet/corefx

Private Properties

Свойство Type Description
AddUndeclaredNotation void
Create IDtdParser
DtdParser System
EatPublicKeyword bool
EatSystemKeyword bool
GetNameQualified XmlQualifiedName
GetNameString string
GetNmtokenString string
GetToken Token
GetValue string
GetValueWithStrippedSpaces string
HandleEntityEnd bool
HandleEntityReference bool
HandleEntityReference bool
IDtdParser IDtdInfo
IDtdParser IDtdInfo
Initialize void
InitializeFreeFloatingDtd void
IsAttributeValueType bool
LoadParsingBuffer void
OnUnexpectedError void
Parse void
ParseAttlistDecl void
ParseAttlistDefault void
ParseAttlistType void
ParseComment void
ParseCondSection void
ParseElementDecl void
ParseElementMixedContent void
ParseElementMixedContentNoValidation void
ParseElementOnlyContent void
ParseElementOnlyContentNoValidation void
ParseEntityDecl void
ParseExternalId void
ParseExternalSubset void
ParseFreeFloatingDtd void
ParseHowMany void
ParseHowManyNoValidation void
ParseInDocumentDtd void
ParseInternalSubset void
ParseNotationDecl void
ParsePI void
ParseSubset void
ParseUnexpectedToken string
ReadData int
ReadDataInName bool
SaveParsingBuffer void
SaveParsingBuffer void
ScanAttlist1 Token
ScanAttlist2 Token
ScanAttlist3 Token
ScanAttlist4 Token
ScanAttlist5 Token
ScanAttlist6 Token
ScanAttlist7 Token
ScanClosingTag Token
ScanCondSection1 Token
ScanCondSection2 Token
ScanCondSection3 Token
ScanDoctype1 Token
ScanDoctype2 Token
ScanElement1 Token
ScanElement2 Token
ScanElement3 Token
ScanElement4 Token
ScanElement5 Token
ScanElement6 Token
ScanElement7 Token
ScanEntity1 Token
ScanEntity2 Token
ScanEntity3 Token
ScanEntityName XmlQualifiedName
ScanLiteral Token
ScanName void
ScanNameExpected Token
ScanNmtoken void
ScanNmtokenExpected Token
ScanNotation1 Token
ScanPublicId1 Token
ScanPublicId2 Token
ScanQName void
ScanQName void
ScanQNameExpected Token
ScanSubsetContent Token
ScanSystemId Token
SendValidationEvent void
SendValidationEvent void
SendValidationEvent void
StripSpaces string
Throw void
Throw void
Throw void
ThrowInvalidChar void
ThrowInvalidChar void
ThrowUnexpectedToken void
ThrowUnexpectedToken void
VerifyEntityReference SchemaEntity

Private Methods

Méthode Description
AddUndeclaredNotation ( string notationName ) : void
Create ( ) : IDtdParser
DtdParser ( ) : System
EatPublicKeyword ( ) : bool
EatSystemKeyword ( ) : bool
GetNameQualified ( bool canHavePrefix ) : XmlQualifiedName
GetNameString ( ) : string
GetNmtokenString ( ) : string
GetToken ( bool needWhiteSpace ) : Token
GetValue ( ) : string
GetValueWithStrippedSpaces ( ) : string
HandleEntityEnd ( bool inLiteral ) : bool
HandleEntityReference ( XmlQualifiedName entityName, bool paramEntity, bool inLiteral, bool inAttribute ) : bool
HandleEntityReference ( bool paramEntity, bool inLiteral, bool inAttribute ) : bool
IDtdParser ( IDtdParserAdapter adapter, bool saveInternalSubset ) : IDtdInfo
IDtdParser ( string baseUri, string docTypeName, string publicId, string systemId, string internalSubset, IDtdParserAdapter adapter ) : IDtdInfo
Initialize ( IDtdParserAdapter readerAdapter ) : void
InitializeFreeFloatingDtd ( string baseUri, string docTypeName, string publicId, string systemId, string internalSubset, IDtdParserAdapter adapter ) : void
IsAttributeValueType ( Token token ) : bool
LoadParsingBuffer ( ) : void
OnUnexpectedError ( ) : void
Parse ( bool saveInternalSubset ) : void
ParseAttlistDecl ( ) : void
ParseAttlistDefault ( SchemaAttDef attrDef, bool ignoreErrors ) : void
ParseAttlistType ( SchemaAttDef attrDef, SchemaElementDecl elementDecl, bool ignoreErrors ) : void
ParseComment ( ) : void
ParseCondSection ( ) : void
ParseElementDecl ( ) : void
ParseElementMixedContent ( ParticleContentValidator pcv, int startParenEntityId ) : void
ParseElementMixedContentNoValidation ( ) : void
ParseElementOnlyContent ( ParticleContentValidator pcv, int startParenEntityId ) : void
ParseElementOnlyContentNoValidation ( ) : void
ParseEntityDecl ( ) : void
ParseExternalId ( Token idTokenType, Token declType, string &publicId, string &systemId ) : void
ParseExternalSubset ( ) : void
ParseFreeFloatingDtd ( ) : void
ParseHowMany ( ParticleContentValidator pcv ) : void
ParseHowManyNoValidation ( ) : void
ParseInDocumentDtd ( bool saveInternalSubset ) : void
ParseInternalSubset ( ) : void
ParseNotationDecl ( ) : void
ParsePI ( ) : void
ParseSubset ( ) : void
ParseUnexpectedToken ( int startPos ) : string
ReadData ( ) : int
ReadDataInName ( ) : bool
SaveParsingBuffer ( ) : void
SaveParsingBuffer ( int internalSubsetValueEndPos ) : void
ScanAttlist1 ( ) : Token
ScanAttlist2 ( ) : Token
ScanAttlist3 ( ) : Token
ScanAttlist4 ( ) : Token
ScanAttlist5 ( ) : Token
ScanAttlist6 ( ) : Token
ScanAttlist7 ( ) : Token
ScanClosingTag ( ) : Token
ScanCondSection1 ( ) : Token
ScanCondSection2 ( ) : Token
ScanCondSection3 ( ) : Token
ScanDoctype1 ( ) : Token
ScanDoctype2 ( ) : Token
ScanElement1 ( ) : Token
ScanElement2 ( ) : Token
ScanElement3 ( ) : Token
ScanElement4 ( ) : Token
ScanElement5 ( ) : Token
ScanElement6 ( ) : Token
ScanElement7 ( ) : Token
ScanEntity1 ( ) : Token
ScanEntity2 ( ) : Token
ScanEntity3 ( ) : Token
ScanEntityName ( ) : XmlQualifiedName
ScanLiteral ( LiteralType literalType ) : Token
ScanName ( ) : void
ScanNameExpected ( ) : Token
ScanNmtoken ( ) : void
ScanNmtokenExpected ( ) : Token
ScanNotation1 ( ) : Token
ScanPublicId1 ( ) : Token
ScanPublicId2 ( ) : Token
ScanQName ( ) : void
ScanQName ( bool isQName ) : void
ScanQNameExpected ( ) : Token
ScanSubsetContent ( ) : Token
ScanSystemId ( ) : Token
SendValidationEvent ( XmlSeverityType severity, XmlSchemaException e ) : void
SendValidationEvent ( XmlSeverityType severity, string code, string arg ) : void
SendValidationEvent ( int pos, XmlSeverityType severity, string code, string arg ) : void
StripSpaces ( string value ) : string
Throw ( int curPos, string res ) : void
Throw ( int curPos, string res, string arg ) : void
Throw ( string res, string arg, int lineNo, int linePos ) : void
ThrowInvalidChar ( char data, int length, int invCharPos ) : void
ThrowInvalidChar ( int pos, string data, int invCharPos ) : void
ThrowUnexpectedToken ( int pos, string expectedToken ) : void
ThrowUnexpectedToken ( int pos, string expectedToken1, string expectedToken2 ) : void
VerifyEntityReference ( XmlQualifiedName entityName, bool paramEntity, bool mustBeDeclared, bool inAttribute ) : SchemaEntity