TextDeclEvent

package org.cyberneko.pull.event;

public class TextDeclEvent extends XMLEvent {

    public boolean xmldecl;
    public String  version;
    public String  encoding;
    public String  standalone;

    public TextDeclEvent();

}

Previous | Next | Top | Cafe con Leche

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