net.sf.saxon.event
Class NoOpenStartTagException
public class NoOpenStartTagException
Exception indicating that an attribute or namespace node has been written when
there is no open element to write it to
getErrorCodeLocalPart, getErrorCodeNamespace, getErrorObject, getXPathContext, hasBeenReported, isStaticError, isTypeError, makeStatic, makeXPathException, maybeSetContext, maybeSetLocation, setErrorCode, setErrorCode, setErrorObject, setHasBeenReported, setIsStaticError, setIsTypeError, setXPathContext |
NoOpenStartTagException
public NoOpenStartTagException(String message)
Create an XPathException with an error message
message - the message explaining what is wrong. This should not include location information.
makeNoOpenStartTagException
public static NoOpenStartTagException makeNoOpenStartTagException(int nodeKind,
String name,
int hostLanguage,
boolean parentIsDocument,
boolean isSerializing)