Skip navigation links
J avolution Backport v5.6.9 (J2SE 1.5+)
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

W

warning(CharSequence) - Static method in class javolution.context.LogContext
Logs the specified warning message.
warning(Object) - Static method in class javolution.context.LogContext
Equivalent to LogContext.warning(CharSequence) except that formatting is done only if warning is logged.
warning(Object...) - Static method in class javolution.context.LogContext
Equivalent to LogContext.warning(CharSequence) except that formatting is done only if warning is logged.
warning(SAXParseException) - Method in class javolution.xml.sax.DefaultHandler
Receives notification of a warning.
warning(SAXParseException) - Method in interface org.xml.sax.ErrorHandler
Receive notification of a warning.
warning(SAXParseException) - Method in class org.xml.sax.HandlerBase
Deprecated.
Receive notification of a parser warning.
WebServiceClient - Class in javolution.xml.ws
This class provides a simple web service client capable of leveraging Javolution XML marshalling/unmarshalling.
WebServiceClient() - Constructor for class javolution.xml.ws.WebServiceClient
Default constructor (address not set).
WHITESPACES - Static variable in class javolution.text.CharSet
Represents white spaces characters according to Java (see Character.isWhitespace(char)).
write(char) - Method in class javolution.io.AppendableWriter
Writes a single character.
write(int) - Method in class javolution.io.AppendableWriter
Writes the 16 low-order bits of the given integer value; the 16 high-order bits are ignored.
write(char[], int, int) - Method in class javolution.io.AppendableWriter
Writes a portion of an array of characters.
write(String, int, int) - Method in class javolution.io.AppendableWriter
Writes a portion of a string.
write(CharSequence) - Method in class javolution.io.AppendableWriter
Writes the specified character sequence.
write(OutputStream) - Method in class javolution.io.Struct
Writes this struct to the specified output stream (convenience method when using Stream I/O).
write(char) - Method in class javolution.io.UTF8ByteBufferWriter
Writes a single character.
write(int) - Method in class javolution.io.UTF8ByteBufferWriter
Writes a character given its 31-bits Unicode.
write(char[], int, int) - Method in class javolution.io.UTF8ByteBufferWriter
Writes a portion of an array of characters.
write(String, int, int) - Method in class javolution.io.UTF8ByteBufferWriter
Writes a portion of a string.
write(CharSequence) - Method in class javolution.io.UTF8ByteBufferWriter
Writes the specified character sequence.
write(char) - Method in class javolution.io.UTF8StreamWriter
Writes a single character.
write(int) - Method in class javolution.io.UTF8StreamWriter
Writes a character given its 31-bits Unicode.
write(char[], int, int) - Method in class javolution.io.UTF8StreamWriter
Writes a portion of an array of characters.
write(String, int, int) - Method in class javolution.io.UTF8StreamWriter
Writes a portion of a string.
write(CharSequence) - Method in class javolution.io.UTF8StreamWriter
Writes the specified character sequence.
write(T, XMLFormat.OutputElement) - Method in class javolution.xml.XMLFormat
Formats an object into the specified XML output element.
write(Object) - Method in class javolution.xml.XMLObjectWriter
Writes the specified object as an anonymous nested element of unknown type.
write(Object, String) - Method in class javolution.xml.XMLObjectWriter
Writes the specified object as a named nested element of unknown type (null objects are ignored).
write(Object, String, String) - Method in class javolution.xml.XMLObjectWriter
Writes the specified object as a fully qualified nested element of unknown type (null objects are ignored).
write(T, String, Class<T>) - Method in class javolution.xml.XMLObjectWriter
Writes the specified object as a named nested element of actual type known (null objects are ignored).
write(T, String, String, Class<T>) - Method in class javolution.xml.XMLObjectWriter
Writes the specified object as a fully qualified nested element of actual type known (null objects are ignored).
writeAttribute(CharSequence, CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes an attribute to the output stream without a prefix.
writeAttribute(CharSequence, CharSequence, CharSequence, CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes an attribute to the output stream.
writeAttribute(CharSequence, CharSequence, CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes an attribute to the output stream.
writeAttribute(CharSequence, CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeAttribute(CharSequence, CharSequence, CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeAttribute(CharSequence, CharSequence, CharSequence, CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeBits(long, int, int) - Method in class javolution.io.Struct
Writes the specified bits into this Struct.
writeCData(CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes a CData section.
writeCData(CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeCharacters(CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes text to the output.
writeCharacters(char[], int, int) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes text to the output.
writeCharacters(CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeCharacters(char[], int, int) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeClass(Class, XMLStreamWriter, boolean) - Method in class javolution.xml.XMLBinding
Writes the specified class to the current XML element attributes or to a new element if the element attributes cannot be used.
writeComment(CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes an xml comment with the data enclosed.
writeComment(CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeDefaultNamespace(CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes the default namespace to the stream.
writeDefaultNamespace(CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeDTD(CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes a DTD section (representing the entire doctypedecl production from the XML 1.0 specification).
writeDTD(CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeEmptyElement(CharSequence, CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes an empty element tag to the output.
writeEmptyElement(CharSequence, CharSequence, CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes an empty element tag to the output.
writeEmptyElement(CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes an empty element tag to the output.
writeEmptyElement(CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeEmptyElement(CharSequence, CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeEmptyElement(CharSequence, CharSequence, CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeEndDocument() - Method in interface javolution.xml.stream.XMLStreamWriter
Closes any start tags and writes corresponding end tags.
writeEndDocument() - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeEndElement() - Method in interface javolution.xml.stream.XMLStreamWriter
Writes an end tag to the output relying on the internal state of the writer to determine the prefix and local name of the event.
writeEndElement() - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeEntityRef(CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes an entity reference
writeEntityRef(CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeLock - Variable in class javolution.util.internal.ReadWriteLockImpl
 
writeLock() - Method in class javolution.util.internal.ReadWriteLockImpl
 
WriteLock() - Constructor for class javolution.util.internal.ReadWriteLockImpl.WriteLock
 
writeNamespace(CharSequence, CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes a namespace to the output stream.
writeNamespace(CharSequence, CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeProcessingInstruction(CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes a processing instruction.
writeProcessingInstruction(CharSequence, CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes a processing instruction
writeProcessingInstruction(CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeProcessingInstruction(CharSequence, CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeReference(Object, XMLFormat.OutputElement) - Method in class javolution.xml.XMLReferenceResolver
Writes a reference to the specified object into the specified XML element.
writeRequest(XMLObjectWriter) - Method in class javolution.xml.ws.WebServiceClient
Writes the web service request (SOAP body).
writeStartDocument() - Method in interface javolution.xml.stream.XMLStreamWriter
Writes the XML Declaration.
writeStartDocument(CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes the XML Declaration.
writeStartDocument(CharSequence, CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes the XML Declaration.
writeStartDocument() - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeStartDocument(CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeStartDocument(CharSequence, CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeStartElement(CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes a start tag to the output.
writeStartElement(CharSequence, CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes a start tag to the output.
writeStartElement(CharSequence, CharSequence, CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes a start tag to the output.
writeStartElement(CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeStartElement(CharSequence, CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeStartElement(CharSequence, CharSequence, CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links
J avolution Backport v5.6.9 (J2SE 1.5+)

Copyright © 2005 - 2007 Javolution.