C# 클래스 System.Configuration.XmlUtil

상속: IDisposable, IConfigErrorInfo
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddErrorRequiredAttribute void
AddErrorReservedAttribute void
AddErrorUnrecognizedAttribute void
AddErrorUnrecognizedElement void
CopyElement void
CopyOuterXmlToNextElement bool
CopyReaderToNextElement bool
CopySection string
CopyXmlNode bool
FormatXmlElement string
GetPositionOffset int
ReadToNextElement void
ReleaseResources void
ResetCachedStringWriter void
RetrieveFullOpenElementTag string
SkipAndCopyReaderToNextElement bool
SkipChildElementsAndCopyOuterXmlToNextElement bool
SkipToNextElement void
StrictReadToNextElement void
StrictSkipToNextElement void
StrictSkipToOurParentsEndElement void
UpdateStartElement string
VerifyAndGetBooleanAttribute void
VerifyAndGetNonEmptyStringAttribute void
VerifyIgnorableNodeType void
VerifyNoUnrecognizedAttributes void
VerifyRequiredAttribute bool
XmlUtil System.Configuration.Internal
XmlUtil System.Configuration.Internal

공개 메소드들

메소드 설명
Dispose ( ) : void

비공개 메소드들

메소드 설명
AddErrorRequiredAttribute ( string attrib, ExceptionAction action ) : void
AddErrorReservedAttribute ( ExceptionAction action ) : void
AddErrorUnrecognizedAttribute ( ExceptionAction action ) : void
AddErrorUnrecognizedElement ( ExceptionAction action ) : void
CopyElement ( XmlUtilWriter utilWriter ) : void
CopyOuterXmlToNextElement ( XmlUtilWriter utilWriter, bool limitDepth ) : bool
CopyReaderToNextElement ( XmlUtilWriter utilWriter, bool limitDepth ) : bool
CopySection ( ) : string
CopyXmlNode ( XmlUtilWriter utilWriter ) : bool
FormatXmlElement ( string xmlElement, int linePosition, int indent, bool skipFirstIndent ) : string
GetPositionOffset ( System.Xml.XmlNodeType nodeType ) : int
ReadToNextElement ( ) : void
ReleaseResources ( ) : void
ResetCachedStringWriter ( ) : void
RetrieveFullOpenElementTag ( ) : string
SkipAndCopyReaderToNextElement ( XmlUtilWriter utilWriter, bool limitDepth ) : bool
SkipChildElementsAndCopyOuterXmlToNextElement ( XmlUtilWriter utilWriter ) : bool
SkipToNextElement ( ) : void
StrictReadToNextElement ( ExceptionAction action ) : void
StrictSkipToNextElement ( ExceptionAction action ) : void
StrictSkipToOurParentsEndElement ( ExceptionAction action ) : void
UpdateStartElement ( XmlUtilWriter utilWriter, string updatedStartElement, bool needsChildren, int linePosition, int indent ) : string
VerifyAndGetBooleanAttribute ( ExceptionAction action, bool defaultValue, bool &newValue ) : void
VerifyAndGetNonEmptyStringAttribute ( ExceptionAction action, string &newValue ) : void
VerifyIgnorableNodeType ( ExceptionAction action ) : void
VerifyNoUnrecognizedAttributes ( ExceptionAction action ) : void
VerifyRequiredAttribute ( object o, string attrName, ExceptionAction action ) : bool
XmlUtil ( Stream stream, string name, bool readToFirstElement ) : System.Configuration.Internal
XmlUtil ( Stream stream, string name, bool readToFirstElement, ConfigurationSchemaErrors schemaErrors ) : System.Configuration.Internal

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void