io.dylemma.spac.handlers

MandatoryAttributeHandler

class MandatoryAttributeHandler extends Handler[XMLEvent, Try[String]] with ManualFinish with FinishOnError

Source
MandatoryAttributeHandler.scala
Linear Supertypes
FinishOnError, ManualFinish, Handler[XMLEvent, Try[String]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MandatoryAttributeHandler
  2. FinishOnError
  3. ManualFinish
  4. Handler
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MandatoryAttributeHandler(name: QName)

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def finishWith[T](value: ⇒ T): T

    Attributes
    protected
    Definition Classes
    ManualFinish
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def handleEnd(): Try[String]

    Causes this handler to finalize and produce a result.

    Causes this handler to finalize and produce a result.

    This method should not be called if isFinished is already true.

    returns

    The final output of this parser

    Definition Classes
    MandatoryAttributeHandlerHandler
  14. def handleError(error: Throwable): Some[Failure[Nothing]]

    Definition Classes
    FinishOnError
  15. def handleInput(input: XMLEvent): Option[Try[String]]

    Causes this handler to process an input element.

    Causes this handler to process an input element.

    This method should not be called if isFinished == true

    input

    an element to be processed

    returns

    An option containing the final output if this handler became finished as a result of processing the input, or None if the handler is ready for more input.

    Definition Classes
    MandatoryAttributeHandlerHandler
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. def isFinished: Boolean

    Definition Classes
    ManualFinish
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def maybeFinishWith[T](valueOpt: ⇒ Option[T]): Option[T]

    Attributes
    protected
    Definition Classes
    ManualFinish
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. def toString(): String

    Definition Classes
    MandatoryAttributeHandler → AnyRef → Any
  25. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from FinishOnError

Inherited from ManualFinish

Inherited from Handler[XMLEvent, Try[String]]

Inherited from AnyRef

Inherited from Any

Ungrouped