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

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

Private Methods

Method Description
Atomize ( String str ) : String
CreatePrimedNametable ( ) : XmlNameTable
IsPrimitiveType ( String typeNS, String typeName ) : bool
IsURTExportedType ( String name, String &ns, String &assemName ) : UrtType
LookupAttribute ( String attrName, String attrNS, bool throwExp ) : String
LookupNamespace ( String name ) : URTNamespace
MapSchemaTypesToCSharpTypes ( String fullTypeName ) : String
MatchingNamespace ( String elmNS ) : bool
MatchingStrings ( String left, String right ) : bool
NeedsEncoding ( String ns ) : bool
Parse ( ) : void
ParseAddresses ( URTComplexType parsingComplexType ) : void
ParseAttributeField ( URTNamespace parsingNamespace, URTComplexType parsingComplexType ) : void
ParseClass ( URTNamespace parsingNamespace ) : void
ParseComplexType ( URTNamespace parsingNamespace, String typeName ) : URTComplexType
ParseElementDecl ( URTNamespace parsingNamespace ) : void
ParseElementField ( URTNamespace parsingNamespace, URTComplexType parsingComplexType, int fieldNum ) : void
ParseEncoding ( URTSimpleType parsingSimpleType ) : void
ParseEnumeration ( URTSimpleType parsingSimpleType, int enumFacetNum ) : void
ParseImport ( ) : void
ParseInput ( ReaderStream input ) : void
ParseInterface ( URTNamespace parsingNamespace ) : void
ParseNamespace ( ) : URTNamespace
ParseOnewayMethod ( URTComplexType parsingComplexType, URTInterface parsingInterface ) : void
ParseQName ( String &qname ) : String
ParseRRMethod ( URTComplexType parsingComplexType, URTInterface parsingInterface ) : void
ParseReaderStreamLocation ( ReaderStream reader ) : void
ParseSUDS ( ) : void
ParseSchema ( ) : void
ParseSdl ( ) : void
ParseSimpleType ( URTNamespace parsingNamespace, String typeName ) : URTSimpleType
PrintCSC ( ) : void
PrintNode ( TextWriter textWriter ) : 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
SdlParser ( TextReader input, String outputDir, ArrayList outCodeStreamList, String locationURL, bool bWrappedProxy ) : System
SkipXmlElement ( ) : bool
ValidationCallback ( int hr, String reason ) : void