scales.xml.impl

XmlTypes

trait XmlTypes extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. XmlTypes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type AttributeQName = EitherLike[PrefixedQName, NoNamespaceQName]

    An AttributeQName is either a PrefixedQName or a NoNamespaceQName

  2. type Attributes = ArraySet[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 = CanBuildFrom[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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. 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

  7. def XmlBuilder(): XmlBuilder

    Default implementation for constructing an instance of XmlBuilder (ImmutableArrayProxyBuilder)

  8. final def addAndFocus(path: XmlPath, elem: Elem, dchildren: XmlChildren = emptyChildren): Path[XmlItem, Elem, XCC]

    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.

  9. final def addChild(path: XmlPath, child: XmlItem): Path[XmlItem, Elem, xml.XCC]

    Adds a child to the given subpath, however focus remains on the newly modified path

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. val emptyAttributes: Attributes

    An empty collection of Attribute

  13. val emptyChildren: XmlChildren

    An empty collection of ItemOrElem

  14. val emptyMiscs: Miscs

    An empty collection of Misc

  15. val emptyNamespaces: Map[String, String]

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

  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. val noXmlPath: XmlPath

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

  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped