object XmlBean
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- XmlBean
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def compose(xmlStreamReader: XMLStreamReader, xmlStreamWriter: XMLStreamWriter): Unit
- def convert(spe: immutable.HadMember): bean.xml.HadMember
- def convert(spe: immutable.AlternateOf): bean.xml.AlternateOf
- def convert(spe: immutable.SpecializationOf): bean.xml.SpecializationOf
- def convert(winflb: immutable.WasInfluencedBy): bean.xml.WasInfluencedBy
- def convert(wat: immutable.WasInformedBy): bean.xml.WasInformedBy
- def convert(wat: immutable.WasAttributedTo): bean.xml.WasAttributedTo
- def convert(aob: immutable.ActedOnBehalfOf): bean.xml.ActedOnBehalfOf
- def convert(waw: immutable.WasAssociatedWith): bean.xml.WasAssociatedWith
- def convert(wgb: immutable.WasEndedBy): bean.xml.WasEndedBy
- def convert(wsb: immutable.WasStartedBy): bean.xml.WasStartedBy
- def convert(usd: immutable.Used): bean.xml.Used
- def convert(wgb: immutable.WasInvalidatedBy): bean.xml.WasInvalidatedBy
- def convert(wgb: immutable.WasGeneratedBy): bean.xml.WasGeneratedBy
- def convert(wdf: immutable.WasDerivedFrom): bean.xml.WasDerivedFrom
- def convert(act: immutable.Activity): bean.xml.Activity
- def convert(ag: immutable.Agent): bean.xml.Agent
- def convert(ent: immutable.Entity): bean.xml.Entity
- def createAttr(attr: Set[Attribute]): Seq[Attr]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromXML(sr: XMLStreamReader): Document
- def fromXMLWithStream(sr: XMLStreamReader): Set[immutable.Statement]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def pipe(): (PipedInputStream, PipedOutputStream)
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def timeOrNull(time: Option[XMLGregorianCalendar]): String
- def timeOrNullOld(time: Option[XMLGregorianCalendar]): XMLGregorianCalendar
- def toBean(s: immutable.Statement): bean.xml.Statement
- def toString(): String
- Definition Classes
- AnyRef → Any
- def toXML(sw: XMLStreamWriter, statements: Set[immutable.Statement]): Unit
- def toXML(sw: XMLStreamWriter, doc: Document, id: String): Unit
- def toXML(doc: Document, id: String = null): String
- def toXML2(out: StringWriter, statements: Set[immutable.Statement]): Unit
- def toXML2(statements: Set[immutable.Statement]): String
- def toXMLStringWriter(out: StringWriter, doc: Document, id: String): Unit
- def toXMLWithStream(sw: XMLStreamWriter, statements: Set[immutable.Statement]): Unit
- def uriIfNotNull(q: QualifiedName): String
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)