Alphabetical Index: X

< > ? @ _ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

X

x - field in class java.awt.geom.Arc2D.Double
The x coordinate of the box bounding the ellipse of this arc.
x - field in class java.awt.geom.Arc2D.Float
The x coordinate of the box bounding the ellipse of this arc.
x - field in class gnu.java.awt.ComponentReshapeEvent
x - field in class java.awt.geom.Ellipse2D.Double
The upper-left x coordinate of the bounding-box
x - field in class java.awt.geom.Ellipse2D.Float
The upper-left x coordinate of the bounding-box
x - field in class java.awt.Event
x - field in class java.awt.Point
The x coordinate.
x - field in class java.awt.geom.Point2D.Double
The X coordinate.
x - field in class java.awt.geom.Point2D.Float
The X coordinate.
x - field in class java.awt.Rectangle
The X coordinate of the top-left corner of the rectangle.
x - field in class java.awt.geom.Rectangle2D.Double
The x coordinate of the lower left corner.
x - field in class java.awt.geom.Rectangle2D.Float
The x coordinate of the lower left corner.
x - field in class java.awt.geom.RoundRectangle2D.Double
The x coordinate of this object.
x - field in class java.awt.geom.RoundRectangle2D.Float
The x coordinate of this object.
x - field in class gnu.gcj.xlib.XButtonEvent
X00 - static field in class gnu.javax.imageio.jpeg.JPEGMarker
Marker byte that represents a literal 0xff.
x1 - field in class java.awt.geom.CubicCurve2D.Double
The x coordinate of the curve’s start point.
x1 - field in class java.awt.geom.CubicCurve2D.Float
The x coordinate of the curve’s start point.
x1 - field in class java.awt.geom.Line2D.Double
The x coordinate of the first point.
x1 - field in class java.awt.geom.Line2D.Float
The x coordinate of the first point.
x1 - field in class java.awt.geom.QuadCurve2D.Double
The x coordinate of the curve’s start point.
x1 - field in class java.awt.geom.QuadCurve2D.Float
The x coordinate of the curve’s start point.
x2 - field in class java.awt.geom.CubicCurve2D.Double
The x coordinate of the curve’s end point.
x2 - field in class java.awt.geom.CubicCurve2D.Float
The x coordinate of the curve’s end point.
x2 - field in class java.awt.geom.Line2D.Double
The x coordinate of the second point.
x2 - field in class java.awt.geom.Line2D.Float
The x coordinate of the second point.
x2 - field in class java.awt.geom.QuadCurve2D.Double
The x coordinate of the curve’s end point.
x2 - field in class java.awt.geom.QuadCurve2D.Float
The x coordinate of the curve’s end point.
X500DistinguishedName - class gnu.java.security.x509.X500DistinguishedName
X500DistinguishedName() - constructor for class gnu.java.security.x509.X500DistinguishedName
The basic constructor.
X500DistinguishedName(byte[]) - constructor for class gnu.java.security.x509.X500DistinguishedName
X500DistinguishedName(java.io.InputStream) - constructor for class gnu.java.security.x509.X500DistinguishedName
X500DistinguishedName(java.lang.String) - constructor for class gnu.java.security.x509.X500DistinguishedName
X500Principal - class javax.security.auth.x500.X500Principal
X500Principal(byte[]) - constructor for class javax.security.auth.x500.X500Principal
X500Principal(java.io.InputStream) - constructor for class javax.security.auth.x500.X500Principal
X500Principal(java.lang.String) - constructor for class javax.security.auth.x500.X500Principal
X500PrincipalList - class gnu.javax.net.ssl.provider.X500PrincipalList
X500PrincipalList(java.nio.ByteBuffer) - constructor for class gnu.javax.net.ssl.provider.X500PrincipalList
X500PrivateCredential - class javax.security.auth.x500.X500PrivateCredential
A pairing of a X509Certificate and its corresponding PrivateKey, with an optional keystore alias.
Creates a new private credential with no associated keystore alias.
Creates a new private credential with a keystore alias.
X509 - static field in class gnu.classpath.debug.Component
Trace the parsing of X.509 certificates and related objects.
X509_ENCODING - static field in class gnu.java.security.Registry
X509_ENCODING_ID - static field in class gnu.java.security.Registry
X509_ENCODING_SORT_NAME - static field in class gnu.java.security.Registry
X509_FORMAT - static field in class gnu.java.security.key.IKeyPairCodec
Constant identifying the X.509 encoding format.
X509Certificate - class gnu.java.security.x509.X509Certificate
An implementation of X.509 certificates.
X509Certificate - class java.security.cert.X509Certificate
X509Certificate is the abstract class for X.509 certificates.
X509Certificate - class javax.security.cert.X509Certificate
The base class of all X.509 certificates.

This class is deprecated in favor of the X509Certificate class.

X509Certificate() - constructor for class gnu.java.security.x509.X509Certificate
The basic constructor.
X509Certificate() - constructor for class java.security.cert.X509Certificate
Constructs a new certificate of the specified type.
X509Certificate(java.io.InputStream) - constructor for class gnu.java.security.x509.X509Certificate
Create a new X.509 certificate from the encoded data.
X509CertificateFactory - class gnu.java.security.provider.X509CertificateFactory
X509CertificateFactory() - constructor for class gnu.java.security.provider.X509CertificateFactory
Constructs a new CertificateFactorySpi
X509CertPath - class gnu.java.security.x509.X509CertPath
A certificate path (or certificate chain) of X509Certificates.
X509CertPath(java.io.InputStream) - constructor for class gnu.java.security.x509.X509CertPath
X509CertPath(java.io.InputStream,java.lang.String) - constructor for class gnu.java.security.x509.X509CertPath
X509CertPath(java.util.List) - constructor for class gnu.java.security.x509.X509CertPath
X509CertSelector - class java.security.cert.X509CertSelector
A concrete implementation of CertSelector for X.509 certificates, which allows a number of criteria to be set when accepting certificates, from validity dates, to issuer and subject distinguished names, to some of the various X.509 extensions.
X509CertSelector() - constructor for class java.security.cert.X509CertSelector
Creates a new X.509 certificate selector.
X509CertSelectorImpl - class gnu.java.security.x509.X509CertSelectorImpl
Sun's implementation of X509CertSelector sucks.
X509CertSelectorImpl() - constructor for class gnu.java.security.x509.X509CertSelectorImpl
The basic constructor.
X509CRL - class gnu.java.security.x509.X509CRL
X.509 certificate revocation lists.
X509CRL - class java.security.cert.X509CRL
The X509CRL class is the abstract class used to manage X.509 Certificate Revocation Lists.
X509CRL() - constructor for class java.security.cert.X509CRL
Constructs a new X509CRL.
X509CRL(java.io.InputStream) - constructor for class gnu.java.security.x509.X509CRL
Create a new X.509 CRL.
X509CRLEntry - class java.security.cert.X509CRLEntry
Abstract class for entries in the CRL (Certificate Revocation List).
X509CRLEntry() - constructor for class java.security.cert.X509CRLEntry
Creates a new X509CRLEntry
X509CRLSelector - class java.security.cert.X509CRLSelector
A class for matching X.509 certificate revocation lists by criteria.
X509CRLSelector() - constructor for class java.security.cert.X509CRLSelector
Creates a new CRL selector with no criteria enabled; i.e., every CRL will be matched.
X509CRLSelectorImpl - class gnu.java.security.x509.X509CRLSelectorImpl
Sun's implementation of X509CRLSelector sucks.
X509CRLSelectorImpl() - constructor for class gnu.java.security.x509.X509CRLSelectorImpl
X509EncodedKeySpec - class java.security.spec.X509EncodedKeySpec
X.509 Encoded Key Specification class which is used to store "X.509" byte encoded keys.
X509EncodedKeySpec(byte[]) - constructor for class java.security.spec.X509EncodedKeySpec
Constructs a new X509EncodedKeySpec with the specified encoded key.
An extended X509KeyManager for use with SSLEngine.
X509ExtendedKeyManager() - constructor for class javax.net.ssl.X509ExtendedKeyManager
Default constructor.
X509Extension - interface java.security.cert.X509Extension
Public interface for the X.509 Extension.
X509KeyManager - interface javax.net.ssl.X509KeyManager
A key manager for X.509 certificates and their associated private keys.
X509KeyManagerFactory - class gnu.javax.net.ssl.provider.X509KeyManagerFactory
This class implements a KeyManagerFactory engine for the ``JessieX509'' algorithm.
X509KeyManagerFactory() - constructor for class gnu.javax.net.ssl.provider.X509KeyManagerFactory
The basic constructor.
X509TrustManager - interface javax.net.ssl.X509TrustManager
A trust manager for dealing with X.509 certificates.
X509TrustManagerFactory - class gnu.javax.net.ssl.provider.X509TrustManagerFactory
This class implements a TrustManagerFactory engine for the ``JessieX509'' algorithm.
X509TrustManagerFactory() - constructor for class gnu.javax.net.ssl.provider.X509TrustManagerFactory
The basic constructor.
X_AXIS - static field in class javax.swing.BoxLayout
Specifies that components are laid out left to right.
X_AXIS - static field in class javax.swing.text.View
XA_HEURCOM - static field in class javax.transaction.xa.XAException
XA_HEURHAZ - static field in class javax.transaction.xa.XAException
XA_HEURMIX - static field in class javax.transaction.xa.XAException
XA_HEURRB - static field in class javax.transaction.xa.XAException
XA_NOMIGRATE - static field in class javax.transaction.xa.XAException
XA_OK - static field in class javax.transaction.xa.XAResource
XA_RBBASE - static field in class javax.transaction.xa.XAException
XA_RBCOMMFAIL - static field in class javax.transaction.xa.XAException
XA_RBDEADLOCK - static field in class javax.transaction.xa.XAException
XA_RBEND - static field in class javax.transaction.xa.XAException
XA_RBINTEGRITY - static field in class javax.transaction.xa.XAException
XA_RBOTHER - static field in class javax.transaction.xa.XAException
XA_RBPROTO - static field in class javax.transaction.xa.XAException
XA_RBROLLBACK - static field in class javax.transaction.xa.XAException
XA_RBTIMEOUT - static field in class javax.transaction.xa.XAException
XA_RBTRANSIENT - static field in class javax.transaction.xa.XAException
XA_RDONLY - static field in class javax.transaction.xa.XAException
XA_RDONLY - static field in class javax.transaction.xa.XAResource
XA_RETRY - static field in class javax.transaction.xa.XAException
XAConnection - interface javax.sql.XAConnection
XADataSource - interface javax.sql.XADataSource
XAER_ASYNC - static field in class javax.transaction.xa.XAException
XAER_DUPID - static field in class javax.transaction.xa.XAException
XAER_INVAL - static field in class javax.transaction.xa.XAException
XAER_NOTA - static field in class javax.transaction.xa.XAException
XAER_OUTSIDE - static field in class javax.transaction.xa.XAException
XAER_PROTO - static field in class javax.transaction.xa.XAException
XAER_RMERR - static field in class javax.transaction.xa.XAException
XAER_RMFAIL - static field in class javax.transaction.xa.XAException
XAException - exception javax.transaction.xa.XAException
XAException() - constructor for class javax.transaction.xa.XAException
Create an exception without a message.
XAException(int) - constructor for class javax.transaction.xa.XAException
XAException(java.lang.String) - constructor for class javax.transaction.xa.XAException
Create an exception with a message.
XAnyEvent - class gnu.gcj.xlib.XAnyEvent
Mutable event structure that can contain any data from any event type.
XAnyEvent(gnu.gcj.xlib.Display) - constructor for class gnu.gcj.xlib.XAnyEvent
XAResource - interface javax.transaction.xa.XAResource
XBMDecoder - class gnu.java.awt.image.XBMDecoder
XBMDecoder(java.lang.String) - constructor for class gnu.java.awt.image.XBMDecoder
XBMDecoder(java.net.URL) - constructor for class gnu.java.awt.image.XBMDecoder
XButtonEvent - class gnu.gcj.xlib.XButtonEvent
Interprets data from an Xlib XButtonEvent into members of java primitive types.
XButtonEvent(gnu.gcj.xlib.XAnyEvent) - constructor for class gnu.gcj.xlib.XButtonEvent
XCanvasPeer - class gnu.awt.xlib.XCanvasPeer
XCanvasPeer(java.awt.Component) - constructor for class gnu.awt.xlib.XCanvasPeer
XCat - class gnu.xml.util.XCat
Packages OASIS XML Catalogs, primarily for entity resolution by parsers.
XCat() - constructor for class gnu.xml.util.XCat
Initializes without preloading a catalog.
XCat(java.lang.String) - constructor for class gnu.xml.util.XCat
Initializes, and preloads a catalog using the default SAX parser.
XColor - class gnu.gcj.xlib.XColor
A color or color-cell on the X server.
XColor() - constructor for class gnu.gcj.xlib.XColor
The basic constructor.
XColor(int,int,int) - constructor for class gnu.gcj.xlib.XColor
XConfigureEvent - class gnu.gcj.xlib.XConfigureEvent
Interprets and retrieves data from an Xlib XConfigureEvent.
XConfigureEvent(gnu.gcj.xlib.XAnyEvent) - constructor for class gnu.gcj.xlib.XConfigureEvent
XConnectException - exception gnu.gcj.xlib.XConnectException
Indicates that something went wrong with the connection to an X11 display.
XConnectException() - constructor for class gnu.gcj.xlib.XConnectException
Create an exception without a descriptive error message.
XConnectException(java.lang.String) - constructor for class gnu.gcj.xlib.XConnectException
Create an exception with a descriptive error message.
XDialogPeer - class gnu.java.awt.peer.x.XDialogPeer
XEvent - class gnu.gcj.xlib.XEvent
Base class for interpreters of specific X event types.
XEvent(gnu.gcj.xlib.XAnyEvent) - constructor for class gnu.gcj.xlib.XEvent
XEvent(int,gnu.gcj.xlib.Display) - constructor for class gnu.gcj.xlib.XEvent
XEventLoop - class gnu.awt.xlib.XEventLoop
XEventPump - class gnu.java.awt.peer.x.XEventPump
Fetches events from X, translates them to AWT events and pumps them up into the AWT event queue.
XEventQueue - class gnu.awt.xlib.XEventQueue
The main difference here from a standard EventQueue is that the X display connection is flushed before waiting for more events.
XEventQueue(gnu.gcj.xlib.Display) - constructor for class gnu.awt.xlib.XEventQueue
XException - exception gnu.gcj.xlib.XException
Runtime exception that occurred during an Xlib operation.
XException() - constructor for class gnu.gcj.xlib.XException
Create an exception without a message.
XException(gnu.gcj.xlib.Display,int) - constructor for class gnu.gcj.xlib.XException
XException(java.lang.String) - constructor for class gnu.gcj.xlib.XException
Create an exception with a message.
XExposeEvent - class gnu.gcj.xlib.XExposeEvent
Interprets data from an Xlib XExposeEvent.
XExposeEvent(gnu.gcj.xlib.XAnyEvent) - constructor for class gnu.gcj.xlib.XExposeEvent
XFail - class gnu.test.XFail
Test failed and was expected to fail.
XFail() - constructor for class gnu.test.XFail
Constructs an XFail result code.
XFail(java.lang.String) - constructor for class gnu.test.XFail
Constructs an XFail result code with additional information.
XFF - static field in class gnu.javax.imageio.jpeg.JPEGMarker
Marker prefix byte.
XFontMetrics - class gnu.awt.xlib.XFontMetrics
XFontMetrics(gnu.gcj.xlib.Font,java.awt.Font) - constructor for class gnu.awt.xlib.XFontMetrics
XFontPeer - class gnu.awt.xlib.XFontPeer
Classpath-compatible peer for a font
XFontPeer - class gnu.java.awt.peer.x.XFontPeer
The bridge from AWT to X fonts.
XFontPeer(java.lang.String,int) - constructor for class gnu.awt.xlib.XFontPeer
XFontPeer(java.lang.String,int,float) - constructor for class gnu.awt.xlib.XFontPeer
XFontPeer(java.lang.String,int,int) - constructor for class gnu.java.awt.peer.x.XFontPeer
Creates a new XFontPeer for the specified font name, style and size.
XFontPeer(java.lang.String,java.util.Map) - constructor for class gnu.java.awt.peer.x.XFontPeer
Creates a new XFontPeer for the specified font name and style attributes.
xform - field in class gnu.java.awt.peer.qt.QtGraphics
XFramePeer - class gnu.awt.xlib.XFramePeer
FIXME: a lot of the code here should be moved down to XWindowPeer.
XFramePeer - class gnu.java.awt.peer.x.XFramePeer
XFramePeer(java.awt.Frame) - constructor for class gnu.awt.xlib.XFramePeer
XGraphics - class gnu.awt.xlib.XGraphics
XGraphics2D - class gnu.java.awt.peer.x.XGraphics2D
XGraphicsDevice - class gnu.awt.xlib.XGraphicsDevice
XGraphicsDevice - class gnu.java.awt.peer.x.XGraphicsDevice
This class represents an X Display.
XGraphicsDevice(int,gnu.awt.xlib.XToolkit) - constructor for class gnu.awt.xlib.XGraphicsDevice
XGraphicsEnvironment - class gnu.java.awt.peer.x.XGraphicsEnvironment
Represents the X environment for AWT.
XGraphicsEnvironment() - constructor for class gnu.java.awt.peer.x.XGraphicsEnvironment
Creates a new XGraphicsEnvironment.
XHTMLWriter - class gnu.xml.util.XHTMLWriter
This extends XMLWriter to create a class which defaults to writing XHTML text, preferring the US-ASCII encoding.
XHTMLWriter() - constructor for class gnu.xml.util.XHTMLWriter
Constructs this handler with System.out used to write SAX events using the US-ASCII encoding, as XHTML.
XHTMLWriter(java.io.OutputStream) - constructor for class gnu.xml.util.XHTMLWriter
Constructs this handler such that the specified output stream is used to write SAX events in the US-ASCII encoding, as XHTML.
XHTMLWriter(java.io.Writer) - constructor for class gnu.xml.util.XHTMLWriter
Constructs this handler such that the specified output stream is used to write SAX events as XHTML.
XHTMLWriter(java.io.Writer,java.lang.String) - constructor for class gnu.xml.util.XHTMLWriter
Constructs this handler such that the specified output stream is used to write SAX events as XHTML, labeled with the specified encoding.
XID - class gnu.gcj.xlib.XID
Common base class for all resources that are stored on the server and refered to on the client side using XIDs.
Xid - interface javax.transaction.xa.Xid
xid - field in class gnu.gcj.xlib.XID
XID(gnu.gcj.xlib.Display,int) - constructor for class gnu.gcj.xlib.XID
XImage - class gnu.gcj.xlib.XImage
Structure containing image data that resides on the client side.
XImage - class gnu.java.awt.peer.x.XImage
XImage(gnu.gcj.xlib.Visual,int,int) - constructor for class gnu.gcj.xlib.XImage
XImage(gnu.gcj.xlib.Visual,int,int,boolean) - constructor for class gnu.gcj.xlib.XImage
Create a new XImage.
XImage.XImageProducer - class gnu.java.awt.peer.x.XImage.XImageProducer
xIncludeAware - field in class gnu.xml.stream.XMLInputFactoryImpl
XIncludeFilter - class gnu.xml.pipeline.XIncludeFilter
Filter to process an XPointer-free subset of XInclude, supporting its use as a kind of replacement for parsed general entities.
XIncludeFilter(gnu.xml.pipeline.EventConsumer) - constructor for class gnu.xml.pipeline.XIncludeFilter
xKind - field in class gnu.CORBA.gnuAny
The typecode kind of the Streamable, if explicitly set.
XML_DTD_NS_URI - static field in class javax.xml.XMLConstants
The XML DTD namespace URI.
XML_NS_PREFIX - static field in class javax.xml.XMLConstants
The XML Namespace prefix.
XML_NS_URI - static field in class javax.xml.XMLConstants
The XML Namespace URI.
XMLConstants - class javax.xml.XMLConstants
Repository for well-known XML constants.
xmlDeclaration - field in class gnu.xml.transform.StreamSerializer
XMLDecoder - class java.beans.XMLDecoder
The XMLDecoder reads XML data that is structured according to this DTD and creates objects according to the content.
XMLDecoder(java.io.InputStream) - constructor for class java.beans.XMLDecoder
Creates a XMLDecoder instance that parses the XML data of the given input stream.
Creates a XMLDecoder instance that parses the XML data of the given input stream.
Creates a XMLDecoder instance that parses the XML data of the given input stream.
Creates a XMLDecoder instance that parses the XML data of the given input stream.
XMLEncoder - class java.beans.XMLEncoder
This class uses the PersistenceDelegate and Encoder infrastructure to generate an XML representation of the objects it serializes.
XMLEncoder(java.io.OutputStream) - constructor for class java.beans.XMLEncoder
XMLEvent - interface javax.xml.stream.events.XMLEvent
An XML stream event.
XMLEventAllocator - interface javax.xml.stream.util.XMLEventAllocator
Interface for allocating events according to a stream reader.
Allocator for creating XML events based on a reader state.
XMLEventAllocatorImpl() - constructor for class gnu.xml.stream.XMLEventAllocatorImpl
XMLEventConsumer - interface javax.xml.stream.util.XMLEventConsumer
Interface for consuming XML events.
XMLEventFactory - class javax.xml.stream.XMLEventFactory
Factory for XML events.
XMLEventFactory() - constructor for class javax.xml.stream.XMLEventFactory
Factory for XML events.
XMLEventImpl - class gnu.xml.stream.XMLEventImpl
An XML stream event.
XMLEventImpl(javax.xml.stream.Location) - constructor for class gnu.xml.stream.XMLEventImpl
XMLEventReader - interface javax.xml.stream.XMLEventReader
An XML parser.
XMLEventReaderImpl - class gnu.xml.stream.XMLEventReaderImpl
Parser using XML events.
XMLEventWriter - interface javax.xml.stream.XMLEventWriter
Interface for writing XML documents from a series of events.
XMLEventWriterImpl - class gnu.xml.stream.XMLEventWriterImpl
Writer to write events to an underlying XML stream writer.
XMLFilter - interface org.xml.sax.XMLFilter
Interface for an XML filter.
XMLFilterImpl - class org.xml.sax.helpers.XMLFilterImpl
Base class for deriving an XML filter.
XMLFilterImpl() - constructor for class org.xml.sax.helpers.XMLFilterImpl
Construct an empty XML filter, with no parent.
XMLFilterImpl(org.xml.sax.XMLReader) - constructor for class org.xml.sax.helpers.XMLFilterImpl
Construct an XML filter with the specified parent.
XMLFormatter - class java.util.logging.XMLFormatter
An XMLFormatter formats LogRecords into a standard XML format.
XMLFormatter() - constructor for class java.util.logging.XMLFormatter
Constructs a new XMLFormatter.
XMLGregorianCalendar - class javax.xml.datatype.XMLGregorianCalendar
An XML Schema 1.0 date/time data type.
XMLInputFactory - class javax.xml.stream.XMLInputFactory
Factory for creating stream and event readers from various kinds of input source.
XMLInputFactory() - constructor for class javax.xml.stream.XMLInputFactory
The basic constructor.
Factory for creating parsers from various kinds of XML source.
XMLInputFactoryImpl() - constructor for class gnu.xml.stream.XMLInputFactoryImpl
The basic constructor.
XMLJ - class gnu.xml.libxmlj.util.XMLJ
Utility functions for libxmlj.
XMLNS - static field in class org.xml.sax.helpers.NamespaceSupport
The XML Namespace URI as a constant.
XMLNS_ATTRIBUTE - static field in class javax.xml.XMLConstants
The XML Namespace declaration attribute.
XMLNS_ATTRIBUTE_NS_URI - static field in class javax.xml.XMLConstants
The XML Namespace declaration URI.
XMLOutputFactory - class javax.xml.stream.XMLOutputFactory
Factory for obtaining XML stream and event writers for various kinds of output sink.
XMLOutputFactory() - constructor for class javax.xml.stream.XMLOutputFactory
The basic constructor.
Standard output factory.
XMLOutputFactoryImpl() - constructor for class gnu.xml.stream.XMLOutputFactoryImpl
The basic constructor.
XMLParser - class gnu.xml.stream.XMLParser
An XML parser.
Creates a new XML parser for the given input stream.
Creates a new XML parser for the given character stream.
XmlReader - class gnu.xml.aelfred2.XmlReader
This SAX2 parser optionally layers a validator over the Ælfred2 SAX2 parser.
XMLReader - interface org.xml.sax.XMLReader
Interface for reading an XML document using callbacks.
XmlReader() - constructor for class gnu.xml.aelfred2.XmlReader
Constructs a SAX Parser.
XmlReader(boolean) - constructor for class gnu.xml.aelfred2.XmlReader
Constructs a SAX Parser, optionally treating validity errors as if they were fatal errors.
XMLReaderAdapter - class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 XMLReader as a SAX1 Parser.
XMLReaderAdapter() - constructor for class org.xml.sax.helpers.XMLReaderAdapter
Create a new adapter.
XMLReaderAdapter(org.xml.sax.XMLReader) - constructor for class org.xml.sax.helpers.XMLReaderAdapter
Create a new adapter.
XMLReaderFactory - class org.xml.sax.helpers.XMLReaderFactory
Factory for creating an XML reader.
XMLReporter - interface javax.xml.stream.XMLReporter
Interface used to report non-fatal errors during parsing.
XMLResolver - interface javax.xml.stream.XMLResolver
Interface used to resolve XML external entities during parsing.
XMLSchemaSchemaFactory - class gnu.xml.validation.xmlschema.XMLSchemaSchemaFactory
Schema factory for W3C XML Schema schemata.
xmlStandalone - field in class gnu.xml.stream.StartDocumentImpl
XMLStreamConstants - interface javax.xml.stream.XMLStreamConstants
STaX constants.
XMLStreamException - exception javax.xml.stream.XMLStreamException
Exception indicating an XML stream processing error.
XMLStreamException() - constructor for class javax.xml.stream.XMLStreamException
Create an exception without a message.
XMLStreamException(java.lang.String) - constructor for class javax.xml.stream.XMLStreamException
Create an exception with a message.
Create an exception with a message and a cause.
XMLStreamException(java.lang.Throwable) - constructor for class javax.xml.stream.XMLStreamException
Create an exception with a given cause, and a message of cause == null ?
XMLStreamReader - interface javax.xml.stream.XMLStreamReader
Interface implemented by an XML parser.
XMLStreamWriter - interface javax.xml.stream.XMLStreamWriter
Interface for writing XML to a stream.
Simple XML stream writer.
Constructor.
xmlVersion - field in class gnu.xml.stream.StartDocumentImpl
XMLWriter - class gnu.xml.util.XMLWriter
This class is a SAX handler which writes all its input as a well formed XML or XHTML document.
XMLWriter() - constructor for class gnu.xml.util.XMLWriter
Constructs this handler with System.out used to write SAX events using the UTF-8 encoding.
XMLWriter(java.io.OutputStream) - constructor for class gnu.xml.util.XMLWriter
Constructs a handler which writes all input to the output stream in the UTF-8 encoding, and closes it when endDocument is called.
XMLWriter(java.io.Writer) - constructor for class gnu.xml.util.XMLWriter
Constructs a handler which writes all input to the writer, and then closes the writer when the document ends.
XMLWriter(java.io.Writer,java.lang.String) - constructor for class gnu.xml.util.XMLWriter
Constructs a handler which writes all input to the writer, and then closes the writer when the document ends.
XOffScreenImage - class gnu.awt.xlib.XOffScreenImage
Image class for xlib off-screen buffers.
Xor - static field in class java.awt.AlphaComposite
xor(byte[],byte[]) - method in class gnu.javax.crypto.sasl.srp.SRP
Convenience method to XOR N bytes from two arrays; N being the output size of the SRP message digest algorithm.
xor(gnu.java.math.GMP,gnu.java.math.GMP) - method in class gnu.java.math.GMP
xor(java.math.BigInteger) - method in class java.math.BigInteger
Return the logical (bit-wise) "exclusive or" of two BigIntegers.
xor(java.util.BitSet) - method in class java.util.BitSet
Performs the logical XOR operation on this bit set and the given set.
xorColor - field in class gnu.java.awt.BitwiseXORComposite
The color whose RGB value is xor-ed with the values of each pixel.
XPanelPeer - class gnu.awt.xlib.XPanelPeer
XPanelPeer(java.awt.Panel) - constructor for class gnu.awt.xlib.XPanelPeer
XPass - class gnu.test.XPass
Test passed but was expected to fail.
XPass() - constructor for class gnu.test.XPass
Constructs an XPass result code.
XPass(java.lang.String) - constructor for class gnu.test.XPass
Constructs an XPass result code with additional information.
XPath - interface javax.xml.xpath.XPath
Interface to the XPath evaluation environment.
XPATH_NAMESPACE_NODE - static field in class org.w3c.dom.xpath.XPathNamespace
The node is a Namespace.
XPathConstants - class javax.xml.xpath.XPathConstants
XPath constants.
XPathEvaluator - interface org.w3c.dom.xpath.XPathEvaluator
The evaluation of XPath expressions is provided by XPathEvaluator.
XPathException - exception javax.xml.xpath.XPathException
A generic XPath exception.
XPathException - exception org.w3c.dom.xpath.XPathException
A new exception has been created for exceptions specific to these XPath interfaces.
XPathException(java.lang.String) - constructor for class javax.xml.xpath.XPathException
Create an exception with a message.
XPathException(java.lang.Throwable) - constructor for class javax.xml.xpath.XPathException
Create an exception with a given cause, and a message of cause == null ?
XPathException(short,java.lang.String) - constructor for class org.w3c.dom.xpath.XPathException
XPathExpression - interface javax.xml.xpath.XPathExpression
An XPath expression.
XPathExpression - interface org.w3c.dom.xpath.XPathExpression
The XPathExpression interface represents a parsed and resolved XPath expression.
An exception in an XPath expression.
Create an exception with a message.
Create an exception with a given cause, and a message of cause == null ?
XPathFactory - class javax.xml.xpath.XPathFactory
Factory for creating XPath environments.
XPathFactory() - constructor for class javax.xml.xpath.XPathFactory
The basic constructor.
A configuration exception in an XPath factory environment.
Create an exception with a message.
Create an exception with a given cause, and a message of cause == null ?
XPathFactoryImpl - class gnu.xml.xpath.XPathFactoryImpl
GNU XPath factory implementation.
XPathFunction - interface javax.xml.xpath.XPathFunction
An XPath extension function.
An exception in an XPath function.
XPathFunctionResolver - interface javax.xml.xpath.XPathFunctionResolver
Interface providing the means to access XPath extension functions.
XPathImpl - class gnu.xml.xpath.XPathImpl
JAXP XPath implementation.
XPathNamespace - interface org.w3c.dom.xpath.XPathNamespace
The XPathNamespace interface is returned by XPathResult interfaces to represent the XPath namespace node type that DOM lacks.
XPathNSResolver - interface org.w3c.dom.xpath.XPathNSResolver
The XPathNSResolver interface permit prefix strings in the expression to be properly bound to namespaceURI strings.
XPathParser - class gnu.xml.xpath.XPathParser
An XPath 1.0 parser.
XPathResult - interface org.w3c.dom.xpath.XPathResult
The XPathResult interface represents the result of the evaluation of an XPath 1.0 expression within the context of a particular node.
XPathTokenizer - class gnu.xml.xpath.XPathTokenizer
XPath 1.0 expression tokenizer.
XPathTokenizer(java.lang.String) - constructor for class gnu.xml.xpath.XPathTokenizer
XPathVariableResolver - interface javax.xml.xpath.XPathVariableResolver
Interface providing the means to access the values of XPath variable references.
xpoints - field in class java.awt.Polygon
The array of X coordinates of endpoints.
xPositionForValue(int) - method in class javax.swing.plaf.basic.BasicSliderUI
Returns the x-coordinate (relative to the component) for the given slider value.
XsltFilter - class gnu.xml.pipeline.XsltFilter
Packages an XSLT transform as a pipeline component.
Creates a filter that performs the specified transform.
XToolkit - class gnu.awt.xlib.XToolkit
XToolkit - class gnu.java.awt.peer.x.XToolkit
XToolkit() - constructor for class gnu.awt.xlib.XToolkit
XToolkit() - constructor for class gnu.java.awt.peer.x.XToolkit
XUnmapEvent - class gnu.gcj.xlib.XUnmapEvent
Interprets data from an Xlib XUnmapEvent.
xwindow - field in class gnu.java.awt.peer.x.XWindowPeer
The X window.
XWindowPeer - class gnu.java.awt.peer.x.XWindowPeer
XYBITMAP_FORMAT - static field in class gnu.gcj.xlib.XImage
XYPIXMAP_FORMAT - static field in class gnu.gcj.xlib.XImage
XYZtoRGB(float[]) - static method in class gnu.java.awt.color.SrgbConverter
CIE XYZ (D50 relative) --> sRGB Static as it's used by other ColorSpaceConverters to convert to sRGB if the color space is defined in XYZ.