Characters

package javax.xml.stream.events;

public interface Characters extends XMLEvent {

  public String  getData();
  public boolean isWhiteSpace();
  public boolean isCData();
  public boolean isIgnorableWhiteSpace();

}

Previous | Next | Top | Cafe con Leche

Copyright 2000-2004 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified January 15, 2004