org.apache.poi.hdf.extractor.util
Class SepxNode

java.lang.Object
  extended by org.apache.poi.hdf.extractor.util.PropertyNode
      extended by org.apache.poi.hdf.extractor.util.SepxNode
All Implemented Interfaces:
java.lang.Comparable

public final class SepxNode
extends PropertyNode

Comment me

Author:
Ryan Ackley

Constructor Summary
SepxNode(int index, int start, int end, byte[] sepx)
           
 
Method Summary
 int compareTo(java.lang.Object obj)
           
 byte[] getSepx()
           
 
Methods inherited from class org.apache.poi.hdf.extractor.util.PropertyNode
getEnd, getStart
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SepxNode

public SepxNode(int index,
                int start,
                int end,
                byte[] sepx)
Method Detail

getSepx

public byte[] getSepx()

compareTo

public int compareTo(java.lang.Object obj)
Specified by:
compareTo in interface java.lang.Comparable
Overrides:
compareTo in class PropertyNode