FileDocCategorySizeDatePackage
SepxNode.javaAPI DocApache Poi 3.0.11319Mon Jan 01 18:55:22 GMT 2007org.apache.poi.hdf.model.hdftypes

SepxNode

public class SepxNode extends PropertyNode
Comment me
author
Ryan Ackley

Fields Summary
int
_index
Constructors Summary
public SepxNode(int index, int start, int end, byte[] sepx)

    super(start, end, sepx);
  
Methods Summary
public intcompareTo(java.lang.Object obj)

      return 0;
  
public byte[]getSepx()

    return getGrpprl();