X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=third-party%2Forg.openexi%2Fnagasena%2Fsrc%2Fmain%2Fresources%2Fdoc%2Forg%2Fopenexi%2Fproc%2Fpackage-summary.html;fp=third-party%2Forg.openexi%2Fnagasena%2Fsrc%2Fmain%2Fresources%2Fdoc%2Forg%2Fopenexi%2Fproc%2Fpackage-summary.html;h=957e54a0562dfb878f07aa3dbb62a3b34f09bad8;hb=1e81fa45ab0ced56eef0518c7e7f87857724985b;hp=0000000000000000000000000000000000000000;hpb=259b65622b8c29c49235c2210609b9f7a68826eb;p=controller.git diff --git a/third-party/org.openexi/nagasena/src/main/resources/doc/org/openexi/proc/package-summary.html b/third-party/org.openexi/nagasena/src/main/resources/doc/org/openexi/proc/package-summary.html new file mode 100644 index 0000000000..957e54a056 --- /dev/null +++ b/third-party/org.openexi/nagasena/src/main/resources/doc/org/openexi/proc/package-summary.html @@ -0,0 +1,219 @@ + + + + + + + +org.openexi.proc + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package org.openexi.proc +

+ + + +The Proc (Processor) package contains the EXIDecoder, which is used to convert EXI streams to XML format. +

+See: +
+          Description +

+ + + + + + + + + +
+Interface Summary
EXISchemaResolverDevelopers have the option of implementing the EXISchemaResolver interface + to help EXIReader and EXIDecoder locate the correct grammar cache for parsing + an EXI stream.
+  + +

+ + + + + + + + + +
+Class Summary
EXIDecoderEXIDecoder provides methods to configure and + instantiate a Scanner object + you can use to parse the contents of an EXI stream.
+  + +

+ + + + + + + + + +
+Enum Summary
HeaderOptionsOutputTypeThis enumeration provides three possible settings for header options output.
+  + +

+

+Package org.openexi.proc Description +

+ +

+ + + + + +
+

The Proc (Processor) package contains the EXIDecoder, which is used to convert EXI streams to XML format. +EXIDecoder uses the org.openexi.proc.io.Scanner to parse EXI streams into a sequence of XML events. org.openexi.sax.EXIReader wraps EXIDecoder to provide a SAX interface for accessing the XML content. +

+

+The EXISchemaResolver interface can be implemented and used to add a hint in the EXI header to help EXIDecoder locate the EXISchema. +

+

The HeaderOptionsOutputType enumerator is used to set the header output options in the Transmogrifier.

+ +
+

+

+ +

+

+ +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +