Brecham.Obex — An OBEX library for the .NET Framework

CapabilityObjectParser Class

Provides means to use OBEX Capability objects, which are XML documents. See OBEX13.pdf section 9.3. This parser is not implemented.

For a list of all members of this type, see CapabilityObjectParser Members.

System.Object
   Brecham.Obex.Objects.CapabilityObjectParser

[Visual Basic]
Public Class CapabilityObjectParser
[C#]
public class CapabilityObjectParser

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Provides means to use OBEX Capability objects, which are XML documents. See OBEX13.pdf section 9.3. This parser is not implemented. To create a parser externally create a XmlReader with CreateXmlReader etc, which return an XmlReader instance configured with suitable settings and an ObexXmlResolver which can supply the capability-object DTD from within the assembly.

Requirements

Namespace: Brecham.Obex.Objects

Assembly: Brecham.Obex (in Brecham.Obex.dll)

See Also

CapabilityObjectParser Members | Brecham.Obex.Objects Namespace