o

scalaxb

Helper

object Helper

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Helper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val XML_SCHEMA_URI: String
  5. val XSI_PREFIX: String
  6. val XSI_URL: String
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getPrefix(namespace: Option[String], scope: NamespaceBinding): Option[String]
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def instanceType(node: Node): (Option[String], Option[String])
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isNil(node: Node): Boolean
  18. def mergeNodeScope(node: Node, outer: NamespaceBinding): Node
  19. def mergeNodeSeqScope(nodeseq: NodeSeq, outer: NamespaceBinding): NodeSeq
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def nilElem(namespace: Option[String], elementLabel: String, scope: NamespaceBinding): Elem
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def nullOrEmpty(value: String): Option[String]
  25. def prefixedName(namespace: Option[String], name: String, scope: NamespaceBinding): String
  26. def resolveSoap11Refs(node: Node): Node
  27. def splitBySpace(text: String): Array[String]
  28. def splitQName(value: String, scope: NamespaceBinding): (Option[String], String)
  29. def stringToXML(obj: String, namespace: Option[String], elementLabel: Option[String], scope: NamespaceBinding): NodeSeq
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toCalendar(value: GregorianCalendar): XMLGregorianCalendar
  32. def toCalendar(value: String): XMLGregorianCalendar
  33. def toDuration(value: String): Duration
  34. def toString(value: QName, scope: NamespaceBinding): String
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def toURI(value: String): URI
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  40. def withInnerScope[A](scope: NamespaceBinding, outer: NamespaceBinding)(f: (NamespaceBinding, Map[Option[String], Option[String]]) ⇒ A): A

Inherited from AnyRef

Inherited from Any

Ungrouped