BoundedEvent

package org.cyberneko.pull.event;

public abstract class BoundedEvent extends XMLEvent {

    public boolean start;

    protected BoundedEvent(short type);

} 

Previous | Next | Top | Cafe con Leche

Copyright 2000-2003 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified November 6, 2002