Class

org.apache.daffodil.sapi.infoset

JsonInfosetInputter

Related Doc: package infoset

Permalink

class JsonInfosetInputter extends InfosetInputterProxy

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

Instance Constructors

  1. new JsonInfosetInputter(is: InputStream)

    Permalink

    Read in an infoset in the form of json text from a java.io.InputStream

    Read in an infoset in the form of json text from a java.io.InputStream

    is

    the java.io.InputStream to read the json text from

  2. new JsonInfosetInputter(reader: Reader)

    Permalink

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

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

    reader

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

    Annotations
    @deprecated
    Deprecated

    (Since version 2.4.0) This constructor is deprecated. Use JsonInfosetInputter(java.io.InputStream) instead.

Type Members

  1. type ERD = ElementRuntimeData

    Permalink
    Definition Classes
    InfosetInputter
  2. trait OpKind extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    CursorImplMixin

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 → Cursor
  6. final lazy val advanceAccessor: InfosetAccessor

    Permalink
    Definition Classes
    InfosetInputter → 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. def documentElement: DIDocument

    Permalink
    Definition Classes
    InfosetInputter
  11. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Permalink

    Return the current infoset inputter event type

    Return the current infoset inputter event type

    Definition Classes
    InfosetInputterProxyInfosetInputter → InfosetInputter
  18. 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
  19. 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
  20. 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
  21. def hasNext(): Boolean

    Permalink

    Return true if there are remaining events.

    Return true if there are remaining events. False otherwise.

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. val infosetInputter: infoset.JsonInfosetInputter

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

    Permalink
    Definition Classes
    InfosetInputter
  25. final def inspect: Boolean

    Permalink
    Definition Classes
    CursorImplMixin → Cursor
  26. final lazy val inspectAccessor: InfosetAccessor

    Permalink
    Definition Classes
    InfosetInputter → Cursor
  27. final def inspectMaybe: Maybe[InfosetAccessor]

    Permalink
    Definition Classes
    Cursor
  28. def isInitialized: Boolean

    Permalink
    Definition Classes
    InfosetInputter
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. 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
  31. final def maybeTopTRD(): Maybe[TermRuntimeData]

    Permalink
    Definition Classes
    NextElementResolver
  32. final def ne(arg0: AnyRef): Boolean

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

    Permalink

    Move the internal state to the next event.

    Move the internal state to the next event.

    Definition Classes
    InfosetInputterProxyInfosetInputter → InfosetInputter
  34. final def nextElement(name: String, nameSpace: String, hasNamespace: Boolean): ElementRuntimeData

    Permalink
    Definition Classes
    NextElementResolver
  35. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  37. final def popTRD(): TermRuntimeData

    Permalink
    Definition Classes
    NextElementResolver
  38. var priorOpKind: OpKind

    Permalink
    Attributes
    protected
    Definition Classes
    CursorImplMixin
  39. final def pushTRD(trd: TermRuntimeData): Unit

    Permalink
    Definition Classes
    NextElementResolver
  40. lazy val supportsNamespaces: Boolean

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

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

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

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

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

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

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

Inherited from InfosetInputterProxy

Inherited from InfosetInputter

Inherited from infoset.InfosetInputter

Inherited from NextElementResolver

Inherited from CursorImplMixin[InfosetAccessor]

Inherited from Cursor[InfosetAccessor]

Inherited from AnyRef

Inherited from Any

Ungrouped