alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Scala example source code file (xmlmore.scala)

This example Scala source code file (xmlmore.scala) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Scala tags/keywords

app, celaleddin, celaleddin, come, come, console, console, end, heathen, mevlana, ours, rumi, test, test

The Scala xmlmore.scala source code

object myBreak extends scala.xml.Unparsed("<br />")

object Test extends App {
  val com = <!-- thissa comment -->
  val pi  = <?this is a pi foo bar = && {{ ?>
  val crz = <![CDATA[
 "Come, come again, whoever you are, come!
Heathen, fire worshipper or idolatrous, come!
Come even if you broke your penitence a hundred times,
Ours is the portal of hope, come as you are."
                              Mevlana Celaleddin Rumi]]>

  val nazim = <foo>{myBreak} // shows use of unparsed
                                          
  Console println com
  Console println pi
  Console println crz // this guy will escaped, and rightly so
  Console println nazim
  Console println "End Test"

  <x:foo xmlns:x="gaga"/> match {
    case scala.xml.QNode("gaga","foo",md,child@_*) =>
  }

  <x:foo xmlns:x="gaga"/> match {
    case scala.xml.Node("foo",md,child@_*) =>
  }

}

Other Scala examples (source code examples)

Here is a short list of links related to this Scala xmlmore.scala source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.