public interface org.apache.xml.dtm.DTMWSFilter
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.xml.dtm.DTMWSFilter
  super_class: java.lang.Object
{
  public static final short NOTSTRIP;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final short STRIP;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final short INHERIT;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public abstract short getShouldStripSpace(int, org.apache.xml.dtm.DTM);
    descriptor: (ILorg/apache/xml/dtm/DTM;)S
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
               Name  Flags
      elementHandle  
      dtm            
}
SourceFile: "DTMWSFilter.java"