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 -
Variable in class java.awt.Event
- The x coordinate of the event.
- x -
Variable in class java.awt.geom.Arc2D.Double
- The X coordinate of the upper-left corner of the framing
rectangle of the arc.
- x -
Variable in class java.awt.geom.Arc2D.Float
- The X coordinate of the upper-left corner of the framing
rectangle of the arc.
- x -
Variable in class java.awt.geom.Ellipse2D.Double
- The X coordinate of the upper-left corner of the
framing rectangle of this
Ellipse2D
.
- x -
Variable in class java.awt.geom.Ellipse2D.Float
- The X coordinate of the upper-left corner of the
framing rectangle of this
Ellipse2D
.
- x -
Variable in class java.awt.geom.Point2D.Double
- The X coordinate of this
Point2D
.
- x -
Variable in class java.awt.geom.Point2D.Float
- The X coordinate of this
Point2D
.
- x -
Variable in class java.awt.geom.Rectangle2D.Double
- The X coordinate of this
Rectangle2D
.
- x -
Variable in class java.awt.geom.Rectangle2D.Float
- The X coordinate of this
Rectangle2D
.
- x -
Variable in class java.awt.geom.RoundRectangle2D.Double
- The X coordinate of this
RoundRectangle2D
.
- x -
Variable in class java.awt.geom.RoundRectangle2D.Float
- The X coordinate of this
RoundRectangle2D
.
- x -
Variable in class java.awt.Point
- The X coordinate of this
Point
.
- x -
Variable in class java.awt.Rectangle
- The X coordinate of the upper-left corner of the
Rectangle
.
- x1 -
Variable in class java.awt.geom.CubicCurve2D.Double
- The X coordinate of the start point
of the cubic curve segment.
- x1 -
Variable in class java.awt.geom.CubicCurve2D.Float
- The X coordinate of the start point
of the cubic curve segment.
- x1 -
Variable in class java.awt.geom.Line2D.Double
- The X coordinate of the start point of the line segment.
- x1 -
Variable in class java.awt.geom.Line2D.Float
- The X coordinate of the start point of the line segment.
- x1 -
Variable in class java.awt.geom.QuadCurve2D.Double
- The X coordinate of the start point of the quadratic curve
segment.
- x1 -
Variable in class java.awt.geom.QuadCurve2D.Float
- The X coordinate of the start point of the quadratic curve
segment.
- x2 -
Variable in class java.awt.geom.CubicCurve2D.Double
- The X coordinate of the end point
of the cubic curve segment.
- x2 -
Variable in class java.awt.geom.CubicCurve2D.Float
- The X coordinate of the end point
of the cubic curve segment.
- x2 -
Variable in class java.awt.geom.Line2D.Double
- The X coordinate of the end point of the line segment.
- x2 -
Variable in class java.awt.geom.Line2D.Float
- The X coordinate of the end point of the line segment.
- x2 -
Variable in class java.awt.geom.QuadCurve2D.Double
- The X coordinate of the end point of the quadratic curve
segment.
- x2 -
Variable in class java.awt.geom.QuadCurve2D.Float
- The X coordinate of the end point of the quadratic curve
segment.
- X500Principal - Class in javax.security.auth.x500
- This class represents an X.500
Principal
. - X500Principal(String) -
Constructor for class javax.security.auth.x500.X500Principal
- Creates an
X500Principal
from a string representation of
an X.500 distinguished name (ex:
"CN=Duke, OU=JavaSoft, O=Sun Microsystems, C=US").
- X500Principal(String, Map<String, String>) -
Constructor for class javax.security.auth.x500.X500Principal
- Creates an
X500Principal
from a string representation of
an X.500 distinguished name (ex:
"CN=Duke, OU=JavaSoft, O=Sun Microsystems, C=US").
- X500Principal(byte[]) -
Constructor for class javax.security.auth.x500.X500Principal
- Creates an
X500Principal
from a distinguished name in
ASN.1 DER encoded form.
- X500Principal(InputStream) -
Constructor for class javax.security.auth.x500.X500Principal
- Creates an
X500Principal
from an InputStream
containing the distinguished name in ASN.1 DER encoded form.
- X500PrivateCredential - Class in javax.security.auth.x500
- This class represents an
X500PrivateCredential
. - X500PrivateCredential(X509Certificate, PrivateKey) -
Constructor for class javax.security.auth.x500.X500PrivateCredential
- Creates an X500PrivateCredential that associates an X.509 certificate,
a private key and the KeyStore alias.
- X500PrivateCredential(X509Certificate, PrivateKey, String) -
Constructor for class javax.security.auth.x500.X500PrivateCredential
- Creates an X500PrivateCredential that associates an X.509 certificate,
a private key and the KeyStore alias.
- X509Certificate - Class in java.security.cert
-
Abstract class for X.509 certificates.
- X509Certificate() -
Constructor for class java.security.cert.X509Certificate
- Constructor for X.509 certificates.
- X509Certificate - Class in javax.security.cert
- Abstract class for X.509 v1 certificates.
- X509Certificate() -
Constructor for class javax.security.cert.X509Certificate
-
- X509CertSelector - Class in java.security.cert
- A
CertSelector
that selects X509Certificates
that
match all specified criteria. - X509CertSelector() -
Constructor for class java.security.cert.X509CertSelector
- Creates an
X509CertSelector
.
- X509CRL - Class in java.security.cert
-
Abstract class for an X.509 Certificate Revocation List (CRL).
- X509CRL() -
Constructor for class java.security.cert.X509CRL
- Constructor for X.509 CRLs.
- X509CRLEntry - Class in java.security.cert
- Abstract class for a revoked certificate in a CRL (Certificate
Revocation List).
- X509CRLEntry() -
Constructor for class java.security.cert.X509CRLEntry
-
- X509CRLSelector - Class in java.security.cert
- A
CRLSelector
that selects X509CRLs
that
match all specified criteria. - X509CRLSelector() -
Constructor for class java.security.cert.X509CRLSelector
- Creates an
X509CRLSelector
.
- X509Data - Interface in javax.xml.crypto.dsig.keyinfo
- A representation of the XML
X509Data
element as defined in
the
W3C Recommendation for XML-Signature Syntax and Processing. - X509EncodedKeySpec - Class in java.security.spec
- This class represents the ASN.1 encoding of a public key,
encoded according to the ASN.1 type
SubjectPublicKeyInfo
. - X509EncodedKeySpec(byte[]) -
Constructor for class java.security.spec.X509EncodedKeySpec
- Creates a new X509EncodedKeySpec with the given encoded key.
- X509ExtendedKeyManager - Class in javax.net.ssl
- Abstract class that provides for extension of the X509KeyManager
interface.
- X509ExtendedKeyManager() -
Constructor for class javax.net.ssl.X509ExtendedKeyManager
- Constructor used by subclasses only.
- X509Extension - Interface in java.security.cert
- Interface for an X.509 extension.
- X509IssuerSerial - Interface in javax.xml.crypto.dsig.keyinfo
- A representation of the XML
X509IssuerSerial
element as
defined in the
W3C Recommendation for XML-Signature Syntax and Processing. - X509KeyManager - Interface in javax.net.ssl
- Instances of this interface manage which X509 certificate-based
key pairs are used to authenticate the local side of a secure
socket.
- X509TrustManager - Interface in javax.net.ssl
- Instance of this interface manage which X509 certificates
may be used to authenticate the remote side of a secure
socket.
- X_AXIS -
Static variable in class javax.swing.BoxLayout
- Specifies that components should be laid out left to right.
- X_AXIS -
Static variable in class javax.swing.text.View
- Axis for format/break operations.
- XA_HEURCOM -
Static variable in exception javax.transaction.xa.XAException
- The transaction branch has been heuristically committed.
- XA_HEURHAZ -
Static variable in exception javax.transaction.xa.XAException
- The transaction branch may have been heuristically completed.
- XA_HEURMIX -
Static variable in exception javax.transaction.xa.XAException
- The transaction branch has been heuristically committed and
rolled back.
- XA_HEURRB -
Static variable in exception javax.transaction.xa.XAException
- The transaction branch has been heuristically rolled back.
- XA_NOMIGRATE -
Static variable in exception javax.transaction.xa.XAException
- Resumption must occur where the suspension occurred.
- XA_OK -
Static variable in interface javax.transaction.xa.XAResource
- The transaction work has been prepared normally.
- XA_RBBASE -
Static variable in exception javax.transaction.xa.XAException
- The inclusive lower bound of the rollback codes.
- XA_RBCOMMFAIL -
Static variable in exception javax.transaction.xa.XAException
- Indicates that the rollback was caused by a communication failure.
- XA_RBDEADLOCK -
Static variable in exception javax.transaction.xa.XAException
- A deadlock was detected.
- XA_RBEND -
Static variable in exception javax.transaction.xa.XAException
- The inclusive upper bound of the rollback error code.
- XA_RBINTEGRITY -
Static variable in exception javax.transaction.xa.XAException
- A condition that violates the integrity of the resource was detected.
- XA_RBOTHER -
Static variable in exception javax.transaction.xa.XAException
- The resource manager rolled back the transaction branch for a reason
not on this list.
- XA_RBPROTO -
Static variable in exception javax.transaction.xa.XAException
- A protocol error occurred in the resource manager.
- XA_RBROLLBACK -
Static variable in exception javax.transaction.xa.XAException
- Indicates that the rollback was caused by an unspecified reason.
- XA_RBTIMEOUT -
Static variable in exception javax.transaction.xa.XAException
- A transaction branch took too long.
- XA_RBTRANSIENT -
Static variable in exception javax.transaction.xa.XAException
- May retry the transaction branch.
- XA_RDONLY -
Static variable in exception javax.transaction.xa.XAException
- The transaction branch was read-only and has been committed.
- XA_RDONLY -
Static variable in interface javax.transaction.xa.XAResource
- The transaction branch has been read-only and has been committed.
- XA_RETRY -
Static variable in exception javax.transaction.xa.XAException
- Routine returned with no effect and may be reissued.
- XAConnection - Interface in javax.sql
- An object that provides support for distributed
transactions.
- XADataSource - Interface in javax.sql
- A factory for
XAConnection
objects that is used internally. - XAER_ASYNC -
Static variable in exception javax.transaction.xa.XAException
- There is an asynchronous operation already outstanding.
- XAER_DUPID -
Static variable in exception javax.transaction.xa.XAException
- The XID already exists.
- XAER_INVAL -
Static variable in exception javax.transaction.xa.XAException
- Invalid arguments were given.
- XAER_NOTA -
Static variable in exception javax.transaction.xa.XAException
- The XID is not valid.
- XAER_OUTSIDE -
Static variable in exception javax.transaction.xa.XAException
- The resource manager is doing work outside a global transaction.
- XAER_PROTO -
Static variable in exception javax.transaction.xa.XAException
- Routine was invoked in an inproper context.
- XAER_RMERR -
Static variable in exception javax.transaction.xa.XAException
- A resource manager error has occurred in the transaction branch.
- XAER_RMFAIL -
Static variable in exception javax.transaction.xa.XAException
- Resource manager is unavailable.
- XAException - Exception in javax.transaction.xa
- The XAException is thrown by the Resource Manager (RM) to inform the
Transaction Manager of an error encountered by the involved transaction.
- XAException() -
Constructor for exception javax.transaction.xa.XAException
- Create an XAException.
- XAException(String) -
Constructor for exception javax.transaction.xa.XAException
- Create an XAException with a given string.
- XAException(int) -
Constructor for exception javax.transaction.xa.XAException
- Create an XAException with a given error code.
- XAResource - Interface in javax.transaction.xa
- The XAResource interface is a Java mapping of the industry standard
XA interface based on the X/Open CAE Specification (Distributed
Transaction Processing: The XA Specification).
- Xid - Interface in javax.transaction.xa
- The Xid interface is a Java mapping of the X/Open transaction identifier
XID structure.
- XML_DTD_NS_URI -
Static variable in class javax.xml.XMLConstants
- XML Document Type Declaration Namespace URI as an arbitrary value.
- XML_NS_PREFIX -
Static variable in class javax.xml.XMLConstants
- The official XML Namespace prefix.
- XML_NS_URI -
Static variable in class javax.xml.XMLConstants
- The official XML Namespace name URI.
- XmlAccessOrder - Enum in javax.xml.bind.annotation
- Used by XmlAccessorOrder to control the ordering of properties and
fields in a JAXB bound class.
- XmlAccessorOrder - Annotation Type in javax.xml.bind.annotation
- Controls the ordering of fields and properties in a class.
- XmlAccessorType - Annotation Type in javax.xml.bind.annotation
- Controls whether fields or Javabean properties are serialized by default.
- XmlAccessType - Enum in javax.xml.bind.annotation
- Used by XmlAccessorType to control serialization of fields or
properties.
- XmlAdapter<ValueType,BoundType> - Class in javax.xml.bind.annotation.adapters
- Adapts a Java type for custom marshaling.
- XmlAdapter() -
Constructor for class javax.xml.bind.annotation.adapters.XmlAdapter
- Do-nothing constructor for the derived classes.
- XmlAnyAttribute - Annotation Type in javax.xml.bind.annotation
-
Maps a JavaBean property to a map of wildcard attributes.
- XmlAnyElement - Annotation Type in javax.xml.bind.annotation
- Maps a JavaBean property to XML infoset representation and/or JAXB element.
- XmlAttachmentRef - Annotation Type in javax.xml.bind.annotation
- Marks a field/property that its XML form is a uri reference to mime content.
- XmlAttribute - Annotation Type in javax.xml.bind.annotation
-
Maps a JavaBean property to a XML attribute.
- XMLConstants - Class in javax.xml
- Utility class to contain basic XML values as constants.
- XMLCryptoContext - Interface in javax.xml.crypto
- Contains common context information for XML cryptographic operations.
- XMLDecoder - Class in java.beans
- The
XMLDecoder
class is used to read XML documents
created using the XMLEncoder
and is used just like
the ObjectInputStream
. - XMLDecoder(InputStream) -
Constructor for class java.beans.XMLDecoder
- Creates a new input stream for reading archives
created by the
XMLEncoder
class.
- XMLDecoder(InputStream, Object) -
Constructor for class java.beans.XMLDecoder
- Creates a new input stream for reading archives
created by the
XMLEncoder
class.
- XMLDecoder(InputStream, Object, ExceptionListener) -
Constructor for class java.beans.XMLDecoder
- Creates a new input stream for reading archives
created by the
XMLEncoder
class.
- XMLDecoder(InputStream, Object, ExceptionListener, ClassLoader) -
Constructor for class java.beans.XMLDecoder
- Creates a new input stream for reading archives
created by the
XMLEncoder
class.
- XmlElement - Annotation Type in javax.xml.bind.annotation
- Maps a JavaBean property to a XML element derived from property name.
- XmlElement.DEFAULT - Class in javax.xml.bind.annotation
- Used in
XmlElement.type()
to
signal that the type be inferred from the signature
of the property. - XmlElement.DEFAULT() -
Constructor for class javax.xml.bind.annotation.XmlElement.DEFAULT
-
- XmlElementDecl - Annotation Type in javax.xml.bind.annotation
- Maps a factory method to a XML element.
- XmlElementDecl.GLOBAL - Class in javax.xml.bind.annotation
- Used in
XmlElementDecl.scope()
to
signal that the declaration is in the global scope. - XmlElementDecl.GLOBAL() -
Constructor for class javax.xml.bind.annotation.XmlElementDecl.GLOBAL
-
- XmlElementRef - Annotation Type in javax.xml.bind.annotation
-
Maps a JavaBean property to a XML element derived from property's type.
- XmlElementRef.DEFAULT - Class in javax.xml.bind.annotation
- Used in
XmlElementRef.type()
to
signal that the type be inferred from the signature
of the property. - XmlElementRef.DEFAULT() -
Constructor for class javax.xml.bind.annotation.XmlElementRef.DEFAULT
-
- XmlElementRefs - Annotation Type in javax.xml.bind.annotation
- Marks a property that refers to classes with
XmlElement
or JAXBElement. - XmlElements - Annotation Type in javax.xml.bind.annotation
-
A container for multiple @
XmlElement
annotations. - XmlElementWrapper - Annotation Type in javax.xml.bind.annotation
- Generates a wrapper element around XML representation.
- XMLEncoder - Class in java.beans
- The
XMLEncoder
class is a complementary alternative to
the ObjectOutputStream
and can used to generate
a textual representation of a JavaBean in the same
way that the ObjectOutputStream
can
be used to create binary representation of Serializable
objects. - XMLEncoder(OutputStream) -
Constructor for class java.beans.XMLEncoder
- Creates a new output stream for sending JavaBeans
to the stream
out
using an XML encoding.
- XmlEnum - Annotation Type in javax.xml.bind.annotation
-
Maps an enum type
Enum
to XML representation. - XmlEnumValue - Annotation Type in javax.xml.bind.annotation
- Maps an enum constant in
Enum
type to XML representation. - XMLEvent - Interface in javax.xml.stream.events
- This is the base event interface for handling markup events.
- XMLEventAllocator - Interface in javax.xml.stream.util
- This interface defines a class that allows a user to register
a way to allocate events given an XMLStreamReader.
- XMLEventConsumer - Interface in javax.xml.stream.util
- This interface defines an event consumer interface.
- XMLEventFactory - Class in javax.xml.stream
- This interface defines a utility class for creating instances of
XMLEvents
- XMLEventFactory() -
Constructor for class javax.xml.stream.XMLEventFactory
-
- XMLEventReader - Interface in javax.xml.stream
- This is the top level interface for parsing XML Events.
- XMLEventWriter - Interface in javax.xml.stream
- This is the top level interface for writing XML documents.
- XMLFilter - Interface in org.xml.sax
- Interface for an XML filter.
- XMLFilterImpl - Class in org.xml.sax.helpers
- 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(XMLReader) -
Constructor for class org.xml.sax.helpers.XMLFilterImpl
- Construct an XML filter with the specified parent.
- XMLFormatter - Class in java.util.logging
- Format a LogRecord into a standard XML format.
- XMLFormatter() -
Constructor for class java.util.logging.XMLFormatter
-
- XMLGregorianCalendar - Class in javax.xml.datatype
- Representation for W3C XML Schema 1.0 date/time datatypes.
- XMLGregorianCalendar() -
Constructor for class javax.xml.datatype.XMLGregorianCalendar
- Default no-arg constructor.
- XmlID - Annotation Type in javax.xml.bind.annotation
-
Maps a JavaBean property to XML ID.
- XmlIDREF - Annotation Type in javax.xml.bind.annotation
-
Maps a JavaBean property to XML IDREF.
- XmlInlineBinaryData - Annotation Type in javax.xml.bind.annotation
- Disable consideration of XOP encoding for datatypes that are bound to
base64-encoded binary data in XML.
- XMLInputFactory - Class in javax.xml.stream
- Defines an abstract implementation of a factory for getting streams.
- XMLInputFactory() -
Constructor for class javax.xml.stream.XMLInputFactory
-
- XmlJavaTypeAdapter - Annotation Type in javax.xml.bind.annotation.adapters
- Use an adapter that implements
XmlAdapter
for custom marshaling. - XmlJavaTypeAdapter.DEFAULT - Class in javax.xml.bind.annotation.adapters
- Used in
XmlJavaTypeAdapter.type()
to
signal that the type be inferred from the signature
of the field, property, parameter or the class. - XmlJavaTypeAdapter.DEFAULT() -
Constructor for class javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter.DEFAULT
-
- XmlJavaTypeAdapters - Annotation Type in javax.xml.bind.annotation.adapters
-
A container for multiple @
XmlJavaTypeAdapter
annotations. - XmlList - Annotation Type in javax.xml.bind.annotation
- Used to map a property to a list simple type.
- XmlMimeType - Annotation Type in javax.xml.bind.annotation
- Associates the MIME type that controls the XML representation of the property.
- XmlMixed - Annotation Type in javax.xml.bind.annotation
-
Annotate a JavaBean multi-valued property to support mixed content.
- XmlNs - Annotation Type in javax.xml.bind.annotation
-
Associates a namespace prefix with a XML namespace URI.
- XMLNS -
Static variable in interface javax.xml.crypto.dsig.XMLSignature
- The XML Namespace URI of the W3C Recommendation for XML-Signature
Syntax and Processing.
- XMLNS -
Static variable in class org.xml.sax.helpers.NamespaceSupport
- The XML Namespace URI as a constant.
- XMLNS_ATTRIBUTE -
Static variable in class javax.xml.XMLConstants
- The official XML attribute used for specifying XML Namespace
declarations.
- XMLNS_ATTRIBUTE_NS_URI -
Static variable in class javax.xml.XMLConstants
- The official XML attribute used for specifying XML Namespace
declarations,
XMLConstants.XMLNS_ATTRIBUTE
, Namespace name URI.
- XmlNsForm - Enum in javax.xml.bind.annotation
- Enumeration of XML Schema namespace qualifications.
- XMLObject - Interface in javax.xml.crypto.dsig
- A representation of the XML
Object
element as defined in
the
W3C Recommendation for XML-Signature Syntax and Processing. - XMLOutputFactory - Class in javax.xml.stream
- Defines an abstract implementation of a factory for
getting XMLEventWriters and XMLStreamWriters.
- XMLOutputFactory() -
Constructor for class javax.xml.stream.XMLOutputFactory
-
- XMLParseException - Exception in javax.management.modelmbean
- This exception is thrown when an XML formatted string is being parsed into ModelMBean objects
or when XML formatted strings are being created from ModelMBean objects.
- XMLParseException() -
Constructor for exception javax.management.modelmbean.XMLParseException
- Default constructor .
- XMLParseException(String) -
Constructor for exception javax.management.modelmbean.XMLParseException
- Constructor taking a string.
- XMLParseException(Exception, String) -
Constructor for exception javax.management.modelmbean.XMLParseException
- Constructor taking a string and an exception.
- XmlReader - Interface in javax.sql.rowset.spi
- A specialized interface that facilitates an extension of the
SyncProvider
abstract class for XML orientated
synchronization providers. - XMLReader - Interface in org.xml.sax
- Interface for reading an XML document using callbacks.
- XMLReaderAdapter - Class in org.xml.sax.helpers
- Adapt a SAX2 XMLReader as a SAX1 Parser.
- XMLReaderAdapter() -
Constructor for class org.xml.sax.helpers.XMLReaderAdapter
- Create a new adapter.
- XMLReaderAdapter(XMLReader) -
Constructor for class org.xml.sax.helpers.XMLReaderAdapter
- Create a new adapter.
- XMLReaderFactory - Class in org.xml.sax.helpers
- Factory for creating an XML reader.
- XmlRegistry - Annotation Type in javax.xml.bind.annotation
- Marks a class that has
XmlElementDecl
s. - XMLReporter - Interface in javax.xml.stream
- This interface is used to report non-fatal errors.
- XMLResolver - Interface in javax.xml.stream
- This interface is used to resolve resources during an XML parse.
- XmlRootElement - Annotation Type in javax.xml.bind.annotation
- Maps a class or an enum type to an XML element.
- XmlSchema - Annotation Type in javax.xml.bind.annotation
- Maps a package name to a XML namespace.
- XmlSchemaType - Annotation Type in javax.xml.bind.annotation
- Maps a Java type to a simple schema built-in type.
- XmlSchemaType.DEFAULT - Class in javax.xml.bind.annotation
- Used in
XmlSchemaType.type()
to
signal that the type be inferred from the signature
of the property. - XmlSchemaType.DEFAULT() -
Constructor for class javax.xml.bind.annotation.XmlSchemaType.DEFAULT
-
- XmlSchemaTypes - Annotation Type in javax.xml.bind.annotation
-
A container for multiple @
XmlSchemaType
annotations. - XmlSeeAlso - Annotation Type in javax.xml.bind.annotation
- Instructs JAXB to also bind other classes when binding this class.
- XMLSignature - Interface in javax.xml.crypto.dsig
- A representation of the XML
Signature
element as
defined in the
W3C Recommendation for XML-Signature Syntax and Processing. - XMLSignature.SignatureValue - Interface in javax.xml.crypto.dsig
- A representation of the XML
SignatureValue
element as
defined in the
W3C Recommendation for XML-Signature Syntax and Processing. - XMLSignatureException - Exception in javax.xml.crypto.dsig
- Indicates an exceptional condition that occured during the XML
signature generation or validation process.
- XMLSignatureException() -
Constructor for exception javax.xml.crypto.dsig.XMLSignatureException
- Constructs a new
XMLSignatureException
with
null
as its detail message.
- XMLSignatureException(String) -
Constructor for exception javax.xml.crypto.dsig.XMLSignatureException
- Constructs a new
XMLSignatureException
with the specified
detail message.
- XMLSignatureException(String, Throwable) -
Constructor for exception javax.xml.crypto.dsig.XMLSignatureException
- Constructs a new
XMLSignatureException
with the
specified detail message and cause.
- XMLSignatureException(Throwable) -
Constructor for exception javax.xml.crypto.dsig.XMLSignatureException
- Constructs a new
XMLSignatureException
with the specified
cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause
).
- XMLSignatureFactory - Class in javax.xml.crypto.dsig
- A factory for creating
XMLSignature
objects from scratch or
for unmarshalling an XMLSignature
object from a corresponding
XML representation. - XMLSignatureFactory() -
Constructor for class javax.xml.crypto.dsig.XMLSignatureFactory
- Default constructor, for invocation by subclasses.
- XMLSignContext - Interface in javax.xml.crypto.dsig
- Contains context information for generating XML Signatures.
- XMLStreamConstants - Interface in javax.xml.stream
- This interface declares the constants used in this API.
- XMLStreamException - Exception in javax.xml.stream
- The base exception for unexpected processing errors.
- XMLStreamException() -
Constructor for exception javax.xml.stream.XMLStreamException
- Default constructor
- XMLStreamException(String) -
Constructor for exception javax.xml.stream.XMLStreamException
- Construct an exception with the assocated message.
- XMLStreamException(Throwable) -
Constructor for exception javax.xml.stream.XMLStreamException
- Construct an exception with the assocated exception
- XMLStreamException(String, Throwable) -
Constructor for exception javax.xml.stream.XMLStreamException
- Construct an exception with the assocated message and exception
- XMLStreamException(String, Location, Throwable) -
Constructor for exception javax.xml.stream.XMLStreamException
- Construct an exception with the assocated message, exception and location.
- XMLStreamException(String, Location) -
Constructor for exception javax.xml.stream.XMLStreamException
- Construct an exception with the assocated message, exception and location.
- XMLStreamReader - Interface in javax.xml.stream
- The XMLStreamReader interface allows forward, read-only access to XML.
- XMLStreamWriter - Interface in javax.xml.stream
- The XMLStreamWriter interface specifies how to write XML.
- XMLStructure - Interface in javax.xml.crypto
- A representation of an XML structure from any namespace.
- XmlTransient - Annotation Type in javax.xml.bind.annotation
-
Prevents the mapping of a JavaBean property/type to XML representation.
- XmlType - Annotation Type in javax.xml.bind.annotation
-
Maps a class or an enum type to a XML Schema type.
- XmlType.DEFAULT - Class in javax.xml.bind.annotation
- Used in
XmlType.factoryClass()
to
signal that either factory mehod is not used or
that it's in the class with this XmlType
itself. - XmlType.DEFAULT() -
Constructor for class javax.xml.bind.annotation.XmlType.DEFAULT
-
- XMLValidateContext - Interface in javax.xml.crypto.dsig
- Contains context information for validating XML Signatures.
- XmlValue - Annotation Type in javax.xml.bind.annotation
-
Enables mapping a class to a XML Schema complex type with a
simpleContent or a XML Schema simple type.
- XmlWriter - Interface in javax.sql.rowset.spi
- A specialized interface that facilitates an extension of the
SyncProvider
abstract class for XML orientated
synchronization providers. - XOR -
Static variable in class java.awt.AlphaComposite
- The part of the source that lies outside of the destination
is combined with the part of the destination that lies outside
of the source
(Porter-Duff Source Xor Destination rule).
- Xor -
Static variable in class java.awt.AlphaComposite
AlphaComposite
object that implements the opaque XOR rule
with an alpha of 1.0f.
- xor(BigInteger) -
Method in class java.math.BigInteger
- Returns a BigInteger whose value is
(this ^ val)
.
- xor(BitSet) -
Method in class java.util.BitSet
- Performs a logical XOR of this bit set with the bit set
argument.
- XPATH -
Static variable in interface javax.xml.crypto.dsig.Transform
- The XPath
transform algorithm URI.
- XPath - Interface in javax.xml.xpath
XPath
provides access to the XPath evaluation environment and expressions.- XPATH2 -
Static variable in interface javax.xml.crypto.dsig.Transform
- The
XPath Filter 2 transform algorithm URI.
- XPathConstants - Class in javax.xml.xpath
- XPath constants.
- XPathException - Exception in javax.xml.xpath
XPathException
represents a generic XPath exception.- XPathException(String) -
Constructor for exception javax.xml.xpath.XPathException
- Constructs a new
XPathException
with the specified detail message
.
- XPathException(Throwable) -
Constructor for exception javax.xml.xpath.XPathException
- Constructs a new
XPathException
with the specified cause
.
- XPathExpression - Interface in javax.xml.xpath
XPathExpression
provides access to compiled XPath expressions.- XPathExpressionException - Exception in javax.xml.xpath
XPathExpressionException
represents an error in an XPath expression.- XPathExpressionException(String) -
Constructor for exception javax.xml.xpath.XPathExpressionException
- Constructs a new
XPathExpressionException
with the specified detail message
.
- XPathExpressionException(Throwable) -
Constructor for exception javax.xml.xpath.XPathExpressionException
- Constructs a new
XPathExpressionException
with the specified cause
.
- XPathFactory - Class in javax.xml.xpath
- An
XPathFactory
instance can be used to create
XPath
objects. - XPathFactory() -
Constructor for class javax.xml.xpath.XPathFactory
- Protected constructor as
XPathFactory.newInstance()
or XPathFactory.newInstance(String uri)
or XPathFactory.newInstance(String uri, String factoryClassName, ClassLoader classLoader)
should be used to create a new instance of an XPathFactory
.
- XPathFactoryConfigurationException - Exception in javax.xml.xpath
XPathFactoryConfigurationException
represents a configuration error in a XPathFactory
environment.- XPathFactoryConfigurationException(String) -
Constructor for exception javax.xml.xpath.XPathFactoryConfigurationException
- Constructs a new
XPathFactoryConfigurationException
with the specified detail message
.
- XPathFactoryConfigurationException(Throwable) -
Constructor for exception javax.xml.xpath.XPathFactoryConfigurationException
- Constructs a new
XPathFactoryConfigurationException
with the specified cause
.
- XPathFilter2ParameterSpec - Class in javax.xml.crypto.dsig.spec
- Parameters for the W3C Recommendation
XPath Filter 2.0 Transform Algorithm.
- XPathFilter2ParameterSpec(List) -
Constructor for class javax.xml.crypto.dsig.spec.XPathFilter2ParameterSpec
- Creates an
XPathFilter2ParameterSpec
.
- XPathFilterParameterSpec - Class in javax.xml.crypto.dsig.spec
- Parameters for the
XPath Filtering Transform Algorithm.
- XPathFilterParameterSpec(String) -
Constructor for class javax.xml.crypto.dsig.spec.XPathFilterParameterSpec
- Creates an
XPathFilterParameterSpec
with the specified
XPath expression.
- XPathFilterParameterSpec(String, Map) -
Constructor for class javax.xml.crypto.dsig.spec.XPathFilterParameterSpec
- Creates an
XPathFilterParameterSpec
with the specified
XPath expression and namespace map.
- XPathFunction - Interface in javax.xml.xpath
XPathFunction
provides access to XPath functions.- XPathFunctionException - Exception in javax.xml.xpath
XPathFunctionException
represents an error with an XPath function.- XPathFunctionException(String) -
Constructor for exception javax.xml.xpath.XPathFunctionException
- Constructs a new
XPathFunctionException
with the specified detail message
.
- XPathFunctionException(Throwable) -
Constructor for exception javax.xml.xpath.XPathFunctionException
- Constructs a new
XPathFunctionException
with the specified cause
.
- XPathFunctionResolver - Interface in javax.xml.xpath
XPathFunctionResolver
provides access to the set of user defined XPathFunction
s.- XPathType - Class in javax.xml.crypto.dsig.spec
- The XML Schema Definition of the
XPath
element as defined in the
W3C Recommendation for XML-Signature XPath Filter 2.0: - XPathType(String, XPathType.Filter) -
Constructor for class javax.xml.crypto.dsig.spec.XPathType
- Creates an
XPathType
instance with the specified XPath
expression and filter.
- XPathType(String, XPathType.Filter, Map) -
Constructor for class javax.xml.crypto.dsig.spec.XPathType
- Creates an
XPathType
instance with the specified XPath
expression, filter, and namespace map.
- XPathType.Filter - Class in javax.xml.crypto.dsig.spec
- Represents the filter set operation.
- XPathVariableResolver - Interface in javax.xml.xpath
XPathVariableResolver
provides access to the set of user defined XPath variables.- xpoints -
Variable in class java.awt.Polygon
- The array of X coordinates.
- xPositionForValue(int) -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- XSLT -
Static variable in interface javax.xml.crypto.dsig.Transform
- The XSLT
transform algorithm URI.
- XSLTTransformParameterSpec - Class in javax.xml.crypto.dsig.spec
- Parameters for the
XSLT Transform Algorithm.
- XSLTTransformParameterSpec(XMLStructure) -
Constructor for class javax.xml.crypto.dsig.spec.XSLTTransformParameterSpec
- Creates an
XSLTTransformParameterSpec
with the specified
stylesheet.
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 _
Submit a bug or feature
For further API reference and developer documentation, see Java SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.