xpath-to-xml-scala_3 2.3.4 API
xpath-to-xml-scala_3 2.3.4 API
com.github.simy4.xpath.scala
Effect
Effect
XmlBuilder
BuilderPartiallyApplied
implicits
com.github.simy4.xpath.scala.impl
ToXmlElemOps
XmlElemOps
com.github.simy4.xpath.scala.navigator
Attribute
Element
Root
ScalaXmlNavigator
ScalaXmlNode
com.github.simy4.xpath.scala.spi
ScalaXmlNavigatorSpi
com.github.simy4.xpath.scala.xpath
ToXPathLiteral
XPathLiteral
xpath-to-xml-scala_3 2.3.4 API
/
com.github.simy4.xpath.scala.navigator
/
ScalaXmlNavigator
ScalaXmlNavigator
class
ScalaXmlNavigator
(
val
root:
Root
)
extends
Navigator
[
ScalaXmlNode
]
with
Converters
Graph
Supertypes
trait
Converters
trait
Navigator
[
ScalaXmlNode
]
class
Object
trait
Matchable
class
Any
Value members
Implicits
Value members
Concrete methods
override
def
attributesOf
(
parent:
ScalaXmlNode
):
Iterable
[
_
<:
ScalaXmlNode
]
Definition Classes
Navigator
@throws
("If unable to create attribute for given node")
override
def
createAttribute
(
parent:
ScalaXmlNode
,
attribute:
QName
):
ScalaXmlNode
Definition Classes
Navigator
@throws
("If unable to create element for given node")
override
def
createElement
(
parent:
ScalaXmlNode
,
element:
QName
):
ScalaXmlNode
Definition Classes
Navigator
override
def
elementsOf
(
parent:
ScalaXmlNode
):
Iterable
[
_
<:
ScalaXmlNode
]
Definition Classes
Navigator
override
def
parentOf
(
node:
ScalaXmlNode
):
ScalaXmlNode
Definition Classes
Navigator
@throws
("If unable to prepend copy to given node")
override
def
prependCopy
(
node:
ScalaXmlNode
):
Unit
Definition Classes
Navigator
@throws
("If unable to remove given node")
override
def
remove
(
node:
ScalaXmlNode
):
Unit
Definition Classes
Navigator
@throws
("If unable to set text to given node")
override
def
setText
(
node:
ScalaXmlNode
,
text:
String
):
Unit
Definition Classes
Navigator
Concrete fields
override
val
root
:
Root
Implicits
Inherited implicits
implicit
def
asJavaIterable
[
A
](
it:
Iterable
[
A
]):
Iterable
[
A
]
Inherited from:
Converters