IXmlQName Interface

uuid(a0f644a2-9a8b-4317-a353-6ef9c42f5840)

An interface for accessing XML QName information (name & namespace)

 

Base Interface

IUnknown

 

Methods, in vtable order (after base interface)

Name Description
Name  [propget] The (local)Name of the QName
Name  [propput]
Namespace  [propget] The namespace URI part of the QName
Namespace  [propput]
Set   Initializes the QName with the name/namespace

 

When to Implement

Implement this if you are providing something that is an XML QName

 

When to Call

Call this interface to read/write the XMLQName properties

 

See Also

The PocketSOAP Library | 

 

 

Copyright

Copyright © Simon Fell, 2000-2004. All rights reserved.