org.pmml4s.xml

CommonBuilder

trait CommonBuilder extends ExtensionHandler with UnknownElemHandler

Provides utilities to parse these common elements.

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CommonBuilder
  2. UnknownElemHandler
  3. ExtensionHandler
  4. XmlUtils
  5. XmlBase
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def ??????: Nothing

    ?????? can be used for marking methods that never invoked

    ?????? can be used for marking methods that never invoked

    Exceptions thrown
    PmmlException

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def extHandler: (XMLEventReader, XmlAttrs) ⇒ Option[Extension]

    Definition Classes
    ExtensionHandler
  12. def extractText(reader: XMLEventReader, parent: String): String

    Definition Classes
    XmlUtils
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. def handleElem(reader: XMLEventReader, event: EvElemStart): Unit

    Definition Classes
    UnknownElemHandler
  15. def handleElem(reader: XMLEventReader, label: String, attrs: XmlAttrs = XmlAttrs()): Unit

    Definition Classes
    UnknownElemHandler
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def makeElem[T](reader: XMLEventReader, event: EvElemStart, builder: GroupElemBuilder[T]): T

    Definition Classes
    XmlUtils
  19. def makeElem[A, B](reader: XMLEventReader, parent: String, child1: String, builder1: ElemBuilder[A], child2: String, builder2: ElemBuilder[B]): (Option[A], Option[B])

    Definition Classes
    XmlUtils
  20. def makeElem[T](reader: XMLEventReader, parent: String, child: String, builder: ElemBuilder[T]): Option[T]

    Definition Classes
    XmlUtils
  21. def makeElem[T](reader: XMLEventReader, event: EvElemStart, builder: ElemBuilder[T]): T

    Definition Classes
    XmlUtils
  22. def makeElem[T](reader: XMLEventReader, attrs: XmlAttrs, builder: ElemBuilder[T]): T

    Definition Classes
    XmlUtils
  23. def makeElems[T](reader: XMLEventReader, parent: String, children: Set[String], builder: GroupElemBuilder[T])(implicit arg0: ClassTag[T]): Array[T]

    Definition Classes
    XmlUtils
  24. def makeElems[A, B](reader: XMLEventReader, parent: String, child1: String, builder1: ElemBuilder[A], child2: String, builder2: ElemBuilder[B])(implicit arg0: ClassTag[A], arg1: ClassTag[B]): (Array[A], Array[B])

    Definition Classes
    XmlUtils
  25. def makeElems[T](reader: XMLEventReader, parent: String, child: String, builder: ElemBuilder[T], sizeHint: Option[Int] = None)(implicit arg0: ClassTag[T]): Array[T]

    Definition Classes
    XmlUtils
  26. def makeInterval(reader: XMLEventReader, attrs: XmlAttrs): Interval

  27. def makeValue(reader: XMLEventReader, attrs: XmlAttrs): Value

  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. def nextLabel(reader: XMLEventReader): XMLEvent

    Definition Classes
    XmlBase
  30. final def notify(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  32. def skipLabel(reader: XMLEventReader): Unit

    Definition Classes
    XmlBase
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. def toVal(s: String, dataType: DataType): Any

  36. def traverseElems(reader: XMLEventReader, parent: String, f: PartialFunction[XMLEvent, Any], handleText: Boolean = false, handleEnd: Boolean = false, handleEntityRef: Boolean = false, handleExtension: Boolean = false): Any

    Definition Classes
    XmlUtils
  37. def verifyValue(s: String, f: Field): Any

    Verifies if the input sting values is valid for the specified field, here, we need to check if the field is null, because this method is always called to verify the target field that could be absent for any model, for example the child model under the Mining Model.

  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
    @throws( ... )
  40. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from UnknownElemHandler

Inherited from ExtensionHandler

Inherited from XmlUtils

Inherited from XmlBase

Inherited from AnyRef

Inherited from Any

Ungrouped