Метод | Описание | |
---|---|---|
AddComplexType ( URTComplexType type ) : void | ||
AddElementDecl ( ElementDecl elmDecl ) : void | ||
AddInterface ( URTInterface iface ) : void | ||
AddSimpleType ( URTSimpleType type ) : void | ||
GetNextAnonymousName ( ) : String | ||
LookupComplexType ( String typeName ) : URTComplexType | ||
LookupElementDecl ( String name ) : ElementDecl | ||
LookupInterface ( String iFaceName ) : URTInterface | ||
LookupSimpleType ( String typeName ) : URTSimpleType | ||
LookupType ( String typeName ) : BaseType | ||
PrintCSC ( |
||
RemoveComplexType ( URTComplexType type ) : void | ||
RemoveSimpleType ( URTSimpleType type ) : void | ||
ResolveElements ( |
||
ResolveMethods ( ) : void | ||
ResolveTypes ( |
||
URTNamespace ( String name, |
public AddComplexType ( URTComplexType type ) : void | ||
type | URTComplexType | |
Результат | void |
public AddElementDecl ( ElementDecl elmDecl ) : void | ||
elmDecl | ElementDecl | |
Результат | void |
public AddInterface ( URTInterface iface ) : void | ||
iface | URTInterface | |
Результат | void |
public AddSimpleType ( URTSimpleType type ) : void | ||
type | URTSimpleType | |
Результат | void |
public LookupComplexType ( String typeName ) : URTComplexType | ||
typeName | String | |
Результат | URTComplexType |
public LookupElementDecl ( String name ) : ElementDecl | ||
name | String | |
Результат | ElementDecl |
public LookupInterface ( String iFaceName ) : URTInterface | ||
iFaceName | String | |
Результат | URTInterface |
public LookupSimpleType ( String typeName ) : URTSimpleType | ||
typeName | String | |
Результат | URTSimpleType |
public LookupType ( String typeName ) : BaseType | ||
typeName | String | |
Результат | BaseType |
public PrintCSC ( |
||
textWriter | ||
Результат | void |
public RemoveComplexType ( URTComplexType type ) : void | ||
type | URTComplexType | |
Результат | void |
public RemoveSimpleType ( URTSimpleType type ) : void | ||
type | URTSimpleType | |
Результат | void |
public ResolveElements ( |
||
parser | ||
Результат | void |
public ResolveTypes ( |
||
parser | ||
Результат | void |
public URTNamespace ( String name, |
||
name | String | |
parser | ||
Результат | System |