An XmlResolver that knows how to access the OBEX object DTDs, without any remote lookups.
For a list of all members of this type, see ObexXmlResolver Members.
System.Object
System.Xml.XmlResolver
Brecham.Obex.Objects.ObexXmlResolver
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
At the current time the obex-folder-listing.dtd and obex-capability.dtd DTDs are present.
[Visual Basic]
Dim xr As XmlTextReader = New System.Xml.XmlTextReader(content)
xr.XmlResolver = New Objects.ObexXmlResolver
If Not xr.Read Then ...
If xr.NodeType ...
Namespace: Brecham.Obex.Objects
Assembly: Brecham.Obex (in Brecham.Obex.dll)
ObexXmlResolver Members | Brecham.Obex.Objects Namespace