An inline node in a text document that represents a link.
interface
|
ILinkNode
|
extends
|
IInlineNode
|
||
base of
|
LinkNode
|
The config node this link refers to.
property
|
Config
{
get
}
|
||
type
|
ConfigNode
|
||
value
|
The
target
config
node
or
null . |
Is this a link to a config node (see ForName)?.
property
|
IsConfig
{
get
}
|
||
type
|
bool
|
||
value
|
true
if
this
link
refers
to
a
config
node,
false
if
not. |
Is this document node empty (i.e. it contains whitespace only)?
property
|
IsEmpty
{
get
}
|
||
type
|
bool
|
||
value
|
true
if
this
document
node
is
empty,
false
if
not. |
||
inherited
|
IDocumentNode.IsEmpty
|
The link value.
property
|
Link
{
get
}
|
||
type
|
string
|
||
value
|
|
The link value. |
Returns the serial type of this object.
property
|
SerialType
{
get
}
|
||
type
|
ISerialTypeInfo
|
||
value
|
|
The serial type. | |
inherited
|
ISerializable.SerialType
|
Returns the serial data version.
property
|
SerialVersion
{
get
}
|
||
type
|
int32
|
||
value
|
|
The serial data version tag. | |
inherited
|
ISerializable.SerialVersion
|
Remarks:
An ISerializable implementation is required to support all versions up to the one returned by SerialVersion.
See also:
ISerializable.SerializeThe link title.
property
|
Title
{
get
}
|
||
type
|
string
|
||
value
|
The link title. |
The whitespace flags of this inline node.
property
|
Whitespace
{
get
}
|
||
type
|
WhitespaceFlags
|
||
value
|
The whitespace flags. | ||
inherited
|
IInlineNode.Whitespace
|
Accepts the given node visitor.
method
|
Accept
(IDocumentNodeVisitor visitor,
object userData)
|
||
params
|
visitor
|
The
visitor
to
accept.
If
null
the
method
shall
return
silently.
|
|
userData
|
Optional user data object. | ||
inherited
|
IDocumentNode.Accept
|
Initializes the state of this object from the given data stream.
method
|
Deserialize
(int32 serialVersion,
ISerializer data)
|
||
type
|
ISerializable
|
||
params
|
serialVersion
|
[>=1]
|
The serial data version. |
data
|
[not-null]
|
The serial data stream. | |
returns
|
|
The
deserialized
object.
This
will
typically
be
this ,
but
in
some
circumstances,
another
instance
may
be
returned
(e.g.
singletons).
|
|
inherited
|
ISerializable.Deserialize
|
Remarks:
The Deserialize method will be called immediately after the object has been instantiated via its default constructor.
The provided serialVersion number is guaranteed to be equal to or less than the SerialVersion returned by this object (i.e. ISerializable object must provide backwards compatibility).
See also:
ISerializable.SerializeSerializes the current state of this object to the given data stream.
method
|
Serialize
(ISerializer data)
|
||
params
|
data
|
[not-null]
|
The serial data stream. |
inherited
|
ISerializable.Serialize
|
See also:
ISerializable.DeserializeValidates the state of this object.
method
|
Validate
(Validator validator)
|
||
params
|
validator
|
[not-null]
|
The validator object. |
inherited
|
IValidatable.Validate
|
Produces source code by feeding the given source code writer.
method
|
WriteSourceCode
(SourceCodeWriter writer,
Context context)
|
||
params
|
writer
|
[not-null]
|
The source code writer to use. |
context
|
[not-null]
|
Context information. | |
inherited
|
ICodeOutput.WriteSourceCode
|