C# Class System.Runtime.Remoting.MetadataServices.WsdlParser

Mostrar archivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
AddNamespace void
AddNewNamespace URTNamespace
Atomize String
CheckValidIdentifier void
CreatePrimedNametable System.Xml.XmlNameTable
DumpWsdl void
GetTypeString String
InitKeywords void
IsCSharpKeyword bool
IsPrimitiveType bool
IsURTExportedType UrtType
IsValidCS string
IsValidCSAttr string
IsValidLanguageIndependentIdentifier bool
IsValidUrl string
LookupAttribute String
LookupNamespace URTNamespace
MapSchemaTypesToCSharpTypes String
MatchingNamespace bool
MatchingSchemaNamespace bool
MatchingSchemaStrings bool
MatchingStrings bool
Parse void
ParseAttributeField void
ParseComplexType URTComplexType
ParseElementDecl void
ParseElementField void
ParseEnumeration void
ParseImport void
ParseImportedSchema void
ParseImportedSchemaController void
ParseInput void
ParseNamespace URTNamespace
ParseQName String
ParseQName String
ParseQName String
ParseReaderStreamLocation void
ParseRestrictionField void
ParseSchema void
ParseSchemaImportElement void
ParseSchemaImportElement void
ParseSchemaIncludeElement void
ParseSimpleType URTSimpleType
ParseWsdl void
ParseWsdlBinding void
ParseWsdlBindingOperation void
ParseWsdlBindingOperationSection WsdlBindingOperationSection
ParseWsdlBindingSuds void
ParseWsdlMessage void
ParseWsdlPortType void
ParseWsdlPortTypeOperationContent void
ParseWsdlService void
ParseWsdlServicePort void
ParseWsdlTypes void
PrintCSC void
ProcessSudsUse SudsUse
PruneNamespaces void
Qualify bool
ReadNextXmlElement bool
Resolve void
ResolveTypeAttribute void
ResolveTypeNames void
ResolveWsdl void
ResolveWsdlAddress System.Collections.ArrayList
ResolveWsdlClass void
ResolveWsdlInterface void
ResolveWsdlMethodInfo ArrayList
ResolveWsdlNestedType void
SkipXmlElement bool
StartWsdlResolution void
WsdlParser System

Private Methods

Method Description
AddNamespace ( URTNamespace xns ) : void
AddNewNamespace ( String ns ) : URTNamespace
Atomize ( String str ) : String
CheckValidIdentifier ( string ident ) : void
CreatePrimedNametable ( ) : XmlNameTable
DumpWsdl ( ) : void
GetTypeString ( String curNS, bool bNS, URTNamespace urtNS, String typeName, String typeNS ) : String
InitKeywords ( ) : void
IsCSharpKeyword ( string value ) : bool
IsPrimitiveType ( String typeNS, String typeName ) : bool
IsURTExportedType ( String name, String &ns, String &assemName ) : UrtType
IsValidCS ( string identifier ) : string
IsValidCSAttr ( string identifier ) : string
IsValidLanguageIndependentIdentifier ( string ident ) : bool
IsValidUrl ( string value ) : string
LookupAttribute ( String attrName, String attrNS, bool throwExp ) : String
LookupNamespace ( String name ) : URTNamespace
MapSchemaTypesToCSharpTypes ( String xsdType ) : String
MatchingNamespace ( String elmNS ) : bool
MatchingSchemaNamespace ( ) : bool
MatchingSchemaStrings ( String left ) : bool
MatchingStrings ( String left, String right ) : bool
Parse ( ) : void
ParseAttributeField ( URTNamespace parsingNamespace, URTComplexType parsingComplexType ) : void
ParseComplexType ( URTNamespace parsingNamespace, String typeName ) : URTComplexType
ParseElementDecl ( URTNamespace parsingNamespace ) : void
ParseElementField ( URTNamespace parsingNamespace, URTComplexType parsingComplexType, int fieldNum ) : void
ParseEnumeration ( URTSimpleType parsingSimpleType, int enumFacetNum ) : void
ParseImport ( ) : void
ParseImportedSchema ( ReaderStream input ) : void
ParseImportedSchemaController ( ) : void
ParseInput ( ReaderStream input ) : void
ParseNamespace ( ) : URTNamespace
ParseQName ( String &qname ) : String
ParseQName ( String &qname, URTNamespace defaultNS ) : String
ParseQName ( String &qname, URTNamespace defaultNS, URTNamespace &returnNS ) : String
ParseReaderStreamLocation ( ReaderStream reader, ReaderStream currentReaderStream ) : void
ParseRestrictionField ( URTNamespace parsingNamespace, BaseType parsingType ) : void
ParseSchema ( ) : void
ParseSchemaImportElement ( ) : void
ParseSchemaImportElement ( bool bImport ) : void
ParseSchemaIncludeElement ( ) : void
ParseSimpleType ( URTNamespace parsingNamespace, String typeName ) : URTSimpleType
ParseWsdl ( ) : void
ParseWsdlBinding ( URTNamespace inparsingNamespace ) : void
ParseWsdlBindingOperation ( WsdlBindingOperation op, bool &bRpcBinding, bool &bSoapEncoded ) : void
ParseWsdlBindingOperationSection ( WsdlBindingOperation op, String inputElementName, bool &bSoapEncoded ) : WsdlBindingOperationSection
ParseWsdlBindingSuds ( WsdlBindingSuds suds ) : void
ParseWsdlMessage ( ) : void
ParseWsdlPortType ( ) : void
ParseWsdlPortTypeOperationContent ( WsdlPortType portType, WsdlPortTypeOperation portTypeOperation ) : void
ParseWsdlService ( ) : void
ParseWsdlServicePort ( WsdlServicePort port ) : void
ParseWsdlTypes ( ) : void
PrintCSC ( ) : void
ProcessSudsUse ( String use, String elementName ) : SudsUse
PruneNamespaces ( ) : void
Qualify ( String typeNS, String curNS ) : bool
ReadNextXmlElement ( ) : bool
Resolve ( ) : void
ResolveTypeAttribute ( String &typeName, String &typeNS, bool &bEmbedded, bool &bPrimitive ) : void
ResolveTypeNames ( String &typeNS, String &typeName, bool &bEmbedded, bool &bPrimitive ) : void
ResolveWsdl ( ) : void
ResolveWsdlAddress ( WsdlBinding binding ) : ArrayList
ResolveWsdlClass ( WsdlBinding binding, WsdlBindingSuds suds, bool bFirstSuds ) : void
ResolveWsdlInterface ( WsdlBinding binding, WsdlBindingSuds suds ) : void
ResolveWsdlMethodInfo ( WsdlBinding binding ) : ArrayList
ResolveWsdlNestedType ( WsdlBinding binding, WsdlBindingSuds suds, WsdlBindingSudsNestedType nested ) : void
SkipXmlElement ( ) : bool
StartWsdlResolution ( ) : void
WsdlParser ( TextReader input, String outputDir, ArrayList outCodeStreamList, String locationURL, bool bWrappedProxy, String proxyNamespace ) : System