Trait/Object

scalaz.xml

IdentityXml

Related Docs: object IdentityXml | package xml

Permalink

sealed trait IdentityXml[A] extends AnyRef

A wrapper for a value of any type on which XML-like operations (e.g. parsing) may be performed.

Source
IdentityXml.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IdentityXml
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val value: A

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def -=-(v: String)(implicit ev: =:=[A, String]): Attr

    Permalink

    Constructs an XML attribute using this string value as the key and the given argument as the value.

  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  13. def linenumber(n: CData.Line)(implicit x: XSource[A]): Token.LStr

    Permalink

    Produces a string with an associated line-number from this XML data source.

  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. def parseXml(implicit x: XSource[A]): List[Content]

    Permalink

    Parse this XML data source into a list of content values.

  18. def parseXmlDoc(implicit x: XSource[A]): Option[Element]

    Permalink

    Parse this XML data source into a potential element value.

  19. def parseXmlDocFile(implicit ev: =:=[A, String]): Option[Element]

    Permalink

    Parse this filename as a XML data source into a potential element value.

  20. def parseXmlFile(implicit ev: =:=[A, String]): List[Content]

    Permalink

    Parse this filename as a XML data source into a list of content values.

  21. def sxprint(c: Config)(implicit x: XPrint[A]): List[Char]

    Permalink

    Produces the XML pretty-printed output of this value using the given configuration.

  22. def sxprints(c: Config)(implicit x: XPrint[A]): String

    Permalink

    Produces the XML pretty-printed output of this value using the given configuration.

  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. def tokens(implicit x: XSource[A]): List[Token]

    Permalink

    Produces a list of tokens from this XML data source with the line-number 1.

  26. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. def xappendFile(f: String)(c: Config)(implicit x: XPrint[A]): Unit

    Permalink

    Appends the XML pretty-printed output of this value to the given file using the given configuration.

  30. def xdprint(implicit x: XPrint[A]): Unit

    Permalink

    Prints the XML pretty-printed output of this value to the standard output stream using the default configuration.

  31. def xdprintln(implicit x: XPrint[A]): Unit

    Permalink

    Prints the XML pretty-printed output of this value to the standard output stream using the default configuration followed by a newline.

  32. def xprint(c: Config)(implicit x: XPrint[A]): Unit

    Permalink

    Prints the XML pretty-printed output of this value to the standard output stream using the given configuration.

  33. def xprintln(c: Config)(implicit x: XPrint[A]): Unit

    Permalink

    Prints the XML pretty-printed output of this value to the standard output stream using the given configuration followed by a newline.

  34. def xwriteFile(f: String)(c: Config)(implicit x: XPrint[A]): Unit

    Permalink

    Writes the XML pretty-printed output of this value to the given file using the given configuration.

Inherited from AnyRef

Inherited from Any

Ungrouped