Packages

object XmlBean

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

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. def compose(xmlStreamReader: XMLStreamReader, xmlStreamWriter: XMLStreamWriter): Unit
  7. def convert(spe: immutable.HadMember): bean.xml.HadMember
  8. def convert(spe: immutable.AlternateOf): bean.xml.AlternateOf
  9. def convert(spe: immutable.SpecializationOf): bean.xml.SpecializationOf
  10. def convert(winflb: immutable.WasInfluencedBy): bean.xml.WasInfluencedBy
  11. def convert(wat: immutable.WasInformedBy): bean.xml.WasInformedBy
  12. def convert(wat: immutable.WasAttributedTo): bean.xml.WasAttributedTo
  13. def convert(aob: immutable.ActedOnBehalfOf): bean.xml.ActedOnBehalfOf
  14. def convert(waw: immutable.WasAssociatedWith): bean.xml.WasAssociatedWith
  15. def convert(wgb: immutable.WasEndedBy): bean.xml.WasEndedBy
  16. def convert(wsb: immutable.WasStartedBy): bean.xml.WasStartedBy
  17. def convert(usd: immutable.Used): bean.xml.Used
  18. def convert(wgb: immutable.WasInvalidatedBy): bean.xml.WasInvalidatedBy
  19. def convert(wgb: immutable.WasGeneratedBy): bean.xml.WasGeneratedBy
  20. def convert(wdf: immutable.WasDerivedFrom): bean.xml.WasDerivedFrom
  21. def convert(act: immutable.Activity): bean.xml.Activity
  22. def convert(ag: immutable.Agent): bean.xml.Agent
  23. def convert(ent: immutable.Entity): bean.xml.Entity
  24. def createAttr(attr: Set[Attribute]): Seq[Attr]
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  27. def fromXML(sr: XMLStreamReader): Document
  28. def fromXMLWithStream(sr: XMLStreamReader): Set[immutable.Statement]
  29. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  35. def pipe(): (PipedInputStream, PipedOutputStream)
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def timeOrNull(time: Option[XMLGregorianCalendar]): String
  38. def timeOrNullOld(time: Option[XMLGregorianCalendar]): XMLGregorianCalendar
  39. def toBean(s: immutable.Statement): bean.xml.Statement
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. def toXML(sw: XMLStreamWriter, statements: Set[immutable.Statement]): Unit
  42. def toXML(sw: XMLStreamWriter, doc: Document, id: String): Unit
  43. def toXML(doc: Document, id: String = null): String
  44. def toXML2(out: StringWriter, statements: Set[immutable.Statement]): Unit
  45. def toXML2(statements: Set[immutable.Statement]): String
  46. def toXMLStringWriter(out: StringWriter, doc: Document, id: String): Unit
  47. def toXMLWithStream(sw: XMLStreamWriter, statements: Set[immutable.Statement]): Unit
  48. def uriIfNotNull(q: QualifiedName): String
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped