메소드 | 설명 | |
---|---|---|
XmpSchemaRegistryImpl ( ) : System |
Performs the initialisation of the registry with the default namespaces, aliases and global options.
|
메소드 | 설명 | |
---|---|---|
DeleteNamespace ( string namespaceUri ) : void | ||
FindAlias ( string qname ) : IXmpAliasInfo | ||
FindAliases ( string aliasNs ) : IXmpAliasInfo[] | ||
GetAliases ( ) : IDictionary | ||
GetNamespacePrefix ( string namespaceUri ) : string | ||
GetNamespaceUri ( string namespacePrefix ) : string | ||
GetNamespaces ( ) : IDictionary | ||
GetPrefixes ( ) : IDictionary | ||
RegisterAlias ( string aliasNs, string aliasProp, string actualNs, string actualProp, |
||
RegisterNamespace ( string namespaceUri, string suggestedPrefix ) : string | ||
RegisterStandardAliases ( ) : void |
Register the standard aliases. Note: This method is not lock because only called by the constructor.
|
|
RegisterStandardNamespaces ( ) : void |
Register the standard namespaces of schemas and types that are included in the XMP Specification and some other Adobe private namespaces. Note: This method is not lock because only called by the constructor.
|
|
ResolveAlias ( string aliasNs, string aliasProp ) : IXmpAliasInfo |