Click or drag to resize

RdfXmlWriterContext Class

Writer Context for RDF/XML Writers.
Inheritance Hierarchy
SystemObject
  VDS.RDF.Writing.ContextsRdfXmlWriterContext

Namespace:  VDS.RDF.Writing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class RdfXmlWriterContext : IWriterContext, 
	ICollectionCompressingWriterContext

The RdfXmlWriterContext type exposes the following members.

Constructors
  NameDescription
Public methodRdfXmlWriterContext
Creates a new RDF/XML Writer Context.
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected field_prettyPrint
Pretty Printing Mode setting.
Top
See Also