trait Writer extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Writer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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 bold: (Node[Bold.type]) ⇒ List[Tag[Singleton]]
- val bulletList: (Node[BulletList.type]) ⇒ List[Tag[Singleton]]
- val chapter: (Node[Chapter.type]) ⇒ List[Tag[Singleton]]
- def children[T <: NodeType](n: Node[_], f: (Node[T]) ⇒ List[pine.Node]): List[pine.Node]
- def children(n: Node[_]): List[pine.Node]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val code: (Node[Code.type]) ⇒ List[Tag[Singleton]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val footnote: (Node[Footnote]) ⇒ List[Tag[Singleton]]
- val footnoteBlock: (Node[FootnoteBlock.type]) ⇒ List[Tag[Singleton]]
- val footnoteBlockItem: (Node[FootnoteBlockItem]) ⇒ List[Tag[Singleton]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getIdFromChildren(nodes: List[Node[_]]): Option[String]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val html: (Node[Html]) ⇒ List[Tag[tag.type]] forSome {val html: Node[Html]}
- val id: (Node[Id]) ⇒ List[Nothing]
- val image: (Node[Image]) ⇒ List[Tag[Singleton]]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val italic: (Node[Italic.type]) ⇒ List[Tag[Singleton]]
- val jump: (Node[Jump]) ⇒ List[Tag[Singleton]]
- val listItem: (Node[ListItem.type]) ⇒ List[Tag[Singleton]]
- val listing: (Node[Listing]) ⇒ List[Tag[Singleton]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def node(node: Node[_]): List[pine.Node]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val orderedList: (Node[OrderedList.type]) ⇒ List[Tag[Singleton]]
- val paragraph: (Node[Paragraph.type]) ⇒ List[Tag[Singleton]]
- val quote: (Node[Quote.type]) ⇒ List[Tag[Singleton]]
- val section: (Node[Section.type]) ⇒ List[Tag[Singleton]]
- val subsection: (Node[Subsection.type]) ⇒ List[Tag[Singleton]]
- val subsubsection: (Node[Subsubsection.type]) ⇒ List[Tag[Singleton]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val table: (Node[Table.type]) ⇒ List[Tag[Singleton]]
- val tableBody: (Node[TableBody.type]) ⇒ List[Tag[Singleton]]
- val tableCaption: (Node[TableCaption.type]) ⇒ List[Tag[Singleton]]
- val tableCell: (Node[TableCell.type]) ⇒ List[Tag[Singleton]]
- val tableHead: (Node[TableHead.type]) ⇒ List[Tag[Singleton]]
- val tableHeadCell: (Node[TableCell.type]) ⇒ List[Tag[Singleton]]
- val tableHeadRow: (Node[TableRow.type]) ⇒ List[Tag[Singleton]]
- def tableOfContents(references: List[Structure], maxDepth: Int): Option[pine.Node]
- val tableRow: (Node[TableRow.type]) ⇒ List[Tag[Singleton]]
- val text: (Node[Text]) ⇒ List[Text]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val todo: (Node[Todo.type]) ⇒ List[Tag[Singleton]]
- val url: (Node[Url]) ⇒ List[Tag[Singleton]]
-
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
- @native() @throws( ... )