Appends all of the elements in the specified collection to the end of this list,
in the order that they are returned by the specified collection's iterator
(optional operation).
Adds all namespaces that are declared in the given element and all child elements
together with their prefixes to the provides namespace prefix mapper.
Appends the document type (DOCTYPE) line to the given writer using the
PUBLIC parameter if the given schameName is not null or the SYSTEM parameter
to just specify the DTD location.
Change the given frame's upper left corner coordinates, so that it will be
shown in the center of the screen according to the specified width
and height.
Change the given window's upper left corner coordinates, so that it will be
shown in the center of the screen according to the specified width
and height.
Initialize the new instance with the classpath from System property
"java.class.path" or from the Class-Path value in the manifest file of
the sole JAR file if the program was started with option -jar.
Returns a new instance with the string pattern and the selection,
if case should be ignored when comparing characters plus a wildcard
character for digits.
Whenever a component doesn't want to throw every exception and declare them
in their methods it is useful to give the exceptions to an exception handler.
Provides map wrapper that additionally implements the interface
AttributeReadWriteAccess to enable OSF generif search functionality on
the inner (wrapped) map.
This scanner starts at a specified base directory and collects information
about all contained files and sub directories and their contained files and
so on.
Returns the method with the specified name if it exists in the class
of the given object or any of its superclasses regardless the
method's visibility.
Determines if the class or interface represented by this ClassInfo object is
either the same as, or is a superclass or superinterface of, the class
or interface represented by the specified Class parameter.
Determines if the class or interface represented by the specified class parameter is
either the same as, or is a superclass or superinterface of, the class
or interface represented by this ClassInfo object.
Returns true if the given value is a string containing only digits
and optionally a leading minus ('-') and is in the range of a valid
integer Integer.MIN_VALUE <= value <= Integer.MAX_VALUE.
Returns true if the given filename specifies a file (or directory) on
the local file system using the URL syntax such as "file:/usr/bin/run"
or "file:\C:\temp\readme.txt.
Returns true if the given value is a string containing only digits
and optionally a leading minus ('-') and is in the range of a valid
long - Long.MIN_VALUE <= value <= Long.MAX_VALUE.
Supports conversion of a XML representation in org.pf.six.Element
to a DOM tree and vice versa as well as pretty printing of both kinds
of XML representations to Strings.