protected void loadAttributes(SymbolTable st) throws IOException {
ByteArrayInput bis = new ByteArrayInput(data, pos, len);
XMLCompressedInput in = new XMLCompressedInput(bis, st);
in.readSignature();
in.readContentSize();
in.readShort(); // Some "elemSymbol" - symbol ID?
int attrCount = in.readAttributeCount();
for (int i = 0; i < attrCount; i++) {
short symbol = in.readShort();