Click or drag to resize

BaseHtmlWriter Class

Abstract Base Class for HTML Writers which provides basic implementation of the IHtmlWriter interface.
Inheritance Hierarchy

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public abstract class BaseHtmlWriter : IHtmlWriter

The BaseHtmlWriter type exposes the following members.

Constructors
  NameDescription
Protected methodBaseHtmlWriter
Initializes a new instance of the BaseHtmlWriter class
Top
Properties
  NameDescription
Public propertyCssClassBlankNode
Gets/Sets the CSS class used for the span tags used to display Blank Node IDs.
Public propertyCssClassBox
Gets/Sets the CSS class used for div tags used to group chunks of markup into a box.
Public propertyCssClassDatatype
Gets/Sets the CSS class used for the anchor tags used to display Literal datatypes.
Public propertyCssClassLangSpec
Gets/Sets the CSS class used for the span tags used to display Literal language specifiers.
Public propertyCssClassLiteral
Gets/Sets the CSS class used for the span tags used to display Literals.
Public propertyCssClassUri
Gets/Sets the CSS class used for the anchor tags used to display the URIs of URI Nodes.
Public propertyStylesheet
Gets/Sets a path to a Stylesheet which is used to format the Graph output.
Public propertyUriPrefix
Gets/Sets the Prefix applied to href attributes.
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
See Also