C# Class MorseCode.CsJs.Tools.VSIXExtension.ServiceReferenceGeneratorPackage.XmlSchema.XmlSchemaParser

Exibir arquivo Open project: jam40jeff/CsJs

Public Methods

Method Description
GetElementDefinition ( XmlDocument document, string targetNamespace, string elementName ) : IXmlSchemaElementDefinition

Private Methods

Method Description
FindTargetSchemaNode ( XmlNode document, XmlNamespaceManager xmlNamespaceManager, XmlNode node, XmlNode thisSchemaNode, string rawTypeName, XmlNode &targetSchemaNode, TypeReference &typeReference ) : void
GetElementDefinitionRecursive ( XmlNode document, XmlNamespaceManager xmlNamespaceManager, XmlNode schemaNode, XmlNode elementNode, IXmlSchemaTypeDefinition>.IDictionary typesByName ) : IXmlSchemaElementDefinition

Method Details

GetElementDefinition() public static method

public static GetElementDefinition ( XmlDocument document, string targetNamespace, string elementName ) : IXmlSchemaElementDefinition
document System.Xml.XmlDocument
targetNamespace string
elementName string
return IXmlSchemaElementDefinition