C# Класс System.Configuration.XmlUtil

Наследование: IDisposable, IConfigErrorInfo
Показать файл Открыть проект Примеры использования класса

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