|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UnknownElementContent
Interface that provides access to Unknown Element Content corresponding to unknown schemas.
Method Summary | |
---|---|
int |
getNumberOfSchemas()
Get the number of schema listed in the TVA-init structure. |
java.lang.String[] |
getSchemas()
Get names of the schemas listed in the TVA-init structure. |
java.lang.String |
getSchemaURI(int schemaIdentifier)
Get the URI of the schema referenced by the specified schemaIdentifier. |
java.lang.String[] |
getStrings()
Get the strings associated with this UnknownElementContent. |
byte[] |
getTVAInit()
Get the TVA-init structure associated with this UnknownElementContent. |
boolean |
hasMoreBits()
Tests whether there is more binary data to read from this UnknownElementContent. |
int |
readBits(int n)
Read a specified number of bits from the binary data of this UnknownElementContent. |
Method Detail |
---|
int readBits(int n)
n
- the number of bits to read. This must be a value greater than
zero and less than or equal to 32.
java.lang.IllegalArgumentException
- if the supplied argument
is outside the permitted range.
java.lang.IndexOutOfBoundsException
- if the requested number of
bits exceeds the number remaining to be read.boolean hasMoreBits()
java.lang.String[] getStrings()
byte[] getTVAInit()
TVA-init
structure associated with this UnknownElementContent.
TVA-init
structure.java.lang.String getSchemaURI(int schemaIdentifier)
decoderInit
information carried by the TVA-init
structure.
schemaIdentifier
- the zero-based index of the schema within the decoderInit
information
int getNumberOfSchemas()
TVA-init
structure. The
number of schema is signalled in the decoderInit
information.
java.lang.String[] getSchemas()
TVA-init
structure. The
schemas are listed in the decoderInit
information.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |