Packages

t

scales.xml.impl

XmlTypes

trait XmlTypes extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XmlTypes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type AttributeQName = EitherLike[PrefixedQName, NoNamespaceQName]

    An AttributeQName is either a PrefixedQName or a NoNamespaceQName

  2. type Attributes = ListSet[Attribute]

    An alias for am immutable ListSet of Attribute

  3. type ItemOrElem = EitherLike[XmlItem, Tree[XmlItem, Elem, XCC]]

    Alias for An XML ItemOrTree

  4. 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.

  5. type Miscs = Seq[Misc]

    A collection of Misc

  6. type XCC[T] = ImmutableArrayProxy[T]

    XML Collection - an alias for ImmutableArrayProxy

  7. type XmlBuilder = Builder[ItemOrElem, XmlChildren]

    Alias for a mutable builder of XmlChildren

  8. type XmlCBF = BuildFrom[XCC[_], utils.ItemOrTree[XmlItem, Elem, XCC], XCC[utils.ItemOrTree[XmlItem, Elem, XCC]]]

    Alias for the XmlTree CanBuildFrom

  9. type XmlChildren = ImmutableArrayProxy[ItemOrElem]

    An Alias for a collection of ItemOrElem, the children of a given tree node

  10. type XmlPath = Path[XmlItem, Elem, XCC]

    An alias for a Path over XmlTree

  11. type XmlTree = Tree[XmlItem, Elem, XCC]

    Alias for Trees of Elem and XmlItem

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. 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

  5. def XmlBuilder(): XmlBuilder

    Default implementation for constructing an instance of XmlBuilder (ImmutableArrayProxyBuilder)

  6. 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.

  7. 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

  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. val emptyAttributes: Attributes

    An empty collection of Attribute

  11. val emptyChildren: XmlChildren

    An empty collection of ItemOrElem

  12. val emptyMiscs: Miscs

    An empty collection of Misc

  13. val emptyNamespaces: Map[String, String]

    An empty Map of String -> String representing prefix -> namespace

  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. val noXmlPath: XmlPath

    Use to signify a "null object", tree/path shouldn't work like this its a smell

  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. val xmlSeqLikeThing: SeqLikeThing[ImmutableArrayProxy[_], ItemOrElem, ImmutableArrayProxy]

    The xml typed ImmutableArrayProxy SeqLikeThing

Inherited from AnyRef

Inherited from Any

Ungrouped