public interface XBSkipableStream
| Modifier and Type | Method and Description |
|---|---|
void |
skipAttributesXB(long childBlocksCount)
Skips child blocks.
|
void |
skipChildXB(long childBlocksCount)
Skips child blocks.
|
void |
skipXB(long tokenCount)
Skips given count of tokens in stream.
|
void skipXB(long tokenCount)
throws XBProcessingException,
java.io.IOException
tokenCount - count of tokensjava.io.IOException - if input/output errorXBProcessingExceptionvoid skipChildXB(long childBlocksCount)
throws XBProcessingException,
java.io.IOException
childBlocksCount - count of child blocks to skipjava.io.IOException - if input/output errorXBProcessingExceptionvoid skipAttributesXB(long childBlocksCount)
throws XBProcessingException,
java.io.IOException
childBlocksCount - count of child blocks to skipjava.io.IOException - if input/output errorXBProcessingException