X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=third-party%2Forg.openexi%2Fnagasena%2Fsrc%2Fmain%2Fresources%2Fdoc%2Forg%2Fopenexi%2Fscomp%2FEXISchemaReader.html;fp=third-party%2Forg.openexi%2Fnagasena%2Fsrc%2Fmain%2Fresources%2Fdoc%2Forg%2Fopenexi%2Fscomp%2FEXISchemaReader.html;h=0000000000000000000000000000000000000000;hp=6249b50feb67856368937d8d038ee3eaa30712e0;hb=012e920a1969ca8a932189f485227156b4b00b45;hpb=f29ebcc00137f36052e774247fed2d054df9fc0d diff --git a/third-party/org.openexi/nagasena/src/main/resources/doc/org/openexi/scomp/EXISchemaReader.html b/third-party/org.openexi/nagasena/src/main/resources/doc/org/openexi/scomp/EXISchemaReader.html deleted file mode 100644 index 6249b50feb..0000000000 --- a/third-party/org.openexi/nagasena/src/main/resources/doc/org/openexi/scomp/EXISchemaReader.html +++ /dev/null @@ -1,264 +0,0 @@ - - - - - - - -EXISchemaReader - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.openexi.scomp -
-Class EXISchemaReader

-
-java.lang.Object
-  extended by EXISchemaStruct
-      extended by org.openexi.scomp.EXISchemaReader
-
-
-
-
public final class EXISchemaReader
extends EXISchemaStruct
- - -

-EXISchemaReader parses EXI-encoded EXI Grammar into an EXISchema. -

- -

-

- -
-
- -

- - - - - - - - - - - -
-Constructor Summary
EXISchemaReader() - -
-           
-  - - - - - - - - - - - -
-Method Summary
- EXISchemaparse(java.io.InputStream inputStream) - -
-          Parses EXI-encoded EXI Grammar into an EXISchema.
- - - - - - - -
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-EXISchemaReader

-
-public EXISchemaReader()
-
-
- - - - - - - - -
-Method Detail
- -

-parse

-
-public EXISchema parse(java.io.InputStream inputStream)
-                throws java.io.IOException,
-                       org.openexi.proc.common.EXIOptionsException
-
-
Parses EXI-encoded EXI Grammar into an EXISchema. -

-

-
Parameters:
inputStream - EXI-encoded EXI Grammar -
Returns:
EXISchema -
Throws: -
java.io.IOException -
org.openexi.proc.common.EXIOptionsException
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -