Class

edu.illinois.ncsa.daffodil.sapi.infoset

InfosetInputterProxy

Related Doc: package infoset

Permalink

abstract class InfosetInputterProxy extends InfosetInputter

Linear Supertypes
InfosetInputter, infoset.InfosetInputter, CursorImplMixin[InfosetAccessor], InfosetInputterCursor, Cursor[InfosetAccessor], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InfosetInputterProxy
  2. InfosetInputter
  3. InfosetInputter
  4. CursorImplMixin
  5. InfosetInputterCursor
  6. Cursor
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InfosetInputterProxy()

    Permalink

Abstract Value Members

  1. abstract val infosetInputter: infoset.InfosetInputter

    Permalink
    Attributes
    protected

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final var accessor: InfosetAccessor

    Permalink
    Attributes
    protected
    Definition Classes
    CursorImplMixin
  5. final def advance: Boolean

    Permalink
    Definition Classes
    CursorImplMixin
  6. lazy val advanceAccessor: InfosetAccessor

    Permalink
    Definition Classes
    InfosetInputterCursor → Cursor
  7. final def advanceMaybe: Maybe[InfosetAccessor]

    Permalink
    Definition Classes
    Cursor
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def fill(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    InfosetInputter → CursorImplMixin
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fini: Unit

    Permalink
    Definition Classes
    InfosetInputterProxy → Cursor
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getEventType(): InfosetInputterEventType

    Permalink

    Return the current infoset inputter event type

    Return the current infoset inputter event type

    Definition Classes
    InfosetInputterProxyInfosetInputter → InfosetInputter
  17. def getLocalName(): String

    Permalink

    Get the local name of the current event.

    Get the local name of the current event. This will only be called when the current event type is StartElement.

    Definition Classes
    InfosetInputterProxyInfosetInputter → InfosetInputter
  18. def getNamespaceURI(): String

    Permalink

    Get the namespace of the current event.

    Get the namespace of the current event. This will only be called when the current event type is StartElement. If the InfosetInputter does not support namespaces, this shoud return null. This may return null to represent no namespaces.

    Definition Classes
    InfosetInputterProxyInfosetInputter → InfosetInputter
  19. def getSimpleText(primType: Kind): String

    Permalink

    Get the content of a simple type.

    Get the content of a simple type. This will only be called when the current event type is StartElement and the element is a simple type. If the event contains complex data, it is an error and should throw NonTextFoundInSimpleContentException. If the element does not have any simple content, this should return either null or the empty string.

    Definition Classes
    InfosetInputterProxyInfosetInputter → InfosetInputter
  20. def hasNext(): Boolean

    Permalink

    Return true if there are remaining events.

    Return true if there are remaining events. False otherwise.

    Definition Classes
    InfosetInputterProxyInfosetInputter → InfosetInputter
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. def initialize(rootElementInfo: ElementRuntimeData, tunableArg: DaffodilTunables): Unit

    Permalink
    Definition Classes
    InfosetInputter → InfosetInputterCursor
  23. final def inspect: Boolean

    Permalink
    Definition Classes
    CursorImplMixin
  24. lazy val inspectAccessor: InfosetAccessor

    Permalink
    Definition Classes
    InfosetInputterCursor → Cursor
  25. final def inspectMaybe: Maybe[InfosetAccessor]

    Permalink
    Definition Classes
    Cursor
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def isNilled(): MaybeBoolean

    Permalink

    Determine if the current event is nilled.

    Determine if the current event is nilled. This will only be called when the current event type is StartElement. Return MaybeBoolean.Nope if no nil property is set, which implies the element is not nilled. Return MaybeBoolean(false) if the nil property is set, but it is set to false. Return MaybeBoolean(true) if the nil property is set to true.

    Definition Classes
    InfosetInputterProxyInfosetInputter → InfosetInputter
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. def next(): Unit

    Permalink

    Move the internal state to the next event.

    Move the internal state to the next event.

    Definition Classes
    InfosetInputterProxyInfosetInputter → InfosetInputter
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. lazy val supportsNamespaces: Boolean

    Permalink
    Definition Classes
    InfosetInputterProxy → InfosetInputter
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    InfosetInputter → AnyRef → Any
  35. var tunable: DaffodilTunables

    Permalink
    Definition Classes
    InfosetInputter
  36. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from InfosetInputter

Inherited from infoset.InfosetInputter

Inherited from CursorImplMixin[InfosetAccessor]

Inherited from InfosetInputterCursor

Inherited from Cursor[InfosetAccessor]

Inherited from AnyRef

Inherited from Any

Ungrouped