TurtleSpecsHelper Class |
Namespace: VDS.RDF.Parsing
The TurtleSpecsHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() | TurtleSpecsHelper | Initializes a new instance of the TurtleSpecsHelper class |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | InferPlainLiteralType |
Infers the Type of a Plain Literal.
|
![]() ![]() | IsHex |
Gets whether a character is a Hex character.
|
![]() ![]() | IsLongLiteral |
Determines whether a given String should be serialized as a Long Literal.
|
![]() ![]() | IsNameChar(Char) |
Gets whether a character matches the nameChar production from the Turtle specification.
|
![]() ![]() | IsNameChar(Char, Char) |
Gets whether a surrogate pair matches the nameChar production from the Turtle specification.
|
![]() ![]() | IsNameStartChar(Char) |
Gets whether a character matches the nameStartChar production from the Turtle specification.
|
![]() ![]() | IsNameStartChar(Char, Char) |
Gets whether a surrogate pair matches the nameStartChar production from the Turtle specification.
|
![]() ![]() | IsPLX |
Checks whether a given String matches the PLX rule from the Turtle W3C Specification.
|
![]() ![]() | IsPNChars(Char) |
Gets whether a character matches the PN_CHARS production from the Turtle specification.
|
![]() ![]() | IsPNChars(Char, Char) |
Gets whether a surrogate pair matches the PN_CHARS production from the Turtle specification.
|
![]() ![]() | IsPNCharsBase(Char) |
Gets whether a character matches the PN_CHARS_BASE production from the Turtle specifications.
|
![]() ![]() | IsPNCharsBase(Char, Char) |
Gets whether a surrogate pair matches the PN_CHARS_BASE production from the Turtle specifications.
|
![]() ![]() | IsPNCharsU(Char) |
Gets whether a character matches the PN_CHARS_U production from the Turtle specification.
|
![]() ![]() | IsPNCharsU(Char, Char) |
Gets whether a surrogate pair matches the PN_CHARS_U production from the Turtle specification.
|
![]() ![]() | IsPNLocal |
Gets whether the given value matches the PN_LOCAL rule from the Turtle specification.
|
![]() ![]() | IsPNPrefix |
Gets whether the given value is the valid prefix portion of a prefixed name in Turtle.
|
![]() ![]() | IsValidDecimal |
Determines whether a given String is a valid Decimal.
|
![]() ![]() | IsValidDouble |
Determines whether a given String is a valid Double.
|
![]() ![]() | IsValidInteger |
Determines whether a given String is a valid Integer.
|
![]() ![]() | IsValidLocalName |
Gets whether the given value is the valid local name portion of a prefixed name in Turtle.
|
![]() ![]() | IsValidPlainLiteral(String, TurtleSyntax) |
Determines whether a given String is a valid Plain Literal.
|
![]() ![]() | IsValidPlainLiteral(String, Uri, TurtleSyntax) |
Determines whether a given String is a valid Plain Literal for the given Datatype.
|
![]() ![]() | IsValidPrefix |
Gets whether the given value is a valid prefix in Turtle.
|
![]() ![]() | IsValidQName(String) |
Gets whether a QName is valid in Turtle (assumes Turtle as originally specified by Dave Beckett).
|
![]() ![]() | IsValidQName(String, TurtleSyntax) |
Determines whether a given String is a valid QName.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() | UnescapeQName |
Unescapes local name escapes in a QName.
|
Name | Description | |
---|---|---|
![]() ![]() | LongLiteralsPattern |
Pattern for determining whether a given String should be serialized as a Long Literal.
|
![]() ![]() | ValidDecimalPattern |
Pattern for Valid Decimals in Turtle.
|
![]() ![]() | ValidDoublePattern |
Pattern for Valid Doubles in Turtle.
|
![]() ![]() | ValidIntegerPattern |
Pattern for Valid Integers in Turtle.
|