C# Class System.Configuration.XmlUtil

Inheritance: IDisposable, IConfigErrorInfo
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
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

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
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

Method Details

Dispose() public method

public Dispose ( ) : void
return void