fs2-data-xml
1.6.1
fs2-data-xml
fs2.data.xml
Attr
NSCAttributesUnique
NSCNoPrefixUndeclaring
NSCPrefixDeclared
NSError
QName
QName
WFCElementTypeMatch
WFCEntityDeclared
WFCNoRecursion
WFError
XmlError
XmlEvent
XmlEvent
Comment
EndDocument
EndTag
StartDocument
StartTag
XmlCharRef
XmlDecl
XmlDoctype
XmlEntityRef
XmlPI
XmlString
XmlTexty
XmlException
XmlInterpolators
XmlSyntax
collector
show
fs2.data.xml.dom
DocumentBuilder
DocumentBuilder
DocumentEventifier
ElementBuilder
ElementBuilder
TreeParser
XmlTreeException
fs2.data.xml.xpath
Axis
Axis
Child
Descendant
Location
Node
Node
PartiallyAppliedFilter
Predicate
Predicate
And
Eq
Exists
False
Neq
Not
Or
True
XPath
XPathParser
XPathParser
XPathSyntaxException
fs2.data.xml.xpath.internals
Atom
Atom
AttrEq
AttrExists
AttrNeq
Element
False
Not
True
CNF
Disjunction
LocationMatch
LocationMatch
And
AttrEq
AttrExists
AttrNeq
Element
False
Not
Or
True
StartElement
fs2.data.xml.xpath.literals
XPathInterpolator
given_ToExpr_Axis
given_ToExpr_Location
given_ToExpr_Node
given_ToExpr_Predicate
given_ToExpr_QName
given_ToExpr_XPath
fs2-data-xml
/
fs2.data.xml.dom
/
DocumentBuilder
DocumentBuilder
trait
DocumentBuilder
[
Document
]
extends
ElementBuilder
Companion:
object
Source:
DocumentBuilder.scala
Graph
Supertypes
trait
ElementBuilder
class
Object
trait
Matchable
class
Any
Type members
Value members
Type members
Inherited types
type
Content
Inherited from:
ElementBuilder
Source:
ElementBuilder.scala
type
Elem
<:
Content
Inherited from:
ElementBuilder
Source:
ElementBuilder.scala
type
Misc
<:
Content
Inherited from:
ElementBuilder
Source:
ElementBuilder.scala
Value members
Abstract methods
def
makeDocument
(
version:
Option
[
String
],
encoding:
Option
[
String
],
standalone:
Option
[
Boolean
],
doctype:
Option
[
XmlDoctype
],
prolog:
List
[
Misc
],
root:
Elem
,
postlog:
List
[
Misc
]):
Document
Source:
DocumentBuilder.scala
Inherited methods
def
makeComment
(
content:
String
):
Option
[
Misc
]
Inherited from:
ElementBuilder
Source:
ElementBuilder.scala
def
makeElement
(
name:
QName
,
attributes:
List
[
Attr
],
isEmpty:
Boolean
,
children:
List
[
Content
]):
Elem
Inherited from:
ElementBuilder
Source:
ElementBuilder.scala
def
makePI
(
target:
String
,
content:
String
):
Misc
Inherited from:
ElementBuilder
Source:
ElementBuilder.scala
def
makeText
(
texty:
XmlTexty
):
Content
Inherited from:
ElementBuilder
Source:
ElementBuilder.scala