A C D E F G I L M N P Q R S T U W X

X

XContent - Class in uxparser
XContent is the super class of the various element content classes.
XContent - Class in uxparser
XContent is the super class of the various element content classes.
XContent() - Constructor for class uxparser.XContent
 
XContent() - Constructor for class uxparser.XContent
 
XElem - Class in uxparser
XElem models a XML Element construct.
XElem - Class in uxparser
XElem models a XML Element construct.
XElem(String, String, String) - Constructor for class uxparser.XElem
Create a new element and define a new namespace attribute for the element using the specified prefix and uri.
XElem(XNs, String) - Constructor for class uxparser.XElem
Create a new element with the specified namespace and local name.
XElem(String) - Constructor for class uxparser.XElem
Convenience for XElem(null, name).
XElem() - Constructor for class uxparser.XElem
Convenience for XElem(null, "unnamed").
XElem(String, String, String) - Constructor for class uxparser.XElem
Create a new element and define a new namespace attribute for the element using the specified prefix and uri.
XElem(XNs, String) - Constructor for class uxparser.XElem
Create a new element with the specified namespace and local name.
XElem(String) - Constructor for class uxparser.XElem
Convenience for XElem(null, name).
XElem() - Constructor for class uxparser.XElem
Convenience for XElem(null, "unnamed").
XException - Exception in uxparser
XException is used to indicate a problem parsing XML.
XException - Exception in uxparser
XException is used to indicate a problem parsing XML.
XException(String, int, int, Throwable) - Constructor for exception uxparser.XException
Construct using specified line and column.
XException(String, int, int) - Constructor for exception uxparser.XException
Construct using specified line and column.
XException(String, int, Throwable) - Constructor for exception uxparser.XException
Construct using specified line number.
XException(String, int) - Constructor for exception uxparser.XException
Construct using specified line number.
XException(String, XParser, Throwable) - Constructor for exception uxparser.XException
Construct using current line and column of parser.
XException(String, XParser) - Constructor for exception uxparser.XException
Construct using current line and column of parser.
XException(String, XElem, Throwable) - Constructor for exception uxparser.XException
Construct using element's line number.
XException(String, XElem) - Constructor for exception uxparser.XException
Construct using element's line number.
XException(String, Throwable) - Constructor for exception uxparser.XException
Construct with no line number.
XException(String) - Constructor for exception uxparser.XException
Construct with no line number.
XException(Throwable) - Constructor for exception uxparser.XException
Constructor with cause only.
XException() - Constructor for exception uxparser.XException
Default constructor.
XException(String, int, int, Throwable) - Constructor for exception uxparser.XException
Construct using specified line and column.
XException(String, int, int) - Constructor for exception uxparser.XException
Construct using specified line and column.
XException(String, int, Throwable) - Constructor for exception uxparser.XException
Construct using specified line number.
XException(String, int) - Constructor for exception uxparser.XException
Construct using specified line number.
XException(String, XParser, Throwable) - Constructor for exception uxparser.XException
Construct using current line and column of parser.
XException(String, XParser) - Constructor for exception uxparser.XException
Construct using current line and column of parser.
XException(String, XElem, Throwable) - Constructor for exception uxparser.XException
Construct using element's line number.
XException(String, XElem) - Constructor for exception uxparser.XException
Construct using element's line number.
XException(String, Throwable) - Constructor for exception uxparser.XException
Construct with no line number.
XException(String) - Constructor for exception uxparser.XException
Construct with no line number.
XException(Throwable) - Constructor for exception uxparser.XException
Constructor with cause only.
XException() - Constructor for exception uxparser.XException
Default constructor.
XInputStreamReader - Class in uxparser
XInputStreamRead is used to read a XML byte stream into a stream of unicode characters.
XInputStreamReader - Class in uxparser
XInputStreamRead is used to read a XML byte stream into a stream of unicode characters.
XInputStreamReader(InputStream) - Constructor for class uxparser.XInputStreamReader
Construct writer for specified file.
XInputStreamReader(InputStream) - Constructor for class uxparser.XInputStreamReader
Construct writer for specified file.
XNs - Class in uxparser
XNs models an XML namespace.
XNs - Class in uxparser
XNs models an XML namespace.
XNs(String, String) - Constructor for class uxparser.XNs
Create a new XNs instance with the specified prefix and uri.
XNs(String, String) - Constructor for class uxparser.XNs
Create a new XNs instance with the specified prefix and uri.
XParser - Class in uxparser
XParser is a very simple lightweight XML parser.
XParser - Class in uxparser
XParser is a very simple lightweight XML parser.
XParser(InputStream) - Constructor for class uxparser.XParser
Private constructor.
XParser(InputStream) - Constructor for class uxparser.XParser
Private constructor.
XText - Class in uxparser
XText is the XContent element child used to store character data.
XText - Class in uxparser
XText is the XContent element child used to store character data.
XText(char[], int) - Constructor for class uxparser.XText
Create text with specified char buffer and length.
XText(char[]) - Constructor for class uxparser.XText
Create text with specified char buffer using length of data.length.
XText(String) - Constructor for class uxparser.XText
Create text with specified String.
XText() - Constructor for class uxparser.XText
Create empty text.
XText(char[], int) - Constructor for class uxparser.XText
Create text with specified char buffer and length.
XText(char[]) - Constructor for class uxparser.XText
Create text with specified char buffer using length of data.length.
XText(String) - Constructor for class uxparser.XText
Create text with specified String.
XText() - Constructor for class uxparser.XText
Create empty text.
XWriter - Class in uxparser
XWriter is a specialized Writer that provides support for generating an XML output stream.
XWriter - Class in uxparser
XWriter is a specialized Writer that provides support for generating an XML output stream.
XWriter(File) - Constructor for class uxparser.XWriter
Construct writer for specified file.
XWriter(OutputStream) - Constructor for class uxparser.XWriter
Construct writer for specified output stream.
XWriter(File) - Constructor for class uxparser.XWriter
Construct writer for specified file.
XWriter(OutputStream) - Constructor for class uxparser.XWriter
Construct writer for specified output stream.

A C D E F G I L M N P Q R S T U W X