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