object XMLSyntax extends TagBasedFormats with SyntaxHighlighter
- Alphabetic
- By Inheritance
- XMLSyntax
- SyntaxHighlighter
- TagBasedFormats
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cdata: CodeSpanParser
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
comment: CodeSpanParser
Parses a comment enclosed between
.
Parses a comment enclosed between
.
- Definition Classes
- TagBasedFormats
- val docType: CodeSpanParser
-
def
elementRest(tagName: String, embedded: Seq[CodeSpanParser] = Nil, tagNameCategory: CodeCategory = CodeCategory.Tag.Name): Parser[Seq[CodeSpan]]
Parses the content and the end tag of an element, with optionally embedding syntax for the content of the element.
Parses the content and the end tag of an element, with optionally embedding syntax for the content of the element. Assumes that the start tag has already been parsed.
- Definition Classes
- TagBasedFormats
-
val
emptyTag: TagParser
Parses an empty tag (closed by
/>
) with optional attributes.Parses an empty tag (closed by
/>
) with optional attributes.- Definition Classes
- TagBasedFormats
-
val
endTag: TagParser
Parses an end tag.
Parses an end tag.
- Definition Classes
- TagBasedFormats
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
language: NonEmptyList[String]
The names of the language (and its optional aliases) as used in text markup
The names of the language (and its optional aliases) as used in text markup
- Definition Classes
- XMLSyntax → SyntaxHighlighter
-
def
name(category: CodeCategory): CodeSpanParser
Parses a valid attribute, tag or entity name.
Parses a valid attribute, tag or entity name.
- Definition Classes
- TagBasedFormats
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val pi: CodeSpanParser
-
val
ref: CodeSpanParser
Parses a named entity reference like
<
or a numeric character reference likeÿ
.Parses a named entity reference like
<
or a numeric character reference likeÿ
.- Definition Classes
- TagBasedFormats
-
lazy val
rootParser: Parser[Seq[CodeSpan]]
The resulting root parser composed of the individual span parsers to be used in the parser for the host markup language
The resulting root parser composed of the individual span parsers to be used in the parser for the host markup language
- Definition Classes
- SyntaxHighlighter
-
val
spanParsers: Seq[CodeSpanParser]
The parsers for individual code spans written in this language
The parsers for individual code spans written in this language
- Definition Classes
- XMLSyntax → SyntaxHighlighter
-
val
startTag: TagParser
Parses a start tag with optional attributes.
Parses a start tag with optional attributes.
- Definition Classes
- TagBasedFormats
-
val
string: CodeSpanParser
- Definition Classes
- TagBasedFormats
-
val
stringWithEntities: CodeSpanParser
- Definition Classes
- TagBasedFormats
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val xmlDecl: CodeSpanParser
- object DTD