com.springml.spark.netsuite

xml

package xml

Visibility
  1. Public
  2. All

Type Members

  1. case class NetSuiteAttribute(localName: String, value: String) extends Product with Serializable

    Created by sam on 21/10/16.

  2. case class NetSuiteElement(prefix: String, localName: String, namespace: String, attributes: List[NetSuiteAttribute], value: String, childs: List[NetSuiteElement]) extends Product with Serializable

    Created by sam on 21/10/16.

  3. class PageElementRewriteRule extends RewriteRule

    Created by sam on 28/9/16.

Ungrouped