Package org.apache.daffodil.api.infoset


package org.apache.daffodil.api.infoset
  • Class
    Description
    API access to array objects in the DFDL Infoset
    Methods specific to complex elements in the infoset
    Access to the infoset document element (also known as the root element).
    API access to elements of the DFDL Infoset of both complex and simple type.
    Abstract class used to determine how the infoset representation should be input from a call to DataProcessor.unparse(input* DataProcessor.unparse).
    Methods common to all infoset items
    Abstract class used to determine how the infoset representation should be output from a call to DataProcessor.parse(input:org\.apache\.daffodil* DataProcessor.parse).
    Methods specific to simple elements in the infoset
    Thrown if you try to access a simple type but the value of the InfosetSimpleElement is not convertible to that type.
    InfosetOutputter whose result is represented as an org.jdom2.Document
    InfosetOutputter whose result is represented as a scala.xml.Node
    InfosetOutputter whose result is represented as an org.w3c.dom.Document
    XMLTextEscapeStyles for determining whether to wrap info in CDATA tags