WriterHelper Class |
Namespace: VDS.RDF.Writing
The WriterHelper type exposes the following members.
Name | Description | |
---|---|---|
EncodeForXml |
Encodes values for use in XML.
| |
FindCollections(ICollectionCompressingWriterContext) |
Helper method which finds Collections expressed in the Graph which can be compressed into concise collection syntax constructs in some RDF syntaxes.
| |
FindCollections(ICollectionCompressingWriterContext, CollectionSearchMode) |
Helper method which finds Collections expressed in the Graph which can be compressed into concise collection syntax constructs in some RDF syntaxes.
| |
FindCollections(IGraph, BaseTripleCollection) | Obsolete.
Helper method which finds Collections expressed in the Graph which can be compressed into concise collection syntax constructs in some RDF syntaxes.
| |
GetTriplesSortedBySubjectPredicate |
Get a list of all triples in the specified graph, sorted by subject and then predicate.
| |
IsDefaultGraph | Obsolete.
Determines whether a given Uri refers to one of the Default Graph URIs assigned to the default Graph when parsing from some RDF dataset syntax.
| |
IsValidBlankNodeID |
Determines whether a Blank Node ID is valid as-is when serialised in NTriple like syntaxes (Turtle/N3/SPARQL).
| |
IsValidStrictBlankNodeID |
Determines whether a Blank Node ID is valid as-is when serialised as NTriples.
| |
SortTriplesBySubjectPredicate |
Sort the provided list of triples by subject and then predicate. The list is modified in-place.
|