C# Class MorseCode.CsJs.Xml.Schema.XmlSchemaParser

Show file Open project: jam40jeff/CsJs

Public Methods

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

Private Methods

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

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