Emphasis

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string delimiter)
Undocumented in source.

Members

Functions

accept
void accept(Visitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
getClosingDelimiter
string getClosingDelimiter()
Undocumented in source. Be warned that the author may not have intended to support it.
getOpeningDelimiter
string getOpeningDelimiter()
Undocumented in source. Be warned that the author may not have intended to support it.
setDelimiter
void setDelimiter(string delimiter)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Node

accept
void accept(Visitor visitor)
Undocumented in source.
getNext
Node getNext()
Undocumented in source. Be warned that the author may not have intended to support it.
getPrevious
Node getPrevious()
Undocumented in source. Be warned that the author may not have intended to support it.
getFirstChild
Node getFirstChild()
Undocumented in source. Be warned that the author may not have intended to support it.
getLastChild
Node getLastChild()
Undocumented in source. Be warned that the author may not have intended to support it.
getParent
Node getParent()
Undocumented in source. Be warned that the author may not have intended to support it.
setParent
void setParent(Node parent)
Undocumented in source. Be warned that the author may not have intended to support it.
appendChild
void appendChild(Node child)
Undocumented in source. Be warned that the author may not have intended to support it.
prependChild
void prependChild(Node child)
Undocumented in source. Be warned that the author may not have intended to support it.
unlink
void unlink()
Undocumented in source. Be warned that the author may not have intended to support it.
insertAfter
void insertAfter(Node sibling)
Undocumented in source. Be warned that the author may not have intended to support it.
insertBefore
void insertBefore(Node sibling)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toStringAttributes
string toStringAttributes()
Undocumented in source. Be warned that the author may not have intended to support it.

From Delimited

getOpeningDelimiter
string getOpeningDelimiter()

@return the opening (beginning) delimiter, e.g. <code>*</code>

getClosingDelimiter
string getClosingDelimiter()

@return the closing (ending) delimiter, e.g. <code>*</code>

Meta