net.sf.saxon.event

Class NoOpenStartTagException

public class NoOpenStartTagException extends DynamicError

Exception indicating that an attribute or namespace node has been written when there is no open element to write it to
Constructor Summary
NoOpenStartTagException(String message)
Method Summary
static NoOpenStartTagExceptionmakeNoOpenStartTagException(int nodeKind, String name, int hostLanguage, boolean topLevel, boolean isSerializing)

Constructor Detail

NoOpenStartTagException

public NoOpenStartTagException(String message)

Method Detail

makeNoOpenStartTagException

public static NoOpenStartTagException makeNoOpenStartTagException(int nodeKind, String name, int hostLanguage, boolean topLevel, boolean isSerializing)