Uses of Class java.lang.String

Uses in package javax.imageio.stream

Methods with parameter type java.lang.String

void
void
void
Writes characters from a given String into the stream.
void
void
Writes a String into the stream.
void

Methods with return type java.lang.String

String
String
This method reads the next line of text data from an input stream.
String
String
This method reads a String from an input stream that is encoded in a modified UTF-8 format.

Uses in package javax.naming

Constructors with parameter type java.lang.String

BinaryRefAddr.BinaryRefAddr(String addrType, byte[] buf)
Contructs a new BinaryRefAddr with the given type and content.
BinaryRefAddr.BinaryRefAddr(String addrType, byte[] buf, int off, int length)
Contructs a new BinaryRefAddr with the given type and the content taken from the given byte array.
Constructs an instance with the given name and object.
Binding.Binding(String name, Object obj, boolean isRelative)
Constructs an instance with the given name and object and a flag indicating if the name is relative to the target context.
Binding.Binding(String name, String className, Object obj)
Constructs an instance with the given name, classname and object.
Binding.Binding(String name, String className, Object obj, boolean isRelative)
Constructs an instance with the given name, classname, object and a flag indicating if the name is relative to the target context.
Create an exception with a message.
Create an exception with a message.
Create an exception with a message.
Creates a new exception and sets the detailed message field.
Create an exception with a message.
Create an exception with a message.
Create a new reference that is referencting to the object of the specified class.
Create an exception with a message.
Create an exception with a message.
Constructs an instance with the given name and classname.
NameClassPair.NameClassPair(String name, String className, boolean isRelative)
Constructs an instance with the given name and classname and a flag indicating if the name is relative to the target context.
Create an exception with a message.
Creates a new NamingException with a detailed message.
Create an exception with a message.
Create an exception with a message.
Create an exception with a message.
Protected constructor for use by subclasses.
Create a new reference that is referencting to the object of the specified class.
Reference.Reference(String className, String factoryClassName, String factoryLocation)
Create a new reference that is referencing to the object of the specified class, specifying the class and location of the factory that produces these objects.
Reference.Reference(String className, RefAddr addr)
Create a new reference that is referencing to the object of the specified class with the given address.
Reference.Reference(String className, RefAddr addr, String factoryClassName, String factoryLocation)
Create a new reference that is referencing to the object of the specified class, specifying the class and location of the factory that produces these objects and also the address of this object.
Create an exception with a message.
Create an exception with a message.
Create an exception with a message.
Contructs a new StringRefAddr with the given type and content.

Fields of type java.lang.String

String
Property for the initial context constructor to use when searching for other properties.
String
Property with the authoritativeness of the service requested.
String
Property with the batch size to use when returning data via the service's protocol.
String
Property with the DNS host and domain names to use.
String
Property with name of the inital context factory to use
String
Property for specifying the preferred language to use with the service.
String
Property with colon-separated list of object factories to use.
String
Property with URL specifying configuration for the service provider to use.
String
Property defining how referrals encountered by the service provider are to be processed.
String
Property specifying the security level to use.
String
Property specifying the credentials of the principal for authenticating the caller to the service.
String
Property for the identity of the principal for authenticating the caller to the service.
String
Property specifying the security protocol to use.
String
Property with colon-separated list of state factories to use.
String
Property with colon-separated list of package prefixes to use.
String
The string resprenstation of the type of address.
String
The name of the class factory to create an instance of the object, referenced by this reference.
String
The location, from where the class factory should be loaded.
String
The name of the class of the object, to that this reference refers.
String

Methods with parameter type java.lang.String

Name
CompositeName.add(int posn, String comp)
Name
CompoundName.add(int posn, String comp)
Name
Name.add(int posn, String comp)
Inserts the given String component to this Name at the given index.
Name
Name
Name
Name.add(String comp)
Adds the given String component to the end of this Name.
Object
Context.addToEnvironment(String propName, Object propVal)
Add new environment property to the environment of this context.
Object
void
Adds the given String to the remainingName field.
void
Context.bind(String name, Object obj)
Give the specified name for the specified object.
void
String
Composes the name of this context together with another name, related to this context.
String
Context
Creates the new naming subcontext and binds it to the current (this) context.
Context
void
Removes the naming subcontext from this naming context.
void
RefAddr
Reference.get(String addrType)
Get the given type of address for this object.
NameParser
Obtains the name parser for parsing the names of the given naming subcontext.
NameParser
Context
Obtains the context for resolving the given name.
NamingEnumeration
Creates and returns the enumeration over the name bindings that are present the given subcontext.
NamingEnumeration
NamingEnumeration
Creates and returns the enumeration over the name - object bindings that are present the given subcontext.
NamingEnumeration
Object
Gets the previously named object by name.
Object
Object
Retrieves the named object, not following the link of the terminal atomic component of the name.
Object
Name
Parser the string name representation into the Name representation
void
Give the specified name for the specified object.
void
Object
Removes the property with the given name from the environment.
Object
void
Context.rename(String oldName, String newName)
Renames the existing binding, removing the existing and giving the new name for the same object.
void
InitialContext.rename(String oldName, String newName)
void
Sets the classname of the bound object.
void
void
Sets the name of the binding.
void
Sets the full name for this binding.
void
Removes the name - object mapping from the current context.
void

Methods with return type java.lang.String

String
Composes the name of this context together with another name, related to this context.
String
String
CompositeName.get(int posn)
String
CompoundName.get(int posn)
String
Name.get(int i)
Gets the component at the given index.
String
Returns the classname of the bound object.
String
Returns the classname of the binding.
String
Get the name of the class of the referenced object.
String
Gets the message given to the constructor or null if no message was given.
String
Get the location of the factory class of the referenced object.
String
Get the name of the factory class of the referenced object
String
String
String
Returns the name of the binding.
String
Returs the full name of this naming context.
String
This operation is not supported for the initial naming context.
String
Returns the full name for this binding.
String
Returns the non-null address type given to the constructor.
String
Returns a String representation of the RefAddr.
String
Returns the string representation.
String
String
String
String
Returns the string representation.
String
Returns a string representation of this exception.
String
Returns a String representation of the RefAddr.
String
Return the string representation.
String
LinkException.toString(boolean detail)
String
NamingException.toString(boolean objectInfo)
Returns a String representation of this exception and possibly including the part object that could be resolved if the given flag is set to true.

Uses in package javax.imageio

Constructors with parameter type java.lang.String

Create an exception with a descriptive error message.
Create an exception with a descriptive error message.

Fields of type java.lang.String

String
Contains the name of the current compression type.
String[]
Array of the names of the available compression types.

Methods with parameter type java.lang.String

IIOMetadata
ImageReader.getImageMetadata(int imageIndex, String formatName, Set nodeNames)
Get the metadata associated with this image.
Iterator
Retrieve an iterator over all registered readers for the given format.
Iterator
Retrieve an iterator over all registered readers for the given MIME type.
Iterator
Retrieve an iterator over all registered readers for the given file suffix.
Iterator
Retrieve an iterator over the collection of registered image writers that support writing images of the given type and in the given format.
Iterator
Retrieve an iterator over all registered writers for the given format.
Iterator
Retrieve an iterator over all registered writers for the given MIME type.
Iterator
Retrieve an iterator over all registered writers for the given file suffix.
IIOMetadata
ImageReader.getStreamMetadata(String formatName, Set nodeNames)
Get the metadata associated with the image being read.
void
ImageWriter.processWarningOccurred(int imageIndex, String warning)
Notifies all installed warning listeners, by calling their warningOccurred methods, that a warning message has been raised.
void
ImageWriter.processWarningOccurred(int imageIndex, String baseName, String keyword)
Notify all installed warning listeners, by calling their warningOccurred methods, that a warning message has been raised.
void
Notifies all installed warning listeners, by calling their warningOccurred methods, that a warning message has been raised.
void
Notify all installed warning listeners, by calling their warningOccurred methods, that a warning message has been raised.
void
boolean
ImageIO.write(RenderedImage im, String formatName, File output)
Write an image to a file using a registered writer that supports the given format, overwriting the file if it already exists.
boolean
ImageIO.write(RenderedImage im, String formatName, OutputStream output)
Write an image to an output stream using a registered writer that supports the given format.
boolean
Write an image to an ImageOutputStream using a registered writer that supports the given format.

Methods with return type java.lang.String

String[]
String
String[]
String
Retrieve the format of the input source.
String
String[]
Retrieve all the informal format names supported by the collection of registered image readers.
String[]
Retrieve all the MIME types supported by the collection of registered image readers.
String[]
Retrieve all the informal format names supported by the collection of registered image writers.
String[]
Retrieve all the MIME types supported by the collection of registered image writers.

Uses in package org.omg.DynamicAny.DynAnyPackage

Constructors with parameter type java.lang.String

Create the InvalidValue with explaining message.
Create the TypeMismatch with explaining message.

Methods with return type java.lang.String

String
Get the InvalidValue repository id.
String
Get the TypeMismatch repository id.

Uses in package java.sql

Constructors with parameter type java.lang.String

BatchUpdateException.BatchUpdateException(String message, int[] updateCounts)
This method initializes a new instance of BatchUpdateException with the specified descriptive error message and update count information.
BatchUpdateException.BatchUpdateException(String message, String SQLState, int vendorCode, int[] updateCounts)
This method initializes a new instance of BatchUpdateException with the specified descriptive error message, SQL state, and update count information.
BatchUpdateException.BatchUpdateException(String message, String SQLState, int[] updateCounts)
This method initializes a new instance of BatchUpdateException with the specified descriptive error message, SQL state, and update count information.
This method initializes a new instance of DriverPropertyInfo with the specified name and value.
This method initializes a new instance of SQLException with the specified descriptive error message.
SQLException.SQLException(String message, String SQLState)
This method initializes a new instance of SQLException with the specified descriptive error message and SQL state string.
SQLException.SQLException(String message, String SQLState, int vendorCode)
This method initializes a nwe instance of SQLException with the specified descriptive error message, SQL state string, and vendor code.
This method initializes a new instance of SQLWarning with the specified descriptive error message.
SQLWarning.SQLWarning(String message, String SQLState)
This method initializes a new instance of SQLWarning with the specified descriptive error message and SQL state string.
SQLWarning.SQLWarning(String message, String SQLState, int vendorCode)
This method initializes a nwe instance of SQLWarning with the specified descriptive error message, SQL state string, and vendor code.

Fields of type java.lang.String

String[]
If values are restricted to certain choices, this is the list of valid ones.
String
A description of the property, possibly null.
String
The name of the property.
String
This is the value of the property.

Methods with parameter type java.lang.String

boolean
This method tests whether or not the driver believes it can connect to the specified database.
void
This method adds a SQL statement to a SQL batch.
Connection
Driver.connect(String url, Properties properties)
This method connects to the specified database using the connection properties supplied.
boolean
This method executes an arbitrary SQL statement of any time.
boolean
Statement.execute(String sql, int autoGeneratedKeys)
boolean
Statement.execute(String sql, int[] columnIndexes)
boolean
Statement.execute(String sql, String[] columnNames)
ResultSet
This method executes the specified SQL SELECT statement and returns a (possibly empty) ResultSet with the results of the query.
int
This method executes the specified SQL INSERT, UPDATE, or DELETE statement and returns the number of rows affected, which may be 0.
int
Statement.executeUpdate(String sql, int autoGeneratedKeys)
int
Statement.executeUpdate(String sql, int[] columnIndexes)
int
Statement.executeUpdate(String sql, String[] columnNames)
int
This method returns the column index of the specified named column.
Array
This method returns the value of the specified parameter as a Java Array.
Array
This method returns the specified column value as an Array.
InputStream
This method returns the value of the specified column as an ASCII stream.
ResultSet
DatabaseMetaData.getAttributes(String catalog, String schemaPattern, String typePattern, String attributePattern)
ResultSet
DatabaseMetaData.getBestRowIdentifier(String catalog, String schema, String tableName, int scope, boolean nullable)
This method returns the best set of columns for uniquely identifying a row.
BigDecimal
This method returns the value of the specified parameter as a Java BigDecimal.
BigDecimal
This method returns the value of the specified column as a Java BigDecimal.
BigDecimal
ResultSet.getBigDecimal(String columnName, int scale)
This method returns the value of the specified column as a Java BigDecimal.
InputStream
This method returns the value of the specified column as a raw byte stream.
Blob
This method returns the value of the specified parameter as a Java Blob.
Blob
ResultSet.getBlob(String columnName)
This method returns the specified column value as a BLOB.
boolean
This method returns the value of the specified parameter as a Java boolean.
boolean
This method returns the value of the specified column as a Java boolean.
byte
This method returns the value of the specified parameter as a Java byte.
byte
ResultSet.getByte(String columnName)
This method returns the value of the specified column as a Java byte.
byte[]
This method returns the value of the specified parameter as a Java byte array.
byte[]
This method returns the value of the specified column as a Java byte array.
Reader
This method returns the value of the specified column as a character stream.
Clob
This method returns the value of the specified parameter as a Java Clob.
Clob
ResultSet.getClob(String columnName)
This method returns the specified column value as a CLOB.
ResultSet
DatabaseMetaData.getColumnPrivileges(String catalog, String schema, String tableName, String columnPattern)
This method returns the access rights that have been granted to the requested columns.
ResultSet
DatabaseMetaData.getColumns(String catalog, String schemaPattern, String tablePattern, String columnPattern)
This method returns a list of the tables columns for the requested tables.
Connection
This method attempts to return a connection to the specified JDBC URL string.
Connection
This method attempts to return a connection to the specified JDBC URL string using the specified username and password.
Connection
This method attempts to return a connection to the specified JDBC URL string using the specified connection properties.
ResultSet
DatabaseMetaData.getCrossReference(String primaryCatalog, String primarySchema, String primaryTableName, String foreignCatalog, String foreignSchema, String foreignTableName)
This method returns a description of how one table imports another table's primary key as a foreign key.
Date
This method returns the value of the specified parameter as a Java java.sql.Date.
Date
ResultSet.getDate(String columnName)
This method returns the value of the specified column as a Java java.sql.Date.
Date
This method returns the value of the specified parameter as a Java java.sql.Date.
Date
ResultSet.getDate(String columnName, Calendar cal)
This method returns the specified column value as a java.sql.Date.
double
This method returns the value of the specified parameter as a Java double.
double
This method returns the value of the specified column as a Java double.
Driver
This method returns a driver that can connect to the specified JDBC URL string.
ResultSet
DatabaseMetaData.getExportedKeys(String catalog, String schema, String tableName)
This method returns a list of the table's which use this table's primary key as a foreign key.
float
This method returns the value of the specified parameter as a Java float.
float
This method returns the value of the specified column as a Java float.
ResultSet
DatabaseMetaData.getImportedKeys(String catalog, String schema, String tableName)
This method returns a list of the table's foreign keys.
ResultSet
DatabaseMetaData.getIndexInfo(String catalog, String schema, String tableName, boolean unique, boolean approximate)
This method returns information about a tables indices and statistics.
int
This method returns the value of the specified parameter as a Java int.
int
ResultSet.getInt(String columnName)
This method returns the value of the specified column as a Java int.
long
This method returns the value of the specified parameter as a Java long.
long
ResultSet.getLong(String columnName)
This method returns the value of the specified column as a Java long.
Object
This method returns the value of the specified parameter as a Java Object.
Object
This method returns the value of the specified column as a Java Object.
Object
This method returns the value of the specified parameter as a Java Object using the specified mapping for conversion from SQL to Java types.
Object
ResultSet.getObject(String columnName, Map> map)
This method returns the value of the specified column as a Java Object using the specified SQL type to Java type map.
ResultSet
DatabaseMetaData.getPrimaryKeys(String catalog, String schema, String tableName)
This method returns a list of a table's primary key columns.
ResultSet
DatabaseMetaData.getProcedureColumns(String catalog, String schemaPattern, String procedurePattern, String columnPattern)
This method returns a list of the parameter and result columns for the requested stored procedures.
ResultSet
DatabaseMetaData.getProcedures(String catalog, String schemaPattern, String procedurePattern)
This method returns a list of all the stored procedures matching the specified pattern in the given schema and catalog.
DriverPropertyInfo[]
This method returns an array of possible properties that could be used to connect to the specified database.
Ref
This method returns the value of the specified parameter as a Java Ref.
Ref
ResultSet.getRef(String columnName)
This method returns a Ref for the specified column which represents the structured type for the column.
short
This method returns the value of the specified parameter as a Java short.
short
This method returns the value of the specified column as a Java short.
String
This method returns the value of the specified parameter as a Java String.
String
This method returns the value of the specified column as a Java String.
ResultSet
DatabaseMetaData.getSuperTables(String catalog, String schemaPattern, String tablePattern)
ResultSet
DatabaseMetaData.getSuperTypes(String catalog, String schemaPattern, String typePattern)
ResultSet
DatabaseMetaData.getTablePrivileges(String catalog, String schemaPattern, String tablePattern)
This method returns the access rights that have been granted to the requested tables.
ResultSet
DatabaseMetaData.getTables(String catalog, String schemaPattern, String tablePattern, String[] types)
This method returns a list of the requested table as a ResultSet with the following columns:
  1. TABLE_CAT - The catalog the table is in, which may be null.
  2. TABLE_SCHEM - The schema the table is in, which may be null.
  3. TABLE_NAME - The name of the table.
  4. TABLE_TYPE - A string describing the table type.
Time
This method returns the value of the specified parameter as a Java java.sql.Time.
Time
ResultSet.getTime(String columnName)
This method returns the value of the specified column as a Java java.sql.Time.
Time
This method returns the value of the specified parameter as a Java java.sql.Time.
Time
ResultSet.getTime(String columnName, Calendar cal)
This method returns the specified column value as a java.sql.Time.
Timestamp
This method returns the value of the specified parameter as a Java java.sql.Timestamp.
Timestamp
This method returns the value of the specified column as a Java java.sql.Timestamp.
Timestamp
This method returns the value of the specified parameter as a Java java.sql.Timestamp.
Timestamp
This method returns the specified column value as a java.sql.Timestamp.
ResultSet
DatabaseMetaData.getUDTs(String catalog, String schemaPattern, String typePattern, int[] types)
This method returns the list of user defined data types in use.
URL
This method returns the value of the specified parameter as a Java java.net.URL.
URL
ResultSet.getURL(String columnName)
This method returns the specified column value as a java.net.URL.
InputStream
This method returns the value of the specified column as a Unicode UTF-8 stream.
ResultSet
DatabaseMetaData.getVersionColumns(String catalog, String schema, String tableName)
This method returns the set of columns that are automatically updated when the row is update.
String
This method converts the specified generic SQL statement into the native grammer of the database this object is connected to.
long
Clob.position(String pattern, long start)
This method returns the index into this Clob of the first occurrence of the specified character pattern (supplied by the caller as a String).
CallableStatement
This method creates a new CallableStatement for the specified SQL string.
CallableStatement
Connection.prepareCall(String sql, int resultSetType, int resultSetConcurrency)
This method creates a new CallableStatement for the specified SQL string.
CallableStatement
Connection.prepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
This method creates a new CallableStatement for the specified SQL string.
PreparedStatement
This method creates a new PreparedStatement for the specified SQL string.
PreparedStatement
Connection.prepareStatement(String sql, int autoGeneratedKeys)
PreparedStatement
Connection.prepareStatement(String sql, int resultSetType, int resultSetConcurrency)
This method creates a new PreparedStatement for the specified SQL string.
PreparedStatement
Connection.prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
This method creates a new PreparedStatement for the specified SQL string.
PreparedStatement
Connection.prepareStatement(String sql, int[] columnIndexes)
PreparedStatement
void
This method prints the specified line to the log stream.
void
SQLData.readSQL(SQLInput stream, String typeName)
This method populates the data in the object from the specified stream.
void
CallableStatement.registerOutParameter(int index, int sqlType, String typeName)
This method registers the specified parameter as an output parameter of the specified SQL type.
void
This method registers the specified parameter as an output parameter of the specified SQL type.
void
CallableStatement.registerOutParameter(String name, int sqlType, int scale)
This method registers the specified parameter as an output parameter of the specified SQL type.
void
CallableStatement.registerOutParameter(String name, int sqlType, String typeName)
This method registers the specified parameter as an output parameter of the specified SQL type.
void
This method sets the specified parameter from the given Java ASCII InputStream value.
void
This method sets the specified parameter from the given Java BigDecimal value.
void
This method sets the specified parameter from the given Java binary InputStream value.
void
CallableStatement.setBoolean(String name, boolean value)
This method sets the specified parameter from the given Java boolean value.
void
CallableStatement.setByte(String name, byte value)
This method sets the specified parameter from the given Java byte value.
void
CallableStatement.setBytes(String name, byte[] value)
This method sets the specified parameter from the given Java byte array value.
void
This method sets the name of the catalog in use by this connection.
void
This method sets the specified parameter from the given Java character Reader value.
void
This method sets the cursor name that will be used by the result set.
void
This method sets the specified parameter from the given Java java.sql.Date value.
void
This method sets the specified parameter from the given Java java.sql.Date value.
void
CallableStatement.setDouble(String name, double value)
This method sets the specified parameter from the given Java double value.
void
CallableStatement.setFloat(String name, float value)
This method sets the specified parameter from the given Java float value.
void
CallableStatement.setInt(String name, int value)
This method sets the specified parameter from the given Java int value.
void
CallableStatement.setLong(String name, long value)
This method sets the specified parameter from the given Java long value.
void
PreparedStatement.setNull(int index, int sqlType, String typeName)
This method populates the specified parameter with a SQL NULL value for the specified type.
void
CallableStatement.setNull(String name, int sqlType)
This method populates the specified parameter with a SQL NULL value for the specified type.
void
CallableStatement.setNull(String name, int sqlType, String typeName)
This method populates the specified parameter with a SQL NULL value for the specified type.
void
This method sets the specified parameter from the given Java Object value.
void
CallableStatement.setObject(String name, Object value, int sqlType)
This method sets the specified parameter from the given Java Object value.
void
CallableStatement.setObject(String name, Object value, int sqlType, int scale)
This method sets the specified parameter from the given Java Object value.
Savepoint
Creates a new savepoint with the specifiend name for this Connection.
void
CallableStatement.setShort(String name, short value)
This method sets the specified parameter from the given Java short value.
void
PreparedStatement.setString(int index, String value)
This method sets the specified parameter from the given Java String value.
void
This method sets the specified parameter from the given Java String value.
int
Clob.setString(long start, String value)
Writes the specified string into this Clob, starting at the specified index.
int
Clob.setString(long startWrite, String value, int startRead, int count)
Writes the specified portion of a string into this Clob, starting at the specified index.
void
This method sets the specified parameter from the given Java java.sql.Time value.
void
This method sets the specified parameter from the given Java java.sql.Time value.
void
This method sets the specified parameter from the given Java java.sql.Timestamp value.
void
This method sets the specified parameter from the given Java java.sql.Timestamp value.
void
This method sets the value of the specified parameter to the specified java.net.URL
void
ResultSet.updateArray(String columnName, Array value)
This method updates the specified column to have a java.sqlArray value.
void
ResultSet.updateAsciiStream(String columnName, InputStream stream, int count)
This method updates the specified column from an ASCII text stream.
void
This method updates the specified column to have a BigDecimal value.
void
ResultSet.updateBinaryStream(String columnName, InputStream stream, int count)
This method updates the specified column from a binary stream.
void
ResultSet.updateBlob(String columnName, Blob value)
This method updates the specified column to have a java.sql.Blob value.
void
ResultSet.updateBoolean(String columnName, boolean value)
This method updates the specified column to have a boolean value.
void
ResultSet.updateByte(String columnName, byte value)
This method updates the specified column to have a byte value.
void
ResultSet.updateBytes(String columnName, byte[] value)
This method updates the specified column to have a byte array value.
void
ResultSet.updateCharacterStream(String columnName, Reader reader, int count)
This method updates the specified column from a character stream.
void
ResultSet.updateClob(String columnName, Clob value)
This method updates the specified column to have a java.sql.Clob value.
void
ResultSet.updateDate(String columnName, Date value)
This method updates the specified column to have a java.sql.Date value.
void
ResultSet.updateDouble(String columnName, double value)
This method updates the specified column to have a double value.
void
ResultSet.updateFloat(String columnName, float value)
This method updates the specified column to have a float value.
void
ResultSet.updateInt(String columnName, int value)
This method updates the specified column to have an int value.
void
ResultSet.updateLong(String columnName, long value)
This method updates the specified column to have a long value.
void
This method updates the specified column to have a NULL value.
void
ResultSet.updateObject(String columnName, Object value)
This method updates the specified column to have an Object value.
void
ResultSet.updateObject(String columnName, Object value, int scale)
This method updates the specified column to have an Object value.
void
ResultSet.updateRef(String columnName, Ref value)
This method updates the specified column to have a java.sql.Ref value.
void
ResultSet.updateShort(String columnName, short value)
This method updates the specified column to have a short value.
void
ResultSet.updateString(int columnIndex, String value)
This method updates the specified column to have a String value.
void
ResultSet.updateString(String columnName, String value)
This method updates the specified column to have a String value.
void
ResultSet.updateTime(String columnName, Time value)
This method updates the specified column to have a java.sql.Time value.
void
This method updates the specified column to have a java.sql.Timestamp value.
Date
This method returns a new instance of this class by parsing a date in JDBC format into a Java date.
Time
This method returns a new instance of this class by parsing a date in JDBC format into a Java date.
Timestamp
This method returns a new instance of this class by parsing a date in JDBC format into a Java date.
void
This method writes the specified Java String to the SQL stream.

Methods with return type java.lang.String

String
Returns the name of the SQL type of the elements in this array.
String
This method returns the fully qualified name of the SQL structured type of the referenced item.
String
This method returns the name of the catalog in use by this connection, if any.
String
This method returns the name of the catalog containing the specified column.
String
This method returns the separator between the catalog name and the table name.
String
This method returns the vendor's term for "catalog".
String
This method returns the name of the Java class which will be used to create objects representing the data in this column.
String
This method returns a string that should be used as a caption for this column for user display purposes.
String
This method returns the name of the specified column.
String
This method returns the name of the SQL type for this column.
String
This method returns the name of the database cursor used by this result set.
String
This method returns the name of the database product.
String
This method returns the version of the database product.
String
This method returns the name of the JDBC driver.
String
This method returns the version of the JDBC driver.
String
This methods returns non-standard characters that can appear in unquoted identifiers.
String
This metohd returns the quote string for SQL identifiers.
String
This method returns a comma separated list of math functions.
String
String
String
This method returns the vendor's term for "procedure".
String
This method returns a comma separated list of all the SQL keywords in the database that are not in SQL92.
String
This method returns the SQLState information associated with this error.
String
This method returns the user defined datatype name for this object.
String
This method returns the name of the SQL structured type for this object.
String
String
This method returns the name of the schema that contains the specified column.
String
This method returns the vendor's term for "schema".
String
This method returns the string used to escape wildcards in search strings.
String
This method returns the value of the specified parameter as a Java String.
String
ResultSet.getString(int columnIndex)
This method returns the value of the specified column as a Java String.
String
This method returns the value of the specified parameter as a Java String.
String
This method returns the value of the specified column as a Java String.
String
This method returns a comma separated list of string functions.
String
Clob.getSubString(long start, int count)
This method returns the specified portion of this Clob as a String.
String
This method returns a comma separated list of of system functions.
String
This method returns the name of the table containing the specified column.
String
This method returns comma separated list of time/date functions.
String
This method returns the URL for this database.
String
This method returns the database username for this connection.
String
This method converts the specified generic SQL statement into the native grammer of the database this object is connected to.
String
This method reads the next item from the stream a Java String.
String
This method returns this date in JDBC format.
String
This method returns this date in JDBC format.
String
This method returns this date in JDBC format.

Uses in package javax.net

Methods with parameter type java.lang.String

Socket
Creates a socket connected to a given host on a given port.
Socket
SocketFactory.createSocket(String host, int port, InetAddress localHost, int localPort)
Creates a socket connected to a given host on a given port, connecting locally to the interface with the given address and port.

Uses in package org.omg.IOP

Constructors with parameter type java.lang.String

IOR.IOR(String _type_id, TaggedProfile[] _profiles)
Create the IOR, initialised with the passed data.

Fields of type java.lang.String

String
The object repository Id.

Methods with return type java.lang.String

String
Get the CodecFactory repository id.
String
Get the int repository id.
String
Get the IOR repository id.
String
Get the MultipleComponentProfile repository id.
String
Get the int repository id.
String
Get the ServiceContext repository id.
String
Get the ServiceContext[] repository id.
String
Get the int repository id.
String
Get the TaggedComponent repository id.
String
Get the TaggedProfile repository id.

Uses in package javax.security.auth.login

Constructors with parameter type java.lang.String

Create a new exception with the indicated detail message.
Create a new exception with the indicated detail message.
Create a new exception with the indicated detail message.
Create a new exception with the given detail message.
Create a new exception with the given detail message.
Create a new exception with the given detail message.
Create an exception with a message.

Methods with parameter type java.lang.String

AppConfigurationEntry[]

Methods with return type java.lang.String

String
String
String

Uses in package java.lang.reflect

Constructors with parameter type java.lang.String

Create an InvocationTargetException using another exception and an error message.
Construct a ReflectPermission with the given name.
Construct a ReflectPermission with the given name.
Wraps the given checked exception into a RuntimeException, with the specified detail message.

Methods with return type java.lang.String

String
Gets the name of this constructor (the non-qualified name of the class it was declared in).
String
Gets the name of this field.
String
Gets the simple name of this member.
String
Gets the name of this method.
String
Returns the name of the type variable, as written in the source code.
String
String
String
String
Get a String representation of the Constructor.
String
Get a String representation of the Field.
String
Get a String representation of the Method.
String
Modifier.toString(int mod)
Get a string representation of all the modifiers represented by the given int.

Uses in package org.omg.CORBA.portable

Constructors with parameter type java.lang.String

Creates an exception.

Methods with parameter type java.lang.String

Request
ObjectImpl._create_request(Context context, String operation, NVList parameters, NamedValue returns)
Create a request to invoke the method of this object.
Request
ObjectImpl._create_request(Context context, String operation, NVList parameters, NamedValue returns, ExceptionList exceptions, ContextList ctx_list)
Create a request to invoke the method of this object, specifying context list and the list of the expected exception.
OutputStream
Invoke the object method.
boolean
Check if this object can be referenced by the given repository id.
Request
Create a request to invoke the method of this CORBA object.
OutputStream
ObjectImpl._request(String method, boolean response_expected)
Create a request to invoke the method of this CORBA object.
ServantObject
ObjectImpl._servant_preinvoke(String method, Class<T> expected_type)
Returns a servant that should be used for this request.
Request
Delegate.create_request(Object target, Context context, String operation, NVList parameters, NamedValue returns)
Create a request to invoke the method of this object.
Request
Delegate.create_request(Object target, Context context, String operation, NVList parameters, NamedValue returns, ExceptionList exceptions, ContextList ctx_list)
Create a request to invoke the method of this object, specifying context list and the list of the expected exception.
boolean
Delegate.is_a(Object target, String repositoryIdentifer)
Check if this object can be referenced by the given repository id.
Request
Delegate.request(Object target, String operation)
Create a request to invoke the method of this CORBA object.
OutputStream
Delegate.request(Object target, String operation, boolean response_expected)
Create a request to invoke the method of this CORBA object.
ServantObject
Delegate.servant_preinvoke(Object self, String operation, Class<T> expectedType)
Returns a servant that should be used for this request.
void
Write CORBA string.
void
Write CORBA wstring that is mapped into java string.

Methods with return type java.lang.String

String[]
Get the array of interface repository ids, defining this object.
String[]
Get the truncatable repository ids.
String
Get the CORBA repository Id of the exception.
String
Get the repository id of this value type.
String
Read a CORBA string that is mapped into java String.
String
Read a CORBA wstring that is mapped into java String.
String
Return the string representation of the passed object.
String
Return a string representation of the passed object.

Uses in package javax.management.loading

Methods with parameter type java.lang.String

Class
Attempts to load the given class using class loaders supplied by the list.
Class
Attempts to load the given class using class loaders supplied by the list, stopping when the specified loader is reached.
Class
Attempts to load the given class using class loaders supplied by the list, excluding the one specified.

Uses in package java.beans.beancontext

Methods with parameter type java.lang.String

void
Add a listener that will be notified when a specific property changes.
void
Add a listener that will be notified when a specific property changes.
void
Add a listener that will be notified when a specific property change is requested (a PropertyVetoException may be thrown) as well as after the change is successfully made.
void
Add a listener that will be notified when a specific property change is requested (a PropertyVetoException may be thrown) as well as after the change is successfully made.
void
Fire a property change.
void
Fire a vetoable property change.
URL
BeanContext.getResource(String resourceName, BeanContextChild requestor)
Get a resource.
URL
Get a resource.
InputStream
Get a resource as a stream.
InputStream
Get a resource as a stream.
Object
Instantiate a Bean using this Bean's ClassLoader and this BeanContext as the parent.
Object
This is a convenience method for instantiating a bean inside this context.
void
Remove a listener to a certain property.
void
Remove a listener to a certain property.
void
Remove a listener to a certain property.
void
Remove a listener to a certain property.

Uses in package org.omg.CORBA_2_3.portable

Methods with parameter type java.lang.String

Serializable
InputStream.read_value(String repository_id)
Read a value type structure, having the given repository id.
void
Writes a value type into the output stream, stating it has the given repository id.

Methods with return type java.lang.String

String
Returns the codebase for the provided object reference.
String
Returns the codebase for the provided object reference.

Uses in package javax.swing.text.rtf

Methods with return type java.lang.String

String
Returns the MIME content type.

Uses in package java.rmi.activation

Constructors with parameter type java.lang.String

Activatable.Activatable(String codebase, MarshalledObject data, boolean restart, int port)
This constructor is used to register export the object on the given port.
Activatable.Activatable(String codebase, MarshalledObject data, boolean restart, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf)
This constructor is used to register export the object on the given port, additionally specifying the socket factories.
Create an exception with a message.
Create an exception with a message and a cause.
Create the new activation description, assuming the object group is the ActivationGroup.currentGroupID().
ActivationDesc.ActivationDesc(String className, String location, MarshalledObject data, boolean restart)
Create the new activation description, assuming the object group is the ActivationGroup.currentGroupID().
Create the new activation description.
ActivationDesc.ActivationDesc(ActivationGroupID groupID, String className, String location, MarshalledObject data, boolean restart)
Create the new activation description, providing full information.
Create an exception with the given message, and cause initialized to null.
Create an exception with the given message and cause.
Create the new activation group descriptor.
Create the new command environment.
Create an exception with a message.
Create an exception with an error message.

Methods with parameter type java.lang.String

ActivationID
Activatable.exportObject(Remote obj, String location, MarshalledObject data, boolean restart, int port)
Register and export the object that activatable object that is not derived from the Activatable super class.
ActivationID
Activatable.exportObject(Remote obj, String location, MarshalledObject data, boolean restart, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf)
Register and export the object that activatable object that is not derived from the Activatable super class.

Methods with return type java.lang.String

String
Get the class name of the object being activated
String
Get the activation group class name.
String[]
Get the additional command options.
String
Get the path to the java executable.
String
Get the code location URL ("codebase") of the object being activated.
String
Get the location, from where the group class will be loaded
String
This method returns a message indicating what went wrong, in this format: super.getMessage() + (detail == null ?
String
Get the string representation
String
Return the content based string representation.

Uses in package java.awt.color

Constructors with parameter type java.lang.String

Create a new instance with a specified detailed error message.
Create a new instance with a specified detailed error message.

Methods with parameter type java.lang.String

ICC_Profile
Returns an ICC_Profile instance from an ICC Profile file.
void
Writes the profile data to an ICC profile file.

Methods with return type java.lang.String

String

Uses in package java.util

Constructors with parameter type java.lang.String

Constructs a ConcurrentModificationException with a detail message.
Creates a new Date from the given string representation.
Constructs a new DuplicateFormatFlagsException which specifies that the supplied set of flags contains a duplicate.
Constructs a new FormatFlagsConversionMismatchException which specifies that the flag, f, does not match its appropriate conversion character, c.
Formatter.Formatter(File file, String charset)
Constructs a new Formatter using the default locale, with the specified file as the output stream and the supplied character set.
Formatter.Formatter(File file, String charset, Locale loc)
Constructs a new Formatter using the specified file as the output stream with the supplied character set and locale.
Constructs a new Formatter using the default locale, with the specified file output stream and the supplied character set.
Constructs a new Formatter using the specified output stream with the supplied character set and locale.
Constructs a new Formatter using the default locale and character set, with the specified file as the output stream.
Formatter.Formatter(String file, String charset)
Constructs a new Formatter using the default locale, with the specified file as the output stream and the supplied character set.
Formatter.Formatter(String file, String charset, Locale loc)
Constructs a new Formatter using the specified file as the output stream with the supplied character set and locale.
Constructs a new IllegalFormatFlagsException for the specified flags.
Constructs a new InputMismatchException with the supplied error message.
Create an exception with a descriptive error message.
Locale.Locale(String language)
Creates a new locale for a language.
Locale.Locale(String language, String country)
Creates a new locale for the given language and country.
Locale.Locale(String language, String country, String variant)
Creates a new locale for the given language and country.
Constructs a new MissingFormatArgumentException for a format specification, s, which refers to a non-existent argument.
Constructs a new MissingFormatWidthException for a format specification, s, which excludes a required width argument.
Creates a new exception, with the specified parameters.
Constructs a NoSuchElementException with a detail message.
Constructs a PropertyPermission with the specified property.
Constructs a new ServiceConfigurationError with the specified message.
Constructs a new ServiceConfigurationError with the specified message and cause.
SimpleTimeZone.SimpleTimeZone(int rawOffset, String id)
Create a SimpleTimeZone with the given time offset from GMT and without daylight savings.
SimpleTimeZone.SimpleTimeZone(int rawOffset, String id, int startMonth, int startDayOfWeekInMonth, int startDayOfWeek, int startTime, int endMonth, int endDayOfWeekInMonth, int endDayOfWeek, int endTime)
Create a SimpleTimeZone with the given time offset from GMT and with daylight savings.
SimpleTimeZone.SimpleTimeZone(int rawOffset, String id, int startMonth, int startDayOfWeekInMonth, int startDayOfWeek, int startTime, int endMonth, int endDayOfWeekInMonth, int endDayOfWeek, int endTime, int dstSavings)
This constructs a new SimpleTimeZone that supports a daylight savings rule.
SimpleTimeZone.SimpleTimeZone(int rawOffset, String id, int startMonth, int startDayOfWeekInMonth, int startDayOfWeek, int startTime, int startTimeMode, int endMonth, int endDayOfWeekInMonth, int endDayOfWeek, int endTime, int endTimeMode, int dstSavings)
This constructs a new SimpleTimeZone that supports a daylight savings rule.
Creates a new StringTokenizer for the string str, that should split on the default delimiter set (space, tab, newline, return and formfeed), and which doesn't return the delimiters.
Create a new StringTokenizer, that splits the given string on the given delimiter characters.
StringTokenizer.StringTokenizer(String str, String delim, boolean returnDelims)
Create a new StringTokenizer, that splits the given string on the given delimiter characters.
Create a new Timer whose Thread has the indicated name.
Timer.Timer(String name, boolean daemon)
Create a new Timer whose Thread has the indicated name.
Constructs a TooManyListenersException with a detail message.
Constructs a new UnknownFormatConversionException for the specified conversion string.
Constructs a new UnknownFormatFlagsException which specifies that the supplied set of flags contains a unknown.

Methods with parameter type java.lang.String

Formatter
Formatter.format(String format, java.lang.Object... args)
Outputs a formatted string based on the supplied specification, fmt, and its arguments using the formatter's locale.
Formatter
Formatter.format(Locale loc, String fmt, java.lang.Object... args)
Outputs a formatted string based on the supplied specification, fmt, and its arguments using the specified locale.
UUID
Creates a UUID object from a Sting representation.
ResourceBundle
Get the appropriate ResourceBundle for the default locale.
ResourceBundle
Get the appropriate ResourceBundle for the given locale.
ResourceBundle
ResourceBundle.getBundle(String baseName, Locale locale, ClassLoader classLoader)
Get the appropriate ResourceBundle for the given locale.
Currency
Currency.getInstance(String currencyCode)
Builds the currency corresponding to the specified currency code.
Object
Get an object from this resource bundle.
String
Gets the property with the specified key in this property list.
String
Properties.getProperty(String key, String defaultValue)
Gets the property with the specified key in this property list.
String
Get a String from this resource bundle.
String[]
Get an array of Strings from this resource bundle.
TimeZone
Gets the TimeZone for the given ID.
Object
Gets a resource for a given key.
Object
Called by getObject when a resource is needed.
Object
Override this method to provide the resource for a keys.
String
Returns the nextToken, changing the delimiter set to the given delim.
long
Date.parse(String string)
Parses a String and returns the time, in milliseconds since the epoch, it represents.
void
Sets the identifier of this time zone.
Object
Adds the given key/value pair to this properties.
void
Writes the key/value pairs to the given output stream, in a format suitable for load.
If header is not null, this method writes a comment containing the header as first line to the stream.
void
Encodes the properties as an XML file using the UTF-8 encoding.
void
Properties.storeToXML(OutputStream os, String comment, String encoding)
Encodes the properties as an XML file using the supplied encoding.
@Deprecated
Calls store(OutputStream out, String header) and ignores the IOException that may be thrown.

Methods with return type java.lang.String

String
String
Returns the action string.
String[]
Gets all available IDs.
String[]
TimeZone.getAvailableIDs(int rawOffset)
Gets the available IDs according to the given time zone offset.
String
Gets the name of the resource bundle, for which a resource is missing.
String
Returns the conversion string.
String
Returns the country code of this locale.
String
Returns the ISO4217 currency code of this currency.
String
Returns the country name of this locale localized to the default locale.
String
Gets the name of the country specified by this locale, in a form suitable for display to the user.
String
Gets the country name suitable for display to the user, formatted for the default locale.
String
Gets the name of the language specified by this locale, in a form suitable for display to the user.
String
Gets all local components suitable for display to the user, formatted for the default locale.
String
This method returns a string name of the time zone suitable for displaying to the user.
String
TimeZone.getDisplayName(boolean dst, int style)
This method returns a string name of the time zone suitable for displaying to the user.
String
TimeZone.getDisplayName(boolean dst, int style, Locale locale)
This method returns a string name of the time zone suitable for displaying to the user.
String
Calendar.getDisplayName(int field, int style, Locale locale)
Returns a localised textual representation of the current value of the given field using the specified style.
String
Gets all local components suitable for display to the user, formatted for a specified locale.
String
This method returns a string name of the time zone suitable for displaying to the user.
String
Returns the variant name of this locale localized to the default locale.
String
Gets the name of the variant specified by this locale, in a form suitable for display to the user.
String
Returns the flags which contain a duplicate.
String
Returns the mismatching flag.
String
Returns the illegal flags.
String
Returns the flags which contain a unknown.
String
Returns the format specification.
String
Returns the format specification.
String
Gets the identifier of this time zone.
String
Returns the three-letter ISO country abbrevation of the locale.
String
Returns the three-letter ISO language abbrevation of this locale.
String[]
Returns a list of all 2-letter uppercase country codes as defined in ISO 3166.
String[]
Returns a list of all 2-letter lowercase language codes as defined in ISO 639 (both old and new variant).
String
Gets the key of the resource that is missing bundle, this is an empty string if the whole resource bundle is missing.
String
Returns the language code of this locale.
String
Gets the property with the specified key in this property list.
String
Properties.getProperty(String key, String defaultValue)
Gets the property with the specified key in this property list.
String
Get a String from this resource bundle.
String[]
Get an array of Strings from this resource bundle.
String
This method returns the symbol which precedes or follows a value in this particular currency in the default locale.
String
This method returns the symbol which precedes or follows a value in this particular currency.
String
Returns the variant code of this locale.
String
Returns the nextToken of the string.
String
Returns the nextToken, changing the delimiter set to the given delim.
String
Returns a string representation of this Date object using GMT rather than the local timezone.
String
Returns a locale-dependent string representation of this Date object.
String
Creates a String representation of the Collection.
String
Returns a String representation of this map.
String
This provides a string representation of the entry.
String
Returns the string representation of this bit set.
String
Returns a string representation of this object.
String
Returns the international ISO4217 currency code of this currency.
String
Returns a string representation of this date using the following date format:

day mon dd hh:mm:ss zz yyyy

where the fields used here are:

  • day -- the day of the week (Sunday through to Saturday).
String
Converts the event to a String.
String
Returns the result of applying Object.toString() to the underlying output stream.
String
Converts this Hashtable to a String, surrounded by braces, and with key/value pairs listed with an equals sign between, separated by a comma and space.
String
Gets the string representation of the current locale.
String
Returns a textual representation of this ServiceLoader.
String
Returns a string representation of this SimpleTimeZone object.
String
Returns a String representation of the UUID.
String
Returns a string representation of this Vector in the form "[element0, element1, ... elementN]".
String
Arrays.toString(boolean[] v)
Returns a String representation of the argument array.
String
Arrays.toString(byte[] v)
Returns a String representation of the argument array.
String
Arrays.toString(char[] v)
Returns a String representation of the argument array.
String
Arrays.toString(double[] v)
Returns a String representation of the argument array.
String
Arrays.toString(float[] v)
Returns a String representation of the argument array.
String
Arrays.toString(int[] v)
Returns a String representation of the argument array.
String
Returns a String representation of the argument array.
String
Arrays.toString(long[] v)
Returns a String representation of the argument array.
String
Arrays.toString(short[] v)
Returns a String representation of the argument array.

Uses in package java.awt.geom

Constructors with parameter type java.lang.String

Create an exception with a message.
Create an exception with a message.

Methods with return type java.lang.String

String
Returns a string representation of the transform, in the format: "AffineTransform[[" + m00 + ", " + m01 + ", " + m02 + "], [" + m10 + ", " + m11 + ", " + m12 + "]]".
String
Returns a string representation of this object.
String
Returns a string representation of this object.
String
Returns a string representation of this rectangle.
String
Returns a string representation of this rectangle.

Uses in package java.util.zip

Constructors with parameter type java.lang.String

Create an exception with a message.
Creates a zip entry with the given name.
Create an exception with a message.
Opens a Zip file with the given name for reading.

Methods with parameter type java.lang.String

ZipEntry
Creates a new zip entry for the given name.
ZipEntry
Searches for a zip entry in this archive with the given name.
void
Sets the entry comment.
void
Set the zip file comment.

Methods with return type java.lang.String

String
Gets the comment.
String
Returns the entry name.
String
Returns the (path) name of this zip file.
String
Gets the string representation of this ZipEntry.

Uses in package org.w3c.dom.html2

Methods with parameter type java.lang.String

NodeList
With [HTML 4.01] documents, this method returns the (possibly empty) collection of elements whose name value is given by elementName.
Node
This method retrieves a Node using a name.
Node
This method retrieves a Node using a name.
void
Color of active links (after mouse-button down, but before mouse-button up).
void
Abbreviation for header cells.
void
A comma-separated list of content types that a server processing this form will handle correctly.
void
List of character sets supported by the server.
void
A single character access key to give access to the form control.
void
A single character access key to give access to the form control.
void
A single character access key to give access to the form control.
void
A single character access key to give access to the form control.
void
A single character access key to give access to the form control.
void
A single character access key to give access to the form control.
void
A single character access key to give access to the form control.
void
Server-side form handler.
void
Aligns this object (vertically or horizontally) with respect to its surrounding text.
void
Horizontal text alignment.
void
Horizontal text alignment.
void
Align the rule on the page.
void
Aligns this object (vertically or horizontally) with respect to its surrounding text.
void
Aligns this object (vertically or horizontally) with respect to its surrounding text.
void
Aligns this object (vertically or horizontally) with respect to its surrounding text.
void
Text alignment relative to FIELDSET.
void
Aligns this object (vertically or horizontally) with respect to its surrounding text.
void
Horizontal text alignment.
void
Caption alignment with respect to the table.
void
Horizontal alignment of data in cell.
void
Horizontal alignment of cell data in column.
void
Specifies the table's position with respect to the rest of the document.
void
Horizontal alignment of data within cells of this row.
void
Horizontal alignment of data in cells.
void
Alternate text for user agents not rendering the normal content of this element.
void
Alternate text for user agents not rendering the normal content of this element.
void
Alternate text for user agents not rendering the normal content of this element.
void
Alternate text for user agents not rendering the normal content of this element.
void
Comma-separated archive list.
void
Space-separated list of archives.
void
Names group of related headers.
void
URI [IETF RFC 2396] of the background texture tile image.
void
Document background color.
void
Cell background color.
void
Cell background color.
void
Background color for rows.
void
Width of border around image.
void
Width of border around the object.
void
The width of the border around the table.
void
Specifies the horizontal and vertical space between cell content and cell borders.
void
Specifies the horizontal and vertical separation between cells.
void
Alignment character for cells in a column.
void
Alignment character for cells in a column.
void
Alignment character for cells in a column.
void
Alignment character for cells in a column.
void
Offset of alignment character.
void
Offset of alignment character.
void
Offset of alignment character.
void
Offset of alignment character.
void
The character encoding of the linked resource.
void
The character encoding of the resource being linked to.
void
The character encoding of the linked resource.
void
A URI [IETF RFC 2396] designating a document that describes the reason for the change.
void
A URI [IETF RFC 2396] designating a source document or message.
void
The class attribute of the element.
void
Control flow of text around floats.
void
Applet class file.
void
Applet class file.
void
Optional base URI [IETF RFC 2396] for applet.
void
Base URI [IETF RFC 2396] for classid, data, and archive attributes.
void
Content type for data downloaded via classid attribute.
void
Font color.
void
Font color.
void
The number of columns of frames in the frameset.
void
Associated information.
void
This mutable string attribute denotes persistent state information that (1) is associated with the current frame or document and (2) is composed of information described by the cookies non-terminal of [IETF RFC 2965], Section 4.2.2.
void
Comma-separated list of lengths, defining an active region geometry.
void
Comma-separated list of lengths, defining an active region geometry.
void
A URI [IETF RFC 2396] specifying the location of the object's data.
void
The date and time of the change.
void
When the type attribute of the element has the value "text", "file" or "password", this represents the HTML value attribute of the element.
void
Represents the contents of the element.
void
Specifies the base direction of directionally neutral text and the directionality of tables.
void
The content type of the submitted form, generally "application/x-www-form-urlencoded".
void
Reserved for future use.
void
Font face identifier.
void
Font face identifier.
void
Specifies which external table borders to render.
void
Request frame borders.
void
Request frame borders.
void
List of id attribute values for header cells.
void
Override height.
void
Frame height.
void
Override height.
void
Cell height.
void
The absolute URI [IETF RFC 2396] of the linked resource.
void
The URI [IETF RFC 2396] of the linked resource.
void
The base URI [IETF RFC 2396].
void
The URI [IETF RFC 2396] of the linked resource.
void
Language code of the linked resource.
void
Language code of the linked resource.
void
This attribute links this label with another form control by id attribute.
void
Reserved for future use.
void
HTTP response header name [IETF RFC 2616].
void
The element's identifier.
void
Assigns a label to this option group.
void
Option label for use in hierarchical menus.
void
Language code defined in RFC 1766.
void
Color of links that are not active and unvisited.
void
URI [IETF RFC 2396] designating a long description of this image or frame.
void
URI [IETF RFC 2396] designating a long description of this image or frame.
void
URI [IETF RFC 2396] designating a long description of this image or frame.
void
Frame margin height, in pixels.
void
Frame margin height, in pixels.
void
Frame margin width, in pixels.
void
Frame margin width, in pixels.
void
Designed for use with one or more target media.
void
Designed for use with one or more target media.
void
HTTP method [IETF RFC 2616] used to submit form.
void
Anchor name.
void
The name of the applet.
void
Form control or object name when submitted with a form.
void
Names the form.
void
The frame name (object of the target attribute).
void
The frame name (object of the target attribute).
void
The name of the element (for backwards compatibility).
void
Form control or object name when submitted with a form.
void
Names the map (for use with usemap).
void
Meta information name.
void
Form control or object name when submitted with a form.
void
The name of a run-time parameter.
void
Form control or object name when submitted with a form.
void
Form control or object name when submitted with a form.
void
The value of the "object" attribute.
void
URI [IETF RFC 2396] designating a metadata profile.
void
The prompt message.
void
Forward link type.
void
Forward link type.
void
Reverse link type.
void
Reverse link type.
void
The number of rows of frames in the frameset.
void
Specifies which internal table borders to render.
void
Select form of content.
void
Scope covered by header cells.
void
Specify whether or not the frame should have scrollbars.
void
Specify whether or not the frame should have scrollbars.
void
The shape of the active area.
void
The shape of the active area.
void
Font size.
void
The height of the rule.
void
A URI [IETF RFC 2396] designating the initial frame contents.
void
A URI [IETF RFC 2396] designating the initial frame contents.
void
URI [IETF RFC 2396] designating the source of this image.
void
When the type attribute has the value "image", this attribute specifies the location of the image to be used to decorate the graphical submit button.
void
URI [IETF RFC 2396] designating an external script.
void
Message to render while loading the object.
void
Description about the purpose or structure of a table.
void
Frame to render the resource in.
void
Frame to render the resource in.
void
The default target frame.
void
Frame to render the resource in.
void
Frame to render the resource in.
void
Document text color.
void
The script content of the element.
void
The specified title as a string.
void
The title of a document as specified by the TITLE element in the head of the document.
void
The element's advisory title.
void
Advisory content type.
void
The type of control created (all lower case).
void
Advisory content type.
void
List item bullet style.
void
Content type for data downloaded via data attribute.
void
Numbering style.
void
Content type for the value attribute when valuetype has the value "ref".
void
The content type of the script language.
void
The content type of the style sheet language.
void
Bullet style.
void
Use client-side image map.
void
Use client-side image map.
void
Use client-side image map.
void
Vertical alignment of data in cell.
void
Vertical alignment of cell data in column.
void
Vertical alignment of data within cells of this row.
void
Vertical alignment of data in cells.
void
Color of links that have been visited by the user.
void
The current form control value.
void
When the type attribute of the element has the value "text", "file" or "password", this represents the current contents of the corresponding form control, in an interactive user agent.
void
The current form control value.
void
The value of a run-time parameter.
void
The current form control value (i.e. the value of the currently selected option), if multiple options are selected this is the value of the first selected option.
void
Represents the current contents of the corresponding form control, in an interactive user agent.
void
Information about the meaning of the value attribute value.
void
Version information about the document's DTD.
void
Override width.
void
The width of the rule.
void
Frame width.
void
Override width.
void
Cell width.
void
Default column width.
void
Specifies the desired table width.
void
Write a string of text to a document stream opened by open().
void
Write a string of text followed by a newline character to a document stream opened by open().

Methods with return type java.lang.String

String
Color of active links (after mouse-button down, but before mouse-button up).
String
Abbreviation for header cells.
String
A comma-separated list of content types that a server processing this form will handle correctly.
String
List of character sets supported by the server.
String
A single character access key to give access to the form control.
String
A single character access key to give access to the form control.
String
A single character access key to give access to the form control.
String
A single character access key to give access to the form control.
String
A single character access key to give access to the form control.
String
A single character access key to give access to the form control.
String
A single character access key to give access to the form control.
String
Server-side form handler.
String
Aligns this object (vertically or horizontally) with respect to its surrounding text.
String
Horizontal text alignment.
String
Horizontal text alignment.
String
Align the rule on the page.
String
Aligns this object (vertically or horizontally) with respect to its surrounding text.
String
Aligns this object (vertically or horizontally) with respect to its surrounding text.
String
Aligns this object (vertically or horizontally) with respect to its surrounding text.
String
Text alignment relative to FIELDSET.
String
Aligns this object (vertically or horizontally) with respect to its surrounding text.
String
Horizontal text alignment.
String
Caption alignment with respect to the table.
String
Horizontal alignment of data in cell.
String
Horizontal alignment of cell data in column.
String
Specifies the table's position with respect to the rest of the document.
String
Horizontal alignment of data within cells of this row.
String
Horizontal alignment of data in cells.
String
Alternate text for user agents not rendering the normal content of this element.
String
Alternate text for user agents not rendering the normal content of this element.
String
Alternate text for user agents not rendering the normal content of this element.
String
Alternate text for user agents not rendering the normal content of this element.
String
Comma-separated archive list.
String
Space-separated list of archives.
String
Names group of related headers.
String
URI [IETF RFC 2396] of the background texture tile image.
String
Document background color.
String
Cell background color.
String
Cell background color.
String
Background color for rows.
String
Width of border around image.
String
Width of border around the object.
String
The width of the border around the table.
String
Specifies the horizontal and vertical space between cell content and cell borders.
String
Specifies the horizontal and vertical separation between cells.
String
Alignment character for cells in a column.
String
Alignment character for cells in a column.
String
Alignment character for cells in a column.
String
Alignment character for cells in a column.
String
Offset of alignment character.
String
Offset of alignment character.
String
Offset of alignment character.
String
Offset of alignment character.
String
The character encoding of the linked resource.
String
The character encoding of the resource being linked to.
String
The character encoding of the linked resource.
String
A URI [IETF RFC 2396] designating a document that describes the reason for the change.
String
A URI [IETF RFC 2396] designating a source document or message.
String
The class attribute of the element.
String
Control flow of text around floats.
String
Applet class file.
String
Applet class file.
String
Optional base URI [IETF RFC 2396] for applet.
String
Base URI [IETF RFC 2396] for classid, data, and archive attributes.
String
Content type for data downloaded via classid attribute.
String
Font color.
String
Font color.
String
The number of columns of frames in the frameset.
String
Associated information.
String
This mutable string attribute denotes persistent state information that (1) is associated with the current frame or document and (2) is composed of information described by the cookies non-terminal of [IETF RFC 2965], Section 4.2.2.
String
Comma-separated list of lengths, defining an active region geometry.
String
Comma-separated list of lengths, defining an active region geometry.
String
A URI [IETF RFC 2396] specifying the location of the object's data.
String
The date and time of the change.
String
When the type attribute of the element has the value "text", "file" or "password", this represents the HTML value attribute of the element.
String
Represents the contents of the element.
String
Specifies the base direction of directionally neutral text and the directionality of tables.
String
The domain name of the server that served the document, or null if the server cannot be identified by a domain name.
String
The content type of the submitted form, generally "application/x-www-form-urlencoded".
String
Reserved for future use.
String
Font face identifier.
String
Font face identifier.
String
Specifies which external table borders to render.
String
Request frame borders.
String
Request frame borders.
String
List of id attribute values for header cells.
String
Override height.
String
Frame height.
String
Override height.
String
Cell height.
String
The absolute URI [IETF RFC 2396] of the linked resource.
String
The URI [IETF RFC 2396] of the linked resource.
String
The base URI [IETF RFC 2396].
String
The URI [IETF RFC 2396] of the linked resource.
String
Language code of the linked resource.
String
Language code of the linked resource.
String
This attribute links this label with another form control by id attribute.
String
Reserved for future use.
String
HTTP response header name [IETF RFC 2616].
String
The element's identifier.
String
Assigns a label to this option group.
String
Option label for use in hierarchical menus.
String
Language code defined in RFC 1766.
String
Color of links that are not active and unvisited.
String
URI [IETF RFC 2396] designating a long description of this image or frame.
String
URI [IETF RFC 2396] designating a long description of this image or frame.
String
URI [IETF RFC 2396] designating a long description of this image or frame.
String
Frame margin height, in pixels.
String
Frame margin height, in pixels.
String
Frame margin width, in pixels.
String
Frame margin width, in pixels.
String
Designed for use with one or more target media.
String
Designed for use with one or more target media.
String
HTTP method [IETF RFC 2616] used to submit form.
String
Anchor name.
String
The name of the applet.
String
Form control or object name when submitted with a form.
String
Names the form.
String
The frame name (object of the target attribute).
String
The frame name (object of the target attribute).
String
The name of the element (for backwards compatibility).
String
Form control or object name when submitted with a form.
String
Names the map (for use with usemap).
String
Meta information name.
String
Form control or object name when submitted with a form.
String
The name of a run-time parameter.
String
Form control or object name when submitted with a form.
String
Form control or object name when submitted with a form.
String
The value of the "object" attribute.
String
URI [IETF RFC 2396] designating a metadata profile.
String
The prompt message.
String
Returns the URI [IETF RFC 2396] of the page that linked to this page.
String
Forward link type.
String
Forward link type.
String
Reverse link type.
String
Reverse link type.
String
The number of rows of frames in the frameset.
String
Specifies which internal table borders to render.
String
Select form of content.
String
Scope covered by header cells.
String
Specify whether or not the frame should have scrollbars.
String
Specify whether or not the frame should have scrollbars.
String
The shape of the active area.
String
The shape of the active area.
String
Font size.
String
The height of the rule.
String
A URI [IETF RFC 2396] designating the initial frame contents.
String
A URI [IETF RFC 2396] designating the initial frame contents.
String
URI [IETF RFC 2396] designating the source of this image.
String
When the type attribute has the value "image", this attribute specifies the location of the image to be used to decorate the graphical submit button.
String
URI [IETF RFC 2396] designating an external script.
String
Message to render while loading the object.
String
Description about the purpose or structure of a table.
String
Frame to render the resource in.
String
Frame to render the resource in.
String
The default target frame.
String
Frame to render the resource in.
String
Frame to render the resource in.
String
Document text color.
String
The text contained within the option element.
String
The script content of the element.
String
The specified title as a string.
String
The title of a document as specified by the TITLE element in the head of the document.
String
The element's advisory title.
String
Advi