Mark,

There definitely are javadoc jars, and the javadoc is also online here (for
release 3.3.0) https://daffodil.apache.org/docs/latest/javadoc/

The source and javadoc jars are normally pulled down using maven or sbt.
But you can find them directly on maven central also.

For example for the daffodil-runtime1 jar, all the jars, compiled binary,
sources, and the javadoc jar is at
https://repo1.maven.org/maven2/org/apache/daffodil/daffodil-runtime1_2.12/3.3.0/


On Thu, Apr 7, 2022 at 10:07 PM Thompson, Mark M [US] (DS) <
mark.m.thomp...@ngc.com> wrote:

> Greetings to All,
>
>
>
>               Caveat: I am new to Daffodil and DFDL. I’m familiar with the
> basic functionality and have successfully written
>
>                              DFDL schemas to handle text and binary inputs
> to the parse/unparse cycle (separate assignments).
>
>
>
> I am working on a task that requires the processing of binary files
> containing an XML payload. The goal is to be
>
>               able to validate the raw (un-escapified) XML against an XML
> schema during the parsing phase. I have been researching
>
>               the Daffodil JAPI InfosetOutputter family of classes as a
> first step. I’ve also read Steve Lawrence’s write-up on the
>
>               RuntimePropertiies proposal. What I have yet to grasp or
> find is what InfosetOutputter functionality is to be extended .
>
>               I’ve searched high and low but I have yet to find any
> detailed information on what basic functionality is provided by,
>
> for example, the startSimple() method. It would be helpful to have an idea
> what a given method does normally when
>
> there is no class extension.
>
>
>
> Can anyone recommend a place to start or a source of info on the
> InfosetOutputter family of classes?
>
>
>
> I am working in NetBeans and every class I find seems to indicate that:
>
>         Javadoc not found. Either Javadoc documentation for this item does 
> not exist or
>
>                        you have not added specified Javadoc in the Java
> Platform Manager or the Library
>
>                        Manager.
>
>
>
>               Are there Javadoc(s) available corresponding to the Daffodil
> JAPI classes?
>
>
>
>               It feels like I’m missing some basic configuration setup
> settings or files. Any guidance or suggestions will
>
>               be greatly appreciated.
>
>
>
> Thank you for your time,
>
>   Mark M. Thompson
>
>   Northrop Grumman Defense Systems
>
>   Software Engineer
>
>   (818) 712-7439
>
>
>

Reply via email to