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

ObexFolderListingParser Properties

The properties of the ObexFolderListingParser class are listed below. For a complete list of ObexFolderListingParser class members, see the ObexFolderListingParser Members topic.

Public Static (Shared) Properties

Dtd Returns a Stream containing the DTD for the Folder-Listing object, from OBEX13.pdf section 9.1.4.1. The DTD is embedded in the assembly and thus no remote lookups are required.
StripDocType Controls whether the DOCTYPE element will be removed before parsing, this is necessary to allow the NETCF XmlTextReader to function.
StripNullBytes Controls whether null bytes will be removed, this allows such invalid documents to be parsed by the XmlTextReader class.

Public Instance Properties

IgnoreUnknownAttributeNames Gets of sets whether undefined attributes on the folder-listing items found while parsing will produce an error, or will simply be discarded. By default an error is produced and parsing is abandoned.

See Also

ObexFolderListingParser Class | Brecham.Obex.Objects Namespace