scales.xml

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]

  2. type Attributes = ListSet[Attribute]

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

  4. type Misc = Either[Comment, PI]

  5. type Miscs = Seq[Misc]

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

  7. type XmlBuilder = Builder[ItemOrElem, XmlChildren]

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

  9. type XmlChildren = ImmutableArrayProxy[ItemOrElem]

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

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

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

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

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

  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: ListSet[Attribute]

  13. val emptyAttributesHash: Int

  14. val emptyChildren: ImmutableArrayProxy[EitherLike[XmlItem, Tree[XmlItem, Elem, [T]ImmutableArrayProxy[T]]]]

  15. val emptyMiscs: List[Either[Comment, PI]]

  16. val emptyNamespaces: Map[String, String]

  17. val emptyNamespacesHash: Int

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  25. val noXmlPath: Path[XmlItem, Elem, XCC]

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

  26. final def notify(): Unit

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

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

    Definition Classes
    AnyRef
  29. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped