Uses of Class
org.codehaus.stax2.typed.TypedXMLStreamException
-
Packages that use TypedXMLStreamException Package Description com.ctc.wstx.sr This package contains supporting code for handling namespace information; element stacks that keep track of elements parsed and such.com.ctc.wstx.util Contains utility classes that are not directly Woodstox specific, but are for now only used by Woodstox.org.codehaus.stax2.ri Package that contains a skeletal reference implementation of Stax2 API, as well as some utility/helper classes that can be useful in building one.org.codehaus.stax2.ri.dom -
-
Uses of TypedXMLStreamException in com.ctc.wstx.sr
Methods in com.ctc.wstx.sr that return TypedXMLStreamException Modifier and Type Method Description protected TypedXMLStreamExceptionBasicStreamReader. _constructTypeException(String msg, String lexicalValue)protected TypedXMLStreamExceptionTypedStreamReader. _constructTypeException(IllegalArgumentException iae, String lexicalValue)Method called to wrap or convert given conversion-fail exception into a fullTypedXMLStreamException,Methods in com.ctc.wstx.sr that throw TypedXMLStreamException Modifier and Type Method Description protected QNameTypedStreamReader. _verifyQName(QName n)Method called to verify validity of the parsed QName element or attribute value. -
Uses of TypedXMLStreamException in com.ctc.wstx.util
Methods in com.ctc.wstx.util that throw TypedXMLStreamException Modifier and Type Method Description intTextBuffer. decodeElements(TypedArrayDecoder tad, InputProblemReporter rep)Pass-through decode method called to find find the next token, decode it, and repeat the process as long as there are more tokens and the array decoder accepts more entries. -
Uses of TypedXMLStreamException in org.codehaus.stax2.ri
Methods in org.codehaus.stax2.ri that return TypedXMLStreamException Modifier and Type Method Description protected TypedXMLStreamExceptionStax2ReaderAdapter. _constructTypeException(IllegalArgumentException iae, String lexicalValue)Method called to wrap or convert given conversion-fail exception into a fullTypedXMLStreamException,protected TypedXMLStreamExceptionStax2ReaderAdapter. _constructTypeException(String msg, String lexicalValue)protected TypedXMLStreamExceptionStax2ReaderImpl. _constructTypeException(IllegalArgumentException iae, String lexicalValue) -
Uses of TypedXMLStreamException in org.codehaus.stax2.ri.dom
Methods in org.codehaus.stax2.ri.dom that return TypedXMLStreamException Modifier and Type Method Description protected TypedXMLStreamExceptionDOMWrappingReader. _constructTypeException(IllegalArgumentException iae, String lexicalValue)Method called to wrap or convert given conversion-fail exception into a fullTypedXMLStreamException,protected TypedXMLStreamExceptionDOMWrappingReader. _constructTypeException(String msg, String lexicalValue)
-