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

java.lang.Object
  extended by org.apache.poi.hdf.extractor.util.PropertyNode
All Implemented Interfaces:
java.lang.Comparable
Direct Known Subclasses:
ChpxNode, PapxNode, SepxNode, TextPiece

Deprecated.

@Deprecated
public abstract class PropertyNode
extends java.lang.Object
implements java.lang.Comparable

Comment me


Constructor Summary
PropertyNode(int fcStart, int fcEnd, byte[] grpprl)
          Deprecated.  
 
Method Summary
 int compareTo(java.lang.Object o)
          Deprecated.  
 int getEnd()
          Deprecated.  
protected  byte[] getGrpprl()
          Deprecated.  
 int getStart()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyNode

public PropertyNode(int fcStart,
                    int fcEnd,
                    byte[] grpprl)
Deprecated. 
Method Detail

getStart

public int getStart()
Deprecated. 

getEnd

public int getEnd()
Deprecated. 

getGrpprl

protected byte[] getGrpprl()
Deprecated. 

compareTo

public int compareTo(java.lang.Object o)
Deprecated. 
Specified by:
compareTo in interface java.lang.Comparable