trait XmlTypes extends AnyRef
- Alphabetic
- By Inheritance
- XmlTypes
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- type AttributeQName = EitherLike[PrefixedQName, NoNamespaceQName]
An AttributeQName is either a PrefixedQName or a NoNamespaceQName
- type Attributes = ListSet[Attribute]
An alias for am immutable ListSet of Attribute
- type ItemOrElem = EitherLike[XmlItem, Tree[XmlItem, Elem, XCC]]
Alias for An XML ItemOrTree
- type Misc = Either[Comment, PI]
Misc is either a Comment or PI, and is used for the Prolog and trailing Misc items in a Doc.
- type Miscs = Seq[Misc]
A collection of Misc
- type XCC[T] = ImmutableArrayProxy[T]
XML Collection - an alias for ImmutableArrayProxy
- type XmlBuilder = Builder[ItemOrElem, XmlChildren]
Alias for a mutable builder of XmlChildren
- type XmlCBF = BuildFrom[XCC[_], utils.ItemOrTree[XmlItem, Elem, XCC], XCC[utils.ItemOrTree[XmlItem, Elem, XCC]]]
Alias for the XmlTree CanBuildFrom
- type XmlChildren = ImmutableArrayProxy[ItemOrElem]
An Alias for a collection of ItemOrElem, the children of a given tree node
- type XmlPath = Path[XmlItem, Elem, XCC]
An alias for a Path over XmlTree
- type XmlTree = Tree[XmlItem, Elem, XCC]
Alias for Trees of Elem and XmlItem
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
- def ElemMatcher(name: QName, attributes: AttributeQName*): AnyRef { ... /* 2 definitions in type refinement */ }
Will match if the QNames are the same =:= and if the attributes are present (not requiring that these are the only attributes).
Will match if the QNames are the same =:= and if the attributes are present (not requiring that these are the only attributes). What is returned is either a Seq of attribute values or a simple boolean
- def XmlBuilder(): XmlBuilder
Default implementation for constructing an instance of XmlBuilder (ImmutableArrayProxyBuilder)
- final def addAndFocus(path: XmlPath, elem: Elem, dchildren: XmlChildren = emptyChildren): Path[XmlItem, Elem, [T]XCC[T]]
Adds a subtree to this given path and returns a path focussed on the new subtree.
Adds a subtree to this given path and returns a path focussed on the new subtree.
The Tree is constructed from the elem and optional children.
- final def addChild(path: XmlPath, child: XmlItem): Path[XmlItem, Elem, [T]XCC[T]]
Adds a child to the given subpath, however focus remains on the newly modified path
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val emptyAttributes: Attributes
An empty collection of Attribute
- val emptyChildren: XmlChildren
An empty collection of ItemOrElem
- val emptyMiscs: Miscs
An empty collection of Misc
- val emptyNamespaces: Map[String, String]
An empty Map of String -> String representing prefix -> namespace
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val noXmlPath: XmlPath
Use to signify a "null object", tree/path shouldn't work like this its a smell
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- 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(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- val xmlSeqLikeThing: SeqLikeThing[ImmutableArrayProxy[_], ItemOrElem, ImmutableArrayProxy]
The xml typed ImmutableArrayProxy SeqLikeThing