C# Class System.CodeDom.Compiler.HandlerBase

显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Methods

Method Description
CheckForChildNodes ( XmlNode node ) : void
CheckForNonElement ( XmlNode node ) : void
CheckForUnrecognizedAttributes ( XmlNode node ) : void
GetAndRemoveAttribute ( XmlNode node, string attrib, bool fRequired ) : XmlNode
GetAndRemoveIntegerAttributeInternal ( XmlNode node, string attrib, bool fRequired, int &val ) : XmlNode
GetAndRemoveNonEmptyStringAttributeInternal ( XmlNode node, string attrib, bool fRequired, string &val ) : XmlNode
GetAndRemoveNonNegativeAttributeInternal ( XmlNode node, string attrib, bool fRequired, int &val ) : XmlNode
GetAndRemoveNonNegativeIntegerAttribute ( XmlNode node, string attrib, int &val ) : XmlNode
GetAndRemoveRequiredNonEmptyStringAttribute ( XmlNode node, string attrib, string &val ) : XmlNode
GetAndRemoveStringAttribute ( XmlNode node, string attrib, string &val ) : XmlNode
GetAndRemoveStringAttributeInternal ( XmlNode node, string attrib, bool fRequired, string &val ) : XmlNode
IsIgnorableAlsoCheckForNonElement ( XmlNode node ) : bool
ThrowUnrecognizedElement ( XmlNode node ) : void