| Modifier and Type | Method and Description |
|---|---|
static String |
Base64Helper.safeEncode(String s,
String sCharset)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
LoggingLRUCache.getCacheName() |
String |
AbstractCache.getName() |
| Constructor and Description |
|---|
AbstractCache(String sCacheName) |
LoggingLRUCache(String sCacheName,
int nMaxSize) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
LoggingExceptionHandler.getLogMessage(Throwable t)
Get the text to be logged for a certain exception
|
| Modifier and Type | Method and Description |
|---|---|
String |
ChangeLog.getComponent() |
String |
EChangeLogCategory.getID() |
String |
EChangeLogAction.getID() |
String |
ChangeLog.getOriginalVersion() |
| Constructor and Description |
|---|
ChangeLog(String sVersion,
String sComponent)
Constructor.
|
ChangeLog(String sVersion,
String sComponent)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
EUnicodeBOM.getBytes() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
CharsetManager.getAsBytes(String sText,
String sCharsetName)
Deprecated.
|
static String |
CharsetManager.getAsString(byte[] aBuffer,
int nOfs,
int nLength,
String sCharsetName)
Deprecated.
|
static String |
CharsetManager.getAsString(byte[] aBuffer,
String sCharsetName)
Deprecated.
|
static String |
CharsetManager.getAsStringInOtherCharset(String sText,
String sCurrentCharset,
String sNewCharset)
Deprecated.
|
static String |
CharsetManager.getAsStringInOtherCharset(String sText,
String sCurrentCharset,
String sNewCharset)
Deprecated.
|
static Charset |
CharsetManager.getCharsetFromName(String sCharsetName)
Resolve the charset by the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
AbstractRFC1522Codec.getRFC1522Encoding()
Returns the codec name (referred to as encoding in the RFC 1522).
|
| Constructor and Description |
|---|
ExtendedDefaultThreadFactory(String sPoolPrefix) |
| Modifier and Type | Method and Description |
|---|---|
void |
IThreadDeadlockListener.onDeadlockDetected(ThreadDeadlockInfo[] aDeadlockedThreads)
Callback to be invoked on a deadlock
|
| Modifier and Type | Method and Description |
|---|---|
String |
IResourceError.getAsString(Locale aDisplayLocale)
Get the error as a string representation, including error ID, error
location, error text and the linked exception.
|
String |
EErrorLevel.getID() |
| Modifier and Type | Method and Description |
|---|---|
static char[] |
CodepointUtils.getAsCharArray(int c)
Return the char[] representation of the codepoint, automatically dealing
with surrogate pairs
|
String |
Codepoint.getAsString() |
static String |
CodepointUtils.getAsString(int c)
Return the String representation of the codepoint, automatically dealing
with surrogate pairs
|
| Modifier and Type | Method and Description |
|---|---|
static String |
FilenameHelper.getAsSecureValidASCIIFilename(String sFilename)
Replace all non-ASCII characters from the filename (e.g.
|
static String |
FilenameHelper.getAsSecureValidFilename(String sFilename)
Convert the passed filename into a valid filename by performing the
following actions:
Remove everything after a potential \0 character
Remove all characters that are invalid at the end of a file name
Replace all characters that are invalid inside a filename with a
underscore
If the filename is invalid on Windows platforms it is prefixed with an
underscore.
|
String |
ERandomAccessFileMode.getMode() |
| Modifier and Type | Method and Description |
|---|---|
String |
FilenameFilterEndsWith.getSuffix() |
| Constructor and Description |
|---|
FilenameFilterEndsWith(String sSuffix) |
FilenameFilterEquals(String sFilename) |
FilenameFilterEqualsIgnoreCase(String sFilename) |
FilenameFilterMatchAnyRegEx(String... aRegExs) |
FilenameFilterMatchAnyRegEx(String sRegEx) |
FilenameFilterMatchNoRegEx(String... aRegExs) |
FilenameFilterMatchNoRegEx(String sRegEx) |
FilenameFilterNotEquals(String sFilename) |
FilenameFilterStartsWith(String sPrefix) |
| Modifier and Type | Method and Description |
|---|---|
static IIterableIterator<File> |
FileSystemRecursiveIterator.create(File fBaseDir,
FileFilter... aFileFilters)
Create a new iterator that recursively descends into sub-directories
starting from the given base directory.
|
static IIterableIterator<File> |
FileSystemRecursiveIterator.create(File fBaseDir,
FilenameFilter... aFilenameFilters)
Create a new iterator that recursively descends into sub-directories
starting from the given base directory.
|
static IIterableIterator<File> |
FileSystemRecursiveIterator.create(String sBaseDir,
FileFilter... aFileFilters)
Create a new iterator that recursively descends into sub-directories
starting from the given base directory.
|
static IIterableIterator<File> |
FileSystemRecursiveIterator.create(String sBaseDir,
FilenameFilter... aFilenameFilters)
Create a new iterator that recursively descends into sub-directories
starting from the given base directory.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ClassPathResource.getPath() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ClassPathResource.canRead(String sPath) |
static boolean |
ClassPathResource.canRead(String sPath,
ClassLoader aClassLoader) |
static File |
ClassPathResource.getAsFile(String sPath)
Get the file for the specified path using automatic class loader handling.
|
static File |
ClassPathResource.getAsFile(String sPath,
ClassLoader aClassLoader) |
static URL |
ClassPathResource.getAsURL(String sPath)
Get the URL for the specified path using automatic class loader handling.
|
static URL |
ClassPathResource.getAsURL(String sPath,
ClassLoader aClassLoader)
Get the input stream of the passed resource using the specified class
loader only.
|
static InputStream |
ClassPathResource.getInputStream(String sPath)
Get the input stream for the specified path using automatic class loader
handling.
|
static InputStream |
ClassPathResource.getInputStream(String sPath,
ClassLoader aClassLoader)
Get the input stream of the passed resource using the specified class
loader only.
|
static Reader |
FileSystemResource.getReader(File aFile,
String sCharset)
Deprecated.
|
Reader |
FileSystemResource.getReader(String sCharset)
Deprecated.
|
static Writer |
FileSystemResource.getWriter(File aFile,
String sCharset,
EAppend eAppend)
Deprecated.
|
Writer |
FileSystemResource.getWriter(String sCharset,
EAppend eAppend)
Deprecated.
|
| Constructor and Description |
|---|
ClassPathResource(String sPath)
Create a new class path resource, using the specified path.
|
ClassPathResource(String sPath,
ClassLoader aClassLoader)
Create a new class path resource using the specified path and class loader
(optional).
|
| Constructor and Description |
|---|
StringInputStreamProvider(char[] aChars,
int nOfs,
int nLen,
String sCharset)
Deprecated.
|
StringInputStreamProvider(char[] aChars,
String sCharset)
Deprecated.
|
StringInputStreamProvider(CharSequence aData,
String sCharset)
Deprecated.
|
StringInputStreamProvider(String sData,
String sCharset)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ESuccess |
StreamUtils.copyInputStreamToOutputStream(InputStream aIS,
OutputStream aOS,
byte[] aBuffer,
MutableLong aCopyByteCount)
Pass the content of the given input stream to the given output stream.
|
static ESuccess |
StreamUtils.copyInputStreamToOutputStream(InputStream aIS,
OutputStream aOS,
byte[] aBuffer,
MutableLong aCopyByteCount,
Long aLimit)
Pass the content of the given input stream to the given output stream.
|
static ESuccess |
StreamUtils.copyReaderToWriter(Reader aReader,
Writer aWriter,
char[] aBuffer,
MutableLong aCopyCharCount)
Pass the content of the given reader to the given writer.
|
static ESuccess |
StreamUtils.copyReaderToWriter(Reader aReader,
Writer aWriter,
char[] aBuffer,
MutableLong aCopyCharCount,
Long aLimit)
Pass the content of the given reader to the given writer.
|
static String |
StreamUtils.getAllBytesAsString(IInputStreamProvider aISP,
Charset aCharset)
Read all bytes from the passed input stream into a string.
|
static String |
StreamUtils.getAllBytesAsString(IInputStreamProvider aISP,
String sCharset)
Deprecated.
|
static String |
StreamUtils.getAllBytesAsString(InputStream aIS,
Charset aCharset)
Read all bytes from the passed input stream into a string.
|
static String |
StreamUtils.getAllBytesAsString(InputStream aIS,
String sCharset)
Deprecated.
|
static List<String> |
StreamUtils.readStreamLines(IInputStreamProvider aISP,
String sCharset)
Deprecated.
|
static List<String> |
StreamUtils.readStreamLines(IInputStreamProvider aISP,
String sCharset,
int nLinesToSkip,
int nLinesToRead)
Deprecated.
|
static List<String> |
StreamUtils.readStreamLines(InputStream aIS,
Charset aCharset)
Get the content of the passed stream as a list of lines in the passed
character set.
|
static void |
StreamUtils.readStreamLines(InputStream aIS,
Charset aCharset,
INonThrowingRunnableWithParameter<String> aLineCallback)
Read the complete content of the passed stream and pass each line
separately to the passed callback.
|
static void |
StreamUtils.readStreamLines(InputStream aIS,
Charset aCharset,
int nLinesToSkip,
int nLinesToRead,
INonThrowingRunnableWithParameter<String> aLineCallback)
Read the content of the passed stream line by line and invoking a callback
on all matching lines.
|
static List<String> |
StreamUtils.readStreamLines(InputStream aIS,
String sCharset)
Deprecated.
|
static void |
StreamUtils.readStreamLines(InputStream aIS,
String sCharset,
INonThrowingRunnableWithParameter<String> aLineCallback)
Deprecated.
|
static List<String> |
StreamUtils.readStreamLines(InputStream aIS,
String sCharset,
int nLinesToSkip,
int nLinesToRead)
Deprecated.
|
static void |
StreamUtils.readStreamLines(InputStream aIS,
String sCharset,
int nLinesToSkip,
int nLinesToRead,
INonThrowingRunnableWithParameter<String> aLineCallback)
Deprecated.
|
static void |
StreamUtils.readStreamLines(InputStream aIS,
String sCharset,
List<String> aTargetList)
Deprecated.
|
static ESuccess |
StreamUtils.writeStream(OutputStream aOS,
String sContent,
String sCharset)
Deprecated.
|
| Constructor and Description |
|---|
ByteBuffersInputStream(ByteBuffer... aBuffers)
Constructor
|
StringInputStream(String sInput,
String sCharset)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<IReadableResource> |
AbstractJAXBMarshaller.getOriginalXSDs() |
| Modifier and Type | Method and Description |
|---|---|
static String |
ObjectNameUtils.getDefaultJMXDomain() |
| Modifier and Type | Method and Description |
|---|---|
static ObjectName |
ObjectNameUtils.create(Hashtable<String,String> aParams) |
static ObjectName |
ObjectNameUtils.create(Map<String,String> aParams) |
static void |
ObjectNameUtils.setDefaultJMXDomain(String sDefaultJMXDomain)
Set the default JMX domain
|
| Modifier and Type | Method and Description |
|---|---|
static String |
CGStringHelper.getObjectAddress(Object aObject)
Get the hex representation of the passed object's address.
|
| Modifier and Type | Method and Description |
|---|---|
static <DATATYPE> void |
CombinationGenerator.addAllPermutations(List<DATATYPE> aInput,
int nSlotCount,
Collection<List<DATATYPE>> aResultList)
Fill a list with all permutations of the input elements.
|
static <DATATYPE> List<List<DATATYPE>> |
CombinationGenerator.getAllPermutations(List<DATATYPE> aInput,
int nSlotCount)
Get a list of all permutations of the input elements.
|
| Constructor and Description |
|---|
CombinationGenerator(List<DATATYPE> aElements,
int nSlotCount)
Ctor
|
| Modifier and Type | Method and Description |
|---|---|
String |
EMessageDigestAlgorithm.getAlgorithm() |
byte[] |
MessageDigestValue.getDigestBytes() |
String |
MessageDigestValue.getDigestString() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
MessageDigestGeneratorHelper.getDigest(byte[] aContent,
EMessageDigestAlgorithm... aAlgorithms) |
static byte[] |
MessageDigestGeneratorHelper.getDigest(byte[] aContent,
int nOfs,
int nLength,
EMessageDigestAlgorithm... aAlgorithms) |
static byte[] |
MessageDigestGeneratorHelper.getDigest(EMessageDigestAlgorithm eAlgorithm,
String sText,
String sCharset)
Deprecated.
|
static byte[] |
MessageDigestGeneratorHelper.getDigest(String sContent,
Charset aCharset,
EMessageDigestAlgorithm... aAlgorithms) |
static byte[] |
MessageDigestGeneratorHelper.getDigest(String sContent,
String sCharset,
EMessageDigestAlgorithm... aAlgorithms)
Deprecated.
|
static byte[] |
MessageDigestGeneratorHelper.getDigest(String sContent,
String sCharset,
EMessageDigestAlgorithm... aAlgorithms)
Deprecated.
|
static byte[] |
MessageDigestGeneratorHelper.getDigestFromInputStream(InputStream aIS,
EMessageDigestAlgorithm... aAlgorithms)
Create a hash value from the complete input stream.
|
IMessageDigestGenerator |
AbstractMessageDigestGenerator.update(String aValue,
String sCharset)
Deprecated.
|
| Constructor and Description |
|---|
MessageDigestGenerator(EMessageDigestAlgorithm... aAlgorithms)
Create a hash generator with a set of possible algorithms to use.
|
MessageDigestValue(EMessageDigestAlgorithm eAlgorithm,
byte[] aDigestBytes) |
NonBlockingMessageDigestGenerator(EMessageDigestAlgorithm... aAlgorithms)
Create a hash generator with a set of possible algorithms to use.
|
| Modifier and Type | Method and Description |
|---|---|
String |
IHasElementName.getElementName() |
String |
EMicroEvent.getID() |
String |
IMicroEntityReference.getName() |
String |
IMicroNode.getNodeName() |
| Modifier and Type | Method and Description |
|---|---|
IMicroElement |
IMicroNode.appendElement(String sTagName)
Append an element without namespace to this node.
|
IMicroElement |
IMicroNode.appendElement(String sNamespaceURI,
String sTagName)
Append an element with namespace to this node.
|
IMicroProcessingInstruction |
IMicroNode.appendProcessingInstruction(String sTarget,
String sData)
Append a processing instruction to this node.
|
| Modifier and Type | Method and Description |
|---|---|
static IMicroElement |
MicroTypeConverter.convertToMicroElement(Object aObject,
String sTagName) |
static IMicroElement |
MicroTypeConverter.convertToMicroElement(Object aObject,
String sNamespaceURI,
String sTagName) |
IMicroElement |
IMicroTypeConverter.convertToMicroElement(Object aObject,
String sNamespaceURI,
String sTagName)
Convert the passed object to a micro element using the specified tag name
|
| Modifier and Type | Method and Description |
|---|---|
IMicroElement |
StringMicroTypeConverter.convertToMicroElement(Object aObject,
String sNamespaceURI,
String sTagName) |
IMicroElement |
StringBasedMicroTypeConverter.convertToMicroElement(Object aObject,
String sNamespaceURI,
String sTagName) |
| Modifier and Type | Method and Description |
|---|---|
String |
MicroEntityReference.getName() |
String |
MicroText.getNodeName() |
String |
MicroProcessingInstruction.getNodeName() |
String |
MicroEntityReference.getNodeName() |
String |
MicroElement.getNodeName() |
String |
MicroComment.getNodeName() |
String |
MicroCDATA.getNodeName() |
String |
MicroProcessingInstruction.getNodeValue() |
String |
MicroEntityReference.getNodeValue() |
| Modifier and Type | Method and Description |
|---|---|
IMicroElement |
AbstractMicroNode.appendElement(String sTagName) |
IMicroElement |
AbstractMicroNode.appendElement(String sNamespaceURI,
String sTagName) |
IMicroEntityReference |
AbstractMicroNode.appendEntityReference(String sName) |
IMicroProcessingInstruction |
AbstractMicroNode.appendProcessingInstruction(String sTarget,
String sData) |
MicroElement |
MicroElement.setAttribute(String sAttrName,
String sAttrValue) |
| Constructor and Description |
|---|
MicroElement(String sTagName) |
MicroElement(String sNamespaceURI,
String sTagName) |
MicroEntityReference(String sName) |
MicroProcessingInstruction(String sTarget) |
MicroProcessingInstruction(String sTarget,
String sData) |
| Constructor and Description |
|---|
MicroDOMInputStreamProvider(IMicroNode aNode,
String sCharset)
Deprecated.
|
| Constructor and Description |
|---|
ChildrenProviderElementWithName(String sTagName) |
ChildrenProviderElementWithName(String sNamespaceURI,
String sTagName) |
| Modifier and Type | Method and Description |
|---|---|
String |
MimeType.getAsString() |
String |
MimeType.getAsString(EMimeQuoting eQuotingAlgorithm) |
String |
IMimeType.getAsString(EMimeQuoting eQuotingAlgorithm)
Get the MIME type including all parameters as a single string.
|
String |
IMimeType.getAsStringWithoutParameters() |
String |
MimeTypeParameter.getAttribute() |
byte[] |
MimeTypeContent.getContentBytes() |
String |
MimeType.getContentSubType() |
String |
EMimeContentType.getID() |
abstract String |
EMimeQuoting.getQuotedString(String sUnquotedString) |
String |
EMimeContentType.getText() |
abstract String |
EMimeQuoting.getUnquotedString(String sQuotedString) |
String |
MimeTypeParameter.getValue() |
String |
MimeTypeParameter.getValueQuotedIfNecessary(EMimeQuoting eQuotingAlgorithm) |
| Modifier and Type | Method and Description |
|---|---|
MimeType |
MimeType.addParameter(String sAttribute,
String sValue)
Add a parameter.
|
MimeType |
MimeType.addParameter(String sAttribute,
String sValue)
Add a parameter.
|
MimeType |
EMimeContentType.buildMimeType(String sContentSubType)
Build a new
MimeType based on this MIME content type and the
provided sub type. |
static IMimeType |
MimeTypeDeterminator.getMimeTypeFromString(String s,
String sCharsetName)
Deprecated.
|
abstract String |
EMimeQuoting.getQuotedString(String sUnquotedString) |
abstract String |
EMimeQuoting.getUnquotedString(String sQuotedString) |
| Constructor and Description |
|---|
MimeType(EMimeContentType eContentType,
String sContentSubType)
Constructor without parameters.
|
MimeType(EMimeContentType eContentType,
String sContentSubType,
Collection<? extends MimeTypeParameter> aParameters)
Constructor without parameters.
|
MimeTypeContent(byte[] aContentBytes,
IMimeType aMimeType)
Constructor
|
MimeTypeParameter(String sAttribute,
String sValue)
Constructor.
|
MimeTypeParameter(String sAttribute,
String sValue)
Constructor.
|
| Constructor and Description |
|---|
HasDisplayTextWithArgs(IHasDisplayText aParentText,
Object... aArgs) |
| Constructor and Description |
|---|
PrivilegedActionSystemGetProperty(String sKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
RegExPattern.getRegEx() |
| Modifier and Type | Method and Description |
|---|---|
static Pattern |
RegExPool.getPattern(String sRegEx)
Get the cached regular expression pattern.
|
static Pattern |
RegExPool.getPattern(String sRegEx,
int nOptions)
Get the cached regular expression pattern.
|
| Constructor and Description |
|---|
RegExPattern(String sRegEx) |
RegExPattern(String sRegEx,
int nOptions) |
| Modifier and Type | Method and Description |
|---|---|
String |
ETriState.getID() |
| Modifier and Type | Method and Description |
|---|---|
String |
IStatisticsHandler.getAsString() |
| Modifier and Type | Method and Description |
|---|---|
static IStatisticsHandlerCache |
StatisticsManager.getCacheHandler(String sName) |
static IStatisticsHandlerCounter |
StatisticsManager.getCounterHandler(String sName) |
static IStatisticsHandlerKeyedCounter |
StatisticsManager.getKeyedCounterHandler(String sName) |
static IStatisticsHandlerKeyedSize |
StatisticsManager.getKeyedSizeHandler(String sName) |
static IStatisticsHandlerKeyedTimer |
StatisticsManager.getKeyedTimerHandler(String sName) |
static IStatisticsHandlerSize |
StatisticsManager.getSizeHandler(String sName) |
static IStatisticsHandlerTimer |
StatisticsManager.getTimerHandler(String sName) |
| Modifier and Type | Method and Description |
|---|---|
static int |
StringHelper.getReplaceMultipleResultLength(char[] aInputString,
char[] aSearchChars,
char[][] aReplacementStrings)
Get the result length (in characters) when replacing all patterns with the
replacements on the passed input array.
|
static int |
StringHelper.getReplaceMultipleResultLength(char[] aInputString,
char[] aSearchChars,
char[][] aReplacementStrings)
Get the result length (in characters) when replacing all patterns with the
replacements on the passed input array.
|
| Modifier and Type | Method and Description |
|---|---|
String |
EOperatingSystem.getDisplayName() |
String |
ENewLineMode.getText() |
| Modifier and Type | Method and Description |
|---|---|
String |
ResourceBundleKey.getBundleName() |
String |
ResourceBundleKey.getKey() |
| Constructor and Description |
|---|
ResourceBundleKey(String sBundleName,
String sKey) |
ResourceBundleKey(String sBundleName,
String sKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
ThirdPartyModule.getCopyrightOwner() |
String |
ThirdPartyModule.getDisplayName() |
String |
ELicense.getDisplayName() |
String |
CustomLicense.getDisplayName() |
String |
ELicense.getID() |
String |
CustomLicense.getID() |
| Constructor and Description |
|---|
CustomLicense(String sID,
String sName,
Version aVersion,
String sURL)
Create a custom license.
|
CustomLicense(String sID,
String sName,
Version aVersion,
String sURL)
Create a custom license.
|
ThirdPartyModule(String sDisplayName,
String sCopyrightOwner,
ILicense aLicense) |
ThirdPartyModule(String sDisplayName,
String sCopyrightOwner,
ILicense aLicense) |
ThirdPartyModule(String sDisplayName,
String sCopyrightOwner,
ILicense aLicense,
boolean bOptional) |
ThirdPartyModule(String sDisplayName,
String sCopyrightOwner,
ILicense aLicense,
boolean bOptional) |
ThirdPartyModule(String sDisplayName,
String sCopyrightOwner,
ILicense aLicense,
Version aVersion,
String sWebsiteURL) |
ThirdPartyModule(String sDisplayName,
String sCopyrightOwner,
ILicense aLicense,
Version aVersion,
String sWebsiteURL) |
ThirdPartyModule(String sDisplayName,
String sCopyrightOwner,
ILicense aLicense,
Version aVersion,
String sWebsiteURL,
boolean bOptional) |
ThirdPartyModule(String sDisplayName,
String sCopyrightOwner,
ILicense aLicense,
Version aVersion,
String sWebsiteURL,
boolean bOptional) |
| Modifier and Type | Method and Description |
|---|---|
static <DATATYPE> MicroTypeConverterTreeXML<DATATYPE> |
MicroTypeConverterTreeXML.create(String sElementName,
Class<? extends DATATYPE> aNativeClass)
Factory method.
|
static <DATATYPE> MicroTypeConverterTreeXML<DATATYPE> |
MicroTypeConverterTreeXML.create(String sNamespaceURI,
String sElementName,
Class<? extends DATATYPE> aNativeClass)
Factory method
|
| Constructor and Description |
|---|
MicroTypeConverterTreeXML(String sElementName,
Class<? extends DATATYPE> aNativeClass)
Constructor
|
MicroTypeConverterTreeXML(String sNamespaceURI,
String sElementName,
Class<? extends DATATYPE> aNativeClass)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
EBaseType.getID() |
String |
ObjectType.getObjectTypeName() |
| Constructor and Description |
|---|
ObjectType(String sName) |
| Modifier and Type | Method and Description |
|---|---|
String |
TypeConverterException.EReason.getMessage(Class<?> aDstClass) |
String |
TypeConverterException.EReason.getMessage(Class<?> aSrcClass,
Class<?> aDstClass) |
| Modifier and Type | Method and Description |
|---|---|
String |
URLProtocol.getProtocol() |
String |
IURLProtocol.getProtocol() |
String |
EURLProtocol.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
SimpleURL |
SimpleURL.add(String sKey)
Add a parameter without a value
|
SimpleURL |
SimpleURL.add(String sKey,
BigInteger aValue) |
SimpleURL |
SimpleURL.add(String sKey,
int nValue) |
SimpleURL |
SimpleURL.add(String sKey,
long nValue) |
SimpleURL |
SimpleURL.add(String sKey,
String sValue) |
SimpleURL |
SimpleURL.addIfNonNull(String sKey,
String sValue) |
String |
ISimpleURL.getAsStringWithEncodedParameters(String sCharset)
Deprecated.
|
String |
AbstractSimpleURL.getAsStringWithEncodedParameters(String sParameterCharset)
Deprecated.
|
ISimpleURL |
IURIToURLConverter.getAsURL(String sURI)
Convert the passed URI to a URL.
|
static String |
URLUtils.urlDecode(String sValue,
String sCharset)
URL-decode the passed value automatically handling charset issues.
|
static String |
URLUtils.urlEncode(String sValue,
String sCharset)
URL-encode the passed value automatically handling charset issues.
|
| Constructor and Description |
|---|
URLProtocol(String sProtocol,
boolean bAllowsForQueryParameters) |
| Modifier and Type | Method and Description |
|---|---|
static void |
VendorInfo.setVendorEmail(String sVendorEmail) |
static void |
VendorInfo.setVendorLocation(String sVendorLocation) |
static void |
VendorInfo.setVendorName(String sVendorName) |
static void |
VendorInfo.setVendorURL(String sVendorURL) |
| Modifier and Type | Method and Description |
|---|---|
String |
EXMLCharMode.getID() |
String |
EXMLParserProperty.getName() |
String |
EXMLParserFeature.getName() |
String |
FilterElementWithTagName.getTagName() |
String |
EXMLParserProperty.getValueClassName() |
String |
EXMLVersion.getVersion() |
| Modifier and Type | Method and Description |
|---|---|
static IIterableIterator<Element> |
XMLHelper.getChildElementIteratorNoNS(Node aStartNode,
String sTagName)
Get an iterator over all child elements that have no namespace and the
desired tag name.
|
static IIterableIterator<Element> |
XMLHelper.getChildElementIteratorNS(Node aStartNode,
String sNamespaceURI,
String sLocalName) |
static int |
XMLHelper.getDirectChildElementCountNoNS(Element aParent,
String sTagName) |
static int |
XMLHelper.getDirectChildElementCountNS(Element aParent,
String sNamespaceURI,
String sLocalName) |
abstract void |
EXMLIncorrectCharacterHandling.notifyOnInvalidXMLCharacter(String sText,
Set<Character> aInvalidChars)
Called in case XML data contains an invalid character
|
| Constructor and Description |
|---|
FilterElementWithNamespaceAndLocalName(String sNamespaceURI,
String sLocalName) |
FilterElementWithTagName(String sTagName) |
| Modifier and Type | Method and Description |
|---|---|
String |
EXMLDOMFeatureVersion.getID() |
String |
EXMLDOMFeature.getID() |
String |
EXMLDOMFeature.getPlusFeature() |
| Modifier and Type | Method and Description |
|---|---|
protected IReadableResource |
SimpleLSResourceResolver.internalResolveResource(String sType,
String sNamespaceURI,
String sPublicId,
String sSystemId,
String sBaseURI) |
LSInput |
SimpleLSResourceResolver.resolveResource(String sType,
String sNamespaceURI,
String sPublicId,
String sSystemId,
String sBaseURI) |
| Modifier and Type | Method and Description |
|---|---|
MapBasedNamespaceContext |
MapBasedNamespaceContext.addMapping(String sPrefix,
String sNamespaceURI)
Add a new prefix to namespace mapping.
|
MapBasedNamespaceContext |
MapBasedNamespaceContext.setDefaultNamespaceURI(String sNamespaceURI)
Set the default namespace URL
|
| Constructor and Description |
|---|
SingleElementNamespaceContext(String sNamespaceURI)
Create a namespace context with the default (empty) prefix
|
SingleElementNamespaceContext(String sPrefix,
String sNamespaceURI) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
LoggingSAXErrorHandler.getErrorMessage(EErrorLevel eErrorLevel,
SAXParseException aException) |
| Modifier and Type | Method and Description |
|---|---|
Schema |
DefaultSchemaCache.getSchema(Collection<? extends IReadableResource> aResources)
Get a cached
Schema that consists of multiple resources. |
Schema |
DefaultSchemaCache.getSchema(IReadableResource... aResources)
Get a cached
Schema that consists of multiple resources. |
Validator |
DefaultSchemaCache.getValidator(Collection<? extends IReadableResource> aResources)
Get a new validator based on the
Schema that consists of multiple
resources. |
Validator |
DefaultSchemaCache.getValidator(IReadableResource... aResources)
Get a new validator based on the
Schema that consists of multiple
resources. |
static IResourceErrorGroup |
XMLSchemaValidationHelper.validate(IReadableResource[] aSchemas,
IReadableResource aXML) |
static IResourceErrorGroup |
XMLSchemaValidationHelper.validate(IReadableResource[] aSchemas,
Source aXML) |
static IResourceErrorGroup |
XMLSchemaValidationHelper.validate(IReadableResource aSchema,
Source aXML) |
| Modifier and Type | Method and Description |
|---|---|
static String |
XMLMaskHelper.getHTMLEntityReferenceString(char c)
Get the entity reference for the specified character.
|
String |
EXMLSerializeVersion.getID() |
String |
EXMLSerializeIndent.getID() |
String |
EXMLSerializeFormat.getID() |
String |
EXMLSerializeDocType.getID() |
String |
EXMLSerializeComments.getID() |
String |
XMLWriterSettings.getIndentationString() |
String |
IXMLWriterSettings.getIndentationString() |
protected String |
XMLLoggingExceptionHandler.getLogMessage(Throwable t) |
String |
XMLWriterSettings.getNewlineString() |
String |
IXMLWriterSettings.getNewlineString() |
static String |
XMLMaskHelper.getXML10EntityReferenceString(char c)
Get the entity reference for the specified character.
|
static String |
XMLMaskHelper.getXML11EntityReferenceString(char c)
Get the entity reference for the specified character.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSerializerPhloc.NamespaceStack.addNamespaceMapping(String sPrefix,
String sNamespaceURI) |
XMLWriterSettings |
XMLWriterSettings.setCharset(String sCharset)
Deprecated.
|
XMLWriterSettings |
XMLWriterSettings.setIndentationString(String sIndentationString) |
XMLWriterSettings |
XMLWriterSettings.setNewlineString(ENewLineMode eNewlineMode) |
XMLWriterSettings |
XMLWriterSettings.setNewlineString(String sNewlineString) |
| Constructor and Description |
|---|
DOMInputStreamProvider(Node aNode,
String sCharset)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static XPathExpression |
XPathHelper.createNewXPathExpresion(NamespaceContext aNamespaceContext,
String sXPath)
Create a new XPath expression for evaluation using the default
XPathFactory. |
static XPathExpression |
XPathHelper.createNewXPathExpresion(String sXPath)
Create a new XPath expression for evaluatio using the default
XPathFactoryn. |
static XPathExpression |
XPathHelper.createNewXPathExpresion(XPathFunctionResolver aFunctionResolver,
String sXPath)
Create a new XPath expression for evaluation using the default
XPathFactory. |
static XPathExpression |
XPathHelper.createNewXPathExpresion(XPath aXPath,
String sXPath)
Create a new XPath expression for evaluation.
|
static XPathExpression |
XPathHelper.createNewXPathExpresion(XPathVariableResolver aVariableResolver,
String sXPath)
Create a new XPath expression for evaluation using the default
XPathFactory. |
static XPathExpression |
XPathHelper.createNewXPathExpresion(XPathVariableResolver aVariableResolver,
XPathFunctionResolver aFunctionResolver,
NamespaceContext aNamespaceContext,
String sXPath)
Create a new XPath expression for evaluation using the default
XPathFactory. |
static Object |
XPathExpressionHelper.evalXPath(XPath aXPath,
String sXPath,
Document aDoc,
QName aReturnType) |
Copyright © 2006–2014 phloc systems. All rights reserved.