Class

edu.illinois.ncsa.daffodil.sapi.infoset

XMLTextInfosetInputter

Related Doc: package infoset

Permalink

class XMLTextInfosetInputter extends InfosetInputterProxy

Read in an infoset in the form of XML text from a java.io.Reader

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

Instance Constructors

  1. new XMLTextInfosetInputter(reader: Reader)

    Permalink

    reader

    the java.io.Reader to read the XML text from

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. val infosetInputter: infoset.XMLTextInfosetInputter

    Permalink
  23. def initialize(rootElementInfo: ElementRuntimeData, tunableArg: DaffodilTunables): Unit

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

    Permalink
    Definition Classes
    CursorImplMixin
  25. lazy val inspectAccessor: InfosetAccessor

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

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

    Permalink
    Definition Classes
    Any
  28. 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
  29. final def ne(arg0: AnyRef): Boolean

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

    Permalink

    Move the internal state to the next event.

    Move the internal state to the next event.

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

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

    Permalink
    Definition Classes
    AnyRef
  33. lazy val supportsNamespaces: Boolean

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

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

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

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

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

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

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

Inherited from InfosetInputterProxy

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