Click or drag to resize

RdfXmlWriterContext Properties

The RdfXmlWriterContext type exposes the following members.

Properties
  NameDescription
Public propertyBlankNodeMapper
Gets the Blank Node map in use.
Public propertyCollections
Represents the mapping from Blank Nodes to Collections.
Public propertyCompressionLevel
Gets/Sets the Compression Level used.
Public propertyGraph
Gets the Graph being written.
Public propertyHighSpeedModePermitted
Gets/Sets whether High Speed Mode is permitted.
Public propertyNamespaceMap
Gets the Namespace Map in use.
Public propertyNextNamespaceID
Gets/Sets the next ID to use for issuing Temporary Namespaces.
Public propertyNodeFormatter
Gets/Sets the Node Formatter.
Public propertyOutput
Gets the TextWriter being written to.
Public propertyPrettyPrint
Gets/Sets the Pretty Printing Mode used.
Public propertyTriplesDone
Stores the Triples that should be excluded from standard output as they are part of collections.
Public propertyUriFormatter
Gets/Sets the URI Formatter.
Public propertyUseAttributes
Gets/Sets whether attributes are used to encode the predicates and objects of triples with simple literal properties.
Public propertyUseDtd
Gets/Sets whether a DTD is used.
Public propertyWriter
Gets the XML Writer in use.
Top
See Also