Class IncompleteTriple
Represents an incomplete Triple as part of the RDFa parsing process.
Inheritance
System.Object
IncompleteTriple
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Parsing.Contexts
Assembly: dotNetRdf.dll
Syntax
public class IncompleteTriple
Constructors
| Improve this Doc View SourceIncompleteTriple(INode, IncompleteTripleDirection)
Creates a new Incomplete Triple.
Declaration
public IncompleteTriple(INode pred, IncompleteTripleDirection direction)
Parameters
Type | Name | Description |
---|---|---|
INode | pred | Predicate. |
IncompleteTripleDirection | direction | Direction. |
Properties
| Improve this Doc View SourceDirection
Gets the Direction of the Incomplete Triple.
Declaration
public IncompleteTripleDirection Direction { get; }
Property Value
Type | Description |
---|---|
IncompleteTripleDirection |
Predicate
Gets the Predicate of the Incomplete Triple.
Declaration
public INode Predicate { get; }
Property Value
Type | Description |
---|---|
INode |