Packages

object XmlNfBean

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XmlNfBean
  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. val DOCUMENT_TAG: String
  5. val ID_TAG: String
  6. val ROOT_TAG: String
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. def compose(xmlStreamReader: XMLStreamReader, xmlStreamWriter: XMLStreamWriter): Unit
  10. def convert(doc: Document): DocumentProxy
  11. def convert(mem: nf.xml.HadMember, ns: Namespace): HadMember
  12. def convert(alt: nf.xml.AlternateOf, ns: Namespace): AlternateOf
  13. def convert(spe: nf.xml.SpecializationOf, ns: Namespace): SpecializationOf
  14. def convert(winflb: nf.xml.WasInfluencedBy, ns: Namespace): WasInfluencedBy
  15. def convert(winfb: nf.xml.WasInformedBy, ns: Namespace): WasInformedBy
  16. def convert(aob: nf.xml.ActedOnBehalfOf, ns: Namespace): ActedOnBehalfOf
  17. def convert(wat: nf.xml.WasAttributedTo, ns: Namespace): WasAttributedTo
  18. def convert(waw: nf.xml.WasAssociatedWith, ns: Namespace): WasAssociatedWith
  19. def convert(web: nf.xml.WasEndedBy, ns: Namespace): WasEndedBy
  20. def convert(wsb: nf.xml.WasStartedBy, ns: Namespace): WasStartedBy
  21. def convert(usd: nf.xml.Used, ns: Namespace): Used
  22. def convert(wib: nf.xml.WasInvalidatedBy, ns: Namespace): WasInvalidatedBy
  23. def convert(wgb: nf.xml.WasGeneratedBy, ns: Namespace): WasGeneratedBy
  24. def convert(wdf: nf.xml.WasDerivedFrom, ns: Namespace): WasDerivedFrom
  25. def convert(act: nf.xml.Activity, ns: Namespace): Activity
  26. def convert(ag: nf.xml.Agent, ns: Namespace): Agent
  27. def convert(ent: nf.xml.Entity, ns: Namespace): Entity
  28. def convert(spe: HadMember): nf.xml.HadMember
  29. def convert(spe: AlternateOf): nf.xml.AlternateOf
  30. def convert(spe: SpecializationOf): nf.xml.SpecializationOf
  31. def convert(winflb: WasInfluencedBy): nf.xml.WasInfluencedBy
  32. def convert(wat: WasInformedBy): nf.xml.WasInformedBy
  33. def convert(wat: WasAttributedTo): nf.xml.WasAttributedTo
  34. def convert(aob: ActedOnBehalfOf): nf.xml.ActedOnBehalfOf
  35. def convert(waw: WasAssociatedWith): nf.xml.WasAssociatedWith
  36. def convert(wgb: WasEndedBy): nf.xml.WasEndedBy
  37. def convert(wsb: WasStartedBy): nf.xml.WasStartedBy
  38. def convert(usd: Used): nf.xml.Used
  39. def convert(wgb: WasInvalidatedBy): nf.xml.WasInvalidatedBy
  40. def convert(wgb: WasGeneratedBy): nf.xml.WasGeneratedBy
  41. def convert(wdf: WasDerivedFrom): nf.xml.WasDerivedFrom
  42. def convert(act: Activity): nf.xml.Activity
  43. def convert(ag: Agent): nf.xml.Agent
  44. def convert(ent: Entity): nf.xml.Entity
  45. def convertAttrs(attrList: List[Attr], ns: Namespace): (Set[LangString], Set[Type], Set[Value], Set[Location], Set[Role], Map[QualifiedName, Set[Other]])
  46. var count: Int
  47. def createAttr(attr: Set[Attribute]): LinkedList[Attr]
  48. def documentProxySerialiser(out: OutputStream, nfDoc: ProxyWithStatements, prefixes: Boolean, id: String, flatten: Boolean = true, toXMLWithStream: (XMLStreamWriter, ProxyWithStatements, Boolean, String) => Unit): Unit
  49. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  50. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  51. def fromBean(s: nf.xml.Statement, ns: Namespace): Statement
  52. def fromXML(sr: XMLStreamReader): DocumentProxy
  53. def fromXMLWithFileStream(in: String): DocumentProxy
  54. def fromXMLWithStream(sr: XMLStreamReader): DocumentProxy
  55. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  56. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  57. def ifNull[T](q: Seq[T]): Seq[T]
  58. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  59. val logger: Logger
  60. def makeAttribute(element: String, value: String, type: String, ns: Namespace): Attribute
  61. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  62. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  63. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  64. def orderTimes(s: Set[String]): List[String]
  65. def orderUris(s: Set[String]): List[String]
  66. def pipe(): (PipedInputStream, PipedOutputStream)
  67. val prov_qualified_name: QualifiedName
  68. def q(uris: List[String], ns: Namespace): Set[QualifiedName]
  69. def q(uri: String, ns: Namespace): QualifiedName
  70. def serializeIntoReadyStream(sw: XMLStreamWriter, doc: ProxyWithStatements, prefixes: Boolean): Unit
  71. def serializeToPipe(d: DocumentProxyFromStatements, id: String): PipedInputStream
  72. def sortAttributes(l: Seq[Attr]): LinkedList[Attr]
  73. def sortBeans(l: Seq[nf.xml.Statement]): LinkedList[nf.xml.Statement]
  74. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  75. def time(times: List[String]): Set[XMLGregorianCalendar]
  76. def time(time: String): XMLGregorianCalendar
  77. def timeOrNull(time: Set[XMLGregorianCalendar]): Set[String]
  78. def timeOrNull(time: Option[XMLGregorianCalendar]): String
  79. def timeOrNullOld(time: Option[XMLGregorianCalendar]): XMLGregorianCalendar
  80. def toBean(s: Statement): nf.xml.Statement
  81. def toString(): String
    Definition Classes
    AnyRef → Any
  82. def toXML(sw: XMLStreamWriter, statements: Set[Statement]): Unit
  83. def toXML(sw: XMLStreamWriter, doc: DocumentProxyFromStatements, id: String): Unit
  84. def toXML(sw: XMLStreamWriter, doc: ProxyWithStatements, id: String): Unit
  85. def toXML(doc: DocumentProxy, id: String = null): String
  86. def toXML2(out: StringWriter, statements: Set[Statement]): Unit
  87. def toXML2(statements: Set[Statement]): String
  88. def toXMLFile(out: String, doc: DocumentProxyFromStatements, id: String): Unit
  89. def toXMLFile(out: String, doc: DocumentProxy, id: String): Unit
  90. def toXMLForSignature_DELETE(sw: XMLStreamWriter, doc: DocumentProxyFromStatements, id: String): Unit
  91. def toXMLOutputStream(doc: DocumentProxyFromStatements, out: OutputStream, id: String): Unit
  92. def toXMLOutputStream(doc: DocumentProxyFromStatements, id: String): Unit
  93. def toXMLOutputStreamForSignature(doc: DocumentProxyFromStatements, out: OutputStream, id: String): Unit
  94. def toXMLOutputStream_DELETE(doc: DocumentProxyFromStatements, out: OutputStream, id: String): Unit
  95. def toXMLStringWriter(out: StringWriter, doc: DocumentProxy, id: String): Unit
  96. def toXMLWithRoot(sw: XMLStreamWriter, doc: DocumentProxy, id: String): Unit
  97. def toXMLWithStream(sw: XMLStreamWriter, doc: Document): Unit
  98. def toXMLWithStream(sw: XMLStreamWriter, statements: Set[Statement]): Unit
  99. def uriIfNotNull(q: Set[QualifiedName]): Set[String]
  100. def uriIfNotNull(q: QualifiedName): String
  101. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  102. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  103. 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