| Modifier and Type | Method and Description |
|---|---|
EChange |
IMutableCache.clearCache()
Remove all cached elements.
|
EChange |
AbstractCache.clearCache() |
EChange |
IMutableCache.removeFromCache(KEYTYPE aKey)
Remove the given key from the cache.
|
EChange |
AbstractCache.removeFromCache(KEYTYPE aKey) |
| Modifier and Type | Method and Description |
|---|---|
EChange |
CallbackList.removeAllCallbacks()
Remove all callbacks
|
EChange |
CallbackList.removeCallback(CALLBACKTYPE aCallback)
Remove the specified callback
|
| Modifier and Type | Method and Description |
|---|---|
EChange |
ChangeLogEntry.addIssue(String sIssue)
Add a new issue ID to this entry.
|
EChange |
ChangeLogEntry.setText(Locale aContentLocale,
String sText)
Set the change text of this entry in the specified locale.
|
| Modifier and Type | Method and Description |
|---|---|
static EChange |
CollectionHelper.removeElementAtIndex(List<?> aList,
int nIndex)
Remove the element at the specified index from the passed list.
|
| Modifier and Type | Method and Description |
|---|---|
EChange |
MapBasedAttributeContainer.clear() |
EChange |
MapBasedAttributeContainer.removeAttribute(KEYTYPE aName) |
EChange |
IMutableAttributeContainer.removeAttribute(KEYTYPE aName)
Remove the specified attribute from the container.
|
EChange |
MapBasedAttributeContainerAny.setAttribute(KEYTYPE aName,
boolean dValue) |
EChange |
IMutableAttributeContainerAny.setAttribute(KEYTYPE aName,
boolean bValue)
Set/overwrite an in attribute value.
|
EChange |
MapBasedAttributeContainerAny.setAttribute(KEYTYPE aName,
double dValue) |
EChange |
IMutableAttributeContainerAny.setAttribute(KEYTYPE aName,
double dValue)
Set/overwrite an in attribute value.
|
EChange |
MapBasedAttributeContainerAny.setAttribute(KEYTYPE aName,
int nValue) |
EChange |
IMutableAttributeContainerAny.setAttribute(KEYTYPE aName,
int nValue)
Set/overwrite an in attribute value.
|
EChange |
MapBasedAttributeContainerAny.setAttribute(KEYTYPE aName,
long nValue) |
EChange |
IMutableAttributeContainerAny.setAttribute(KEYTYPE aName,
long nValue)
Set/overwrite an in attribute value.
|
EChange |
MapBasedAttributeContainer.setAttribute(KEYTYPE aName,
VALUETYPE aValue) |
EChange |
IMutableAttributeContainer.setAttribute(KEYTYPE aName,
VALUETYPE aValue)
Set/overwrite an attribute value.
|
EChange |
MapBasedAttributeContainer.setAttributes(IAttributeContainer<? extends KEYTYPE,? extends VALUETYPE> aValues) |
EChange |
IMutableAttributeContainer.setAttributes(IAttributeContainer<? extends KEYTYPE,? extends VALUETYPE> aValues)
Set/overwrite an arbitrary number of attribute values.
|
EChange |
MapBasedAttributeContainer.setAttributes(Map<? extends KEYTYPE,? extends VALUETYPE> aValues) |
EChange |
IMutableAttributeContainer.setAttributes(Map<? extends KEYTYPE,? extends VALUETYPE> aValues)
Set/overwrite an arbitrary number of attribute values.
|
| Modifier and Type | Method and Description |
|---|---|
EChange |
IMultiMap.putAllIn(Map<? extends KEYTYPE,? extends VALUETYPE> aMap)
Add all values into the container identified by the passed key-value-map.
|
EChange |
AbstractMultiWeakHashMap.putAllIn(Map<? extends KEYTYPE,? extends VALUETYPE> aMap) |
EChange |
AbstractMultiTreeMap.putAllIn(Map<? extends KEYTYPE,? extends VALUETYPE> aMap) |
EChange |
AbstractMultiLinkedHashMap.putAllIn(Map<? extends KEYTYPE,? extends VALUETYPE> aMap) |
EChange |
AbstractMultiHashMap.putAllIn(Map<? extends KEYTYPE,? extends VALUETYPE> aMap) |
EChange |
AbstractMultiConcurrentHashMap.putAllIn(Map<? extends KEYTYPE,? extends VALUETYPE> aMap) |
EChange |
IMultiMapMapBased.putAllIn(Map<? extends KEYTYPE1,? extends Map<KEYTYPE2,VALUETYPE>> aMap)
Add all values into the container identified by the passed key-value-map.
|
EChange |
AbstractMultiTreeMapMapBased.putAllIn(Map<? extends KEYTYPE1,? extends Map<KEYTYPE2,VALUETYPE>> aMap) |
EChange |
AbstractMultiLinkedHashMapMapBased.putAllIn(Map<? extends KEYTYPE1,? extends Map<KEYTYPE2,VALUETYPE>> aMap) |
EChange |
AbstractMultiHashMapMapBased.putAllIn(Map<? extends KEYTYPE1,? extends Map<KEYTYPE2,VALUETYPE>> aMap) |
EChange |
IMultiMapMapBased.putSingle(KEYTYPE1 aKey,
KEYTYPE2 aInnerKey,
VALUETYPE aValue)
Add a single value into the container identified by the passed key.
|
EChange |
AbstractMultiTreeMapMapBased.putSingle(KEYTYPE1 aKey,
KEYTYPE2 aInnerKey,
VALUETYPE aValue) |
EChange |
AbstractMultiLinkedHashMapMapBased.putSingle(KEYTYPE1 aKey,
KEYTYPE2 aInnerKey,
VALUETYPE aValue) |
EChange |
AbstractMultiHashMapMapBased.putSingle(KEYTYPE1 aKey,
KEYTYPE2 aInnerKey,
VALUETYPE aValue) |
EChange |
IMultiMap.putSingle(KEYTYPE aKey,
VALUETYPE aValue)
Add a single value into the container identified by the passed key.
|
EChange |
AbstractMultiWeakHashMap.putSingle(KEYTYPE aKey,
VALUETYPE aValue) |
EChange |
AbstractMultiTreeMap.putSingle(KEYTYPE aKey,
VALUETYPE aValue) |
EChange |
AbstractMultiLinkedHashMap.putSingle(KEYTYPE aKey,
VALUETYPE aValue) |
EChange |
AbstractMultiHashMap.putSingle(KEYTYPE aKey,
VALUETYPE aValue) |
EChange |
AbstractMultiConcurrentHashMap.putSingle(KEYTYPE aKey,
VALUETYPE aValue) |
EChange |
IMultiMapListBased.putSingle(KEYTYPE aKey,
VALUETYPE aValue,
int nIndex)
Add a single value into the container identified by the passed key at the
specified index.
|
EChange |
AbstractMultiWeakHashMapListBased.putSingle(KEYTYPE aKey,
VALUETYPE aValue,
int nIndex) |
EChange |
AbstractMultiTreeMapListBased.putSingle(KEYTYPE aKey,
VALUETYPE aValue,
int nIndex) |
EChange |
AbstractMultiLinkedHashMapListBased.putSingle(KEYTYPE aKey,
VALUETYPE aValue,
int nIndex) |
EChange |
AbstractMultiHashMapListBased.putSingle(KEYTYPE aKey,
VALUETYPE aValue,
int nIndex) |
EChange |
AbstractMultiConcurrentHashMapListBased.putSingle(KEYTYPE aKey,
VALUETYPE aValue,
int nIndex) |
EChange |
IMultiMapMapBased.removeSingle(KEYTYPE1 aKey,
KEYTYPE2 aInnerKey)
Remove a single element from the container identified by the passed key.
|
EChange |
AbstractMultiTreeMapMapBased.removeSingle(KEYTYPE1 aKey,
KEYTYPE2 aInnerKey) |
EChange |
AbstractMultiLinkedHashMapMapBased.removeSingle(KEYTYPE1 aKey,
KEYTYPE2 aInnerKey) |
EChange |
AbstractMultiHashMapMapBased.removeSingle(KEYTYPE1 aKey,
KEYTYPE2 aInnerKey) |
EChange |
IMultiMap.removeSingle(KEYTYPE aKey,
VALUETYPE aValue)
Remove a single element from the container identified by the passed key.
|
EChange |
AbstractMultiWeakHashMap.removeSingle(KEYTYPE aKey,
VALUETYPE aValue) |
EChange |
AbstractMultiTreeMap.removeSingle(KEYTYPE aKey,
VALUETYPE aValue) |
EChange |
AbstractMultiLinkedHashMap.removeSingle(KEYTYPE aKey,
VALUETYPE aValue) |
EChange |
AbstractMultiHashMap.removeSingle(KEYTYPE aKey,
VALUETYPE aValue) |
EChange |
AbstractMultiConcurrentHashMap.removeSingle(KEYTYPE aKey,
VALUETYPE aValue) |
| Modifier and Type | Method and Description |
|---|---|
EChange |
Pair.setFirst(DATA1TYPE aFirst) |
EChange |
IMutablePair.setFirst(DATA1TYPE aFirst)
Set the first value.
|
EChange |
Pair.setSecond(DATA2TYPE aSecond) |
EChange |
IMutablePair.setSecond(DATA2TYPE aSecond)
Set the second value.
|
| Modifier and Type | Method and Description |
|---|---|
static EChange |
CollatorHelper.clearCache()
Clear all cached collators.
|
| Modifier and Type | Method and Description |
|---|---|
EChange |
ThreadDeadlockDetector.addCallback(IThreadDeadlockCallback aCallback) |
EChange |
ThreadDeadlockDetector.removeAllCallbacks() |
EChange |
ThreadDeadlockDetector.removeCallback(IThreadDeadlockCallback aCallback) |
EChange |
ThreadDeadlockDetectionTimer.stop()
Stop the deadlock detection task
|
| Modifier and Type | Method and Description |
|---|---|
EChange |
EqualsImplementationRegistry.unregisterEqualsImplementation(Class<?> aClass) |
| Modifier and Type | Method and Description |
|---|---|
EChange |
ResourceErrorGroup.clear() |
| Modifier and Type | Method and Description |
|---|---|
EChange |
FormErrors.clear() |
EChange |
ErrorList.clear() |
EChange |
ErrorList.remove(IError aError) |
EChange |
ErrorList.removeAll(Collection<? extends IError> aErrors) |
EChange |
ErrorList.removeAll(IError... aErrors) |
| Modifier and Type | Method and Description |
|---|---|
EChange |
ImageDataManager.clearCache()
Remove all cached elements
|
EChange |
ImageDataManager.clearCachedSize(IReadableResource aRes)
Remove a single resource from the cache.
|
| Modifier and Type | Method and Description |
|---|---|
EChange |
HashCodeImplementationRegistry.unregisterHashCodeImplementation(Class<?> aClass) |
| Modifier and Type | Method and Description |
|---|---|
static EChange |
GlobalIDFactory.setIntIDFactory(IIntIDFactory aFactory) |
static EChange |
GlobalIDFactory.setLongIDFactory(ILongIDFactory aFactory) |
static EChange |
GlobalIDFactory.setPersistentIntIDFactory(IIntIDFactory aFactory) |
static EChange |
GlobalIDFactory.setPersistentLongIDFactory(ILongIDFactory aFactory) |
static EChange |
GlobalIDFactory.setPersistentStringIDFactory(IStringIDFactory aFactory) |
static EChange |
GlobalIDFactory.setStringIDFactory(IStringIDFactory aFactory) |
| Modifier and Type | Method and Description |
|---|---|
static EChange |
FileHelper.ensureParentDirectoryIsPresent(File aFile) |
| Modifier and Type | Method and Description |
|---|---|
EChange |
FileMonitor.addMonitoredFile(File aFile)
Adds a file to be monitored.
|
EChange |
FileMonitorManager.removeFileMonitor(FileMonitor aMonitor)
Remove a
FileMonitor. |
EChange |
FileMonitor.removeMonitoredFile(File aFile)
Removes a file from being monitored.
|
| Modifier and Type | Method and Description |
|---|---|
static EChange |
EnumHelper.clearCache() |
static EChange |
ClassHierarchyCache.clearCache()
It's important to clear the cache upon application shutdown, because for
web applications, keeping a cache of classes may prevent the web
application from unloading
|
| Modifier and Type | Method and Description |
|---|---|
static EChange |
LocaleHelper.clearCache()
Clear all stored locale lists
|
| Modifier and Type | Method and Description |
|---|---|
EChange |
InMemoryLogger.clear() |
| Modifier and Type | Method and Description |
|---|---|
protected EChange |
AbstractMicroNodeWithChildren.onRemoveAllChildren() |
protected EChange |
AbstractMicroNode.onRemoveAllChildren()
Remove all children from this node.
|
protected EChange |
AbstractMicroNodeWithChildren.onRemoveChild(IMicroNode aChildNode) |
protected EChange |
AbstractMicroNode.onRemoveChild(IMicroNode aChild)
Callback when a child is removed.
|
protected EChange |
AbstractMicroNodeWithChildren.onRemoveChildAtIndex(int nIndex) |
protected EChange |
AbstractMicroNode.onRemoveChildAtIndex(int nIndex)
Remove the child not at the specified index.
|
EChange |
IMicroNode.registerEventTarget(EMicroEvent eEventType,
IMicroEventTarget aTarget)
Register a specific MicroDOM event listener.
|
EChange |
AbstractMicroNode.registerEventTarget(EMicroEvent eEventType,
IMicroEventTarget aTarget) |
EChange |
MicroElement.removeAllAttributes() |
EChange |
IMicroElement.removeAllAttributes()
Remove all attributes from this element
|
EChange |
IMicroNode.removeAllChildren()
Remove all children from this node.
|
EChange |
AbstractMicroNode.removeAllChildren() |
EChange |
MicroElement.removeAttribute(IMicroQName aAttrName) |
EChange |
IMicroElement.removeAttribute(IMicroQName aAttrName)
Remove the attribute with the given name.
|
EChange |
MicroElement.removeAttribute(String sAttrName) |
EChange |
IMicroElement.removeAttribute(String sAttrName)
Remove the attribute with the given name.
|
EChange |
MicroElement.removeAttribute(String sNamespaceURI,
String sAttrName) |
EChange |
IMicroElement.removeAttribute(String sNamespaceURI,
String sAttrName)
Remove the attribute with the given name.
|
EChange |
IMicroNode.removeChild(IMicroNode aChild)
Remove the passed child.
|
EChange |
AbstractMicroNode.removeChild(IMicroNode aChild) |
EChange |
IMicroNode.removeChildAtIndex(int nIndex)
Remove the child not at the specified index.
|
EChange |
AbstractMicroNode.removeChildAtIndex(int nIndex) |
EChange |
IMicroNode.replaceChild(IMicroNode aOldChild,
IMicroNode aNewChild)
Replace the passed old child with the new child.
|
EChange |
AbstractMicroNode.replaceChild(IMicroNode aOldChild,
IMicroNode aNewChild) |
EChange |
MicroAttribute.setAttributeValue(String sAttributeValue) |
EChange |
IMicroAttribute.setAttributeValue(String sAttributeValue)
Set the value of the attribute.
|
EChange |
MicroElement.setNamespaceURI(String sNamespaceURI) |
EChange |
IMicroElement.setNamespaceURI(String sNamespaceURI)
Set a new namespace URI for this element.
|
EChange |
IMicroNode.unregisterEventTarget(EMicroEvent eEventType,
IMicroEventTarget aTarget)
Unregister a specific MicroDOM event listener.
|
EChange |
AbstractMicroNode.unregisterEventTarget(EMicroEvent eEventType,
IMicroEventTarget aTarget) |
| Modifier and Type | Method and Description |
|---|---|
EChange |
MimeTypeInfoManager.clearCache()
Remove all registered mime types
|
EChange |
MimeTypeDeterminator.registerMimeTypeContent(MimeTypeContent aMimeTypeContent)
Register a new MIME content type.
|
EChange |
MimeType.removeAllParameters()
Remove all existing parameters.
|
EChange |
MimeType.removeParameter(MimeTypeParameter aParameter)
Remove the specified parameter from this MIME type.
|
EChange |
MimeType.removeParameterAtIndex(int nIndex)
Remove the parameter at the specified index.
|
EChange |
MimeType.removeParameterWithName(String sParamName)
Remove the parameter with the specified name.
|
EChange |
MimeTypeDeterminator.unregisterMimeTypeContent(MimeTypeContent aMimeTypeContent)
Unregister an existing MIME content type.
|
| Modifier and Type | Method and Description |
|---|---|
EChange |
MutableBigDecimal.set(BigDecimal aValue) |
EChange |
MutableBigInteger.set(BigInteger aValue) |
EChange |
MutableBoolean.set(boolean bValue) |
EChange |
MutableBoolean.set(Boolean aValue) |
EChange |
MutableByte.set(byte nValue) |
EChange |
MutableChar.set(char cValue) |
EChange |
MutableDouble.set(double dValue) |
EChange |
MutableBigDecimal.set(double dDelta) |
EChange |
MutableFloat.set(float fValue) |
EChange |
MutableShort.set(int nValue) |
EChange |
MutableInt.set(int nValue) |
EChange |
MutableChar.set(int cValue) |
EChange |
MutableByte.set(int nValue) |
EChange |
MutableLong.set(long nValue) |
EChange |
MutableBigInteger.set(long nDelta) |
EChange |
MutableBigDecimal.set(long nDelta) |
EChange |
MutableBigDecimal.set(MutableBigDecimal aValue) |
EChange |
MutableBigInteger.set(MutableBigInteger aValue) |
EChange |
MutableBoolean.set(MutableBoolean aValue) |
EChange |
MutableChar.set(MutableChar aMC) |
EChange |
MutableShort.set(Number aValue) |
EChange |
MutableLong.set(Number aValue) |
EChange |
MutableInt.set(Number aValue) |
EChange |
MutableFloat.set(Number aValue) |
EChange |
MutableDouble.set(Number aValue) |
EChange |
MutableByte.set(Number aValue) |
EChange |
MutableShort.set(short nValue) |
| Modifier and Type | Method and Description |
|---|---|
EChange |
ScopeSessionManager.setDestroyAllSessionsOnScopeEnd(boolean bDestroyAllSessionsOnScopeEnd) |
EChange |
ScopeSessionManager.setEndAllSessionsOnScopeEnd(boolean bEndAllSessionsOnScopeEnd) |
| Modifier and Type | Method and Description |
|---|---|
EChange |
ScopedFileMonitorManager.removeFileMonitor(FileMonitor aMonitor)
Remove a
FileMonitor. |
EChange |
AbstractSessionSingletonTreeWithUniqueID.removeItemWithID(KEYTYPE aDataID) |
EChange |
AbstractSessionApplicationSingletonTreeWithUniqueID.removeItemWithID(KEYTYPE aDataID) |
EChange |
AbstractRequestSingletonTreeWithUniqueID.removeItemWithID(KEYTYPE aDataID) |
EChange |
AbstractGlobalSingletonTreeWithUniqueID.removeItemWithID(KEYTYPE aDataID) |
EChange |
AbstractApplicationSingletonTreeWithUniqueID.removeItemWithID(KEYTYPE aDataID) |
EChange |
ScopedFileMonitorManager.start()
Starts monitoring the files
|
EChange |
ScopedFileMonitorManager.stop()
Stops monitoring the files.
|
| Modifier and Type | Method and Description |
|---|---|
EChange |
EChange.and(IChangeIndicator aChange) |
EChange |
IClearable.clear()
Reset the contents of the element to the after-construction state.
|
EChange |
EChange.or(IChangeIndicator aChange) |
EChange |
IStoppable.stop() |
static EChange |
EChange.valueOf(boolean bChanged) |
static EChange |
EChange.valueOf(IChangeIndicator aChangeIndicator) |
static EChange |
EChange.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EChange[] |
EChange.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EChange |
IMutableMultilingualText.addText(Locale aContentLocale,
String sText)
Add a text in the specified locale.
|
EChange |
AbstractMapBasedMultilingualText.addText(Locale aContentLocale,
String sText) |
EChange |
IMutableMultilingualText.assignFrom(IMultilingualText aMLT)
Assign all fields from the passed object.
|
EChange |
AbstractMapBasedMultilingualText.assignFrom(IMultilingualText aMLT) |
EChange |
AbstractMapBasedMultilingualText.clear() |
protected EChange |
AbstractReadOnlyMapBasedMultilingualText.internalRemoveText(Locale aContentLocale) |
EChange |
IMutableMultilingualText.removeText(Locale aContentLocale)
Remove the text with the specified locale.
|
EChange |
AbstractMapBasedMultilingualText.removeText(Locale aContentLocale) |
EChange |
IMutableMultilingualText.setText(Locale aContentLocale,
String sText)
Set a text in the specified locale.
|
EChange |
AbstractMapBasedMultilingualText.setText(Locale aContentLocale,
String sText) |
| Modifier and Type | Method and Description |
|---|---|
EChange |
ThirdPartyModuleRegistry.registerThirdPartyModule(IThirdPartyModule aModule) |
| Modifier and Type | Method and Description |
|---|---|
EChange |
StopWatch.reset()
Reset all saved durations, in case this stop watch is to be used in a loop.
|
EChange |
StopWatch.start()
Start the stop watch.
|
EChange |
StopWatch.stop()
Stop the stop watch.
|
| Modifier and Type | Method and Description |
|---|---|
EChange |
ITreeItem.internalAddChild(ITEMTYPE aChild)
Add an existing child to this tree item.
|
EChange |
BasicTreeItem.internalAddChild(ITEMTYPE aChild) |
EChange |
ITreeItem.removeChild(ITEMTYPE aChild)
Remove the passed node as a child node from this node.
|
EChange |
BasicTreeItem.removeChild(ITEMTYPE aChild) |
| Modifier and Type | Method and Description |
|---|---|
EChange |
ITreeItemWithID.internalAddChild(KEYTYPE aDataID,
ITEMTYPE aChild,
boolean bAllowOverwrite)
Add an existing direct child to this tree item.
|
EChange |
BasicTreeItemWithID.internalAddChild(KEYTYPE aDataID,
ITEMTYPE aChild,
boolean bAllowOverwrite) |
EChange |
ITreeItemWithID.removeAllChildren()
Remove all children from this node.
|
EChange |
BasicTreeItemWithID.removeAllChildren() |
EChange |
ITreeItemWithID.removeChild(KEYTYPE aDataID)
Remove the passed node as a direct child node from this node.
|
EChange |
BasicTreeItemWithID.removeChild(KEYTYPE aDataID) |
| Modifier and Type | Method and Description |
|---|---|
EChange |
ITreeWithGlobalUniqueID.removeItemWithID(KEYTYPE aDataID)
Remove the item with the specified ID
|
EChange |
BasicTreeWithGlobalUniqueID.removeItemWithID(KEYTYPE aDataID) |
| Modifier and Type | Method and Description |
|---|---|
EChange |
Wrapper.set(DATATYPE aObj) |
EChange |
IMutableWrapper.set(DATATYPE aObj)
Change the wrapped object.
|
| Modifier and Type | Method and Description |
|---|---|
EChange |
MapBasedNamespaceContext.clear() |
EChange |
MapBasedNamespaceContext.removeMapping(String sPrefix) |
| Modifier and Type | Method and Description |
|---|---|
EChange |
CollectingSAXErrorHandler.clearResourceErrors()
Clear all currently stored errors.
|
| Modifier and Type | Method and Description |
|---|---|
EChange |
SchemaCache.removeFromCache(IReadableResource aKey)
Utility method to remove a single resource from the schema cache.
|
| Modifier and Type | Method and Description |
|---|---|
EChange |
SAXReaderSettings.removeAllFeatures() |
static EChange |
SAXReaderDefaultSettings.removeAllFeatures() |
EChange |
DOMReaderSettings.removeAllFeatures() |
static EChange |
DOMReaderDefaultSettings.removeAllFeatures() |
EChange |
SAXReaderSettings.removeAllPropertyValues() |
static EChange |
SAXReaderDefaultSettings.removeAllPropertyValues() |
EChange |
DOMReaderSettings.removeAllPropertyValues() |
static EChange |
DOMReaderDefaultSettings.removeAllPropertyValues() |
EChange |
SAXReaderSettings.removeFeature(EXMLParserFeature eFeature) |
static EChange |
SAXReaderDefaultSettings.removeFeature(EXMLParserFeature eFeature) |
EChange |
DOMReaderSettings.removeFeature(EXMLParserFeature eFeature) |
static EChange |
DOMReaderDefaultSettings.removeFeature(EXMLParserFeature eFeature) |
EChange |
SAXReaderSettings.removePropertyValue(EXMLParserProperty eProperty) |
static EChange |
SAXReaderDefaultSettings.removePropertyValue(EXMLParserProperty eProperty) |
EChange |
DOMReaderSettings.removePropertyValue(EXMLParserProperty eProperty) |
static EChange |
DOMReaderDefaultSettings.removePropertyValue(EXMLParserProperty eProperty) |
| Modifier and Type | Method and Description |
|---|---|
EChange |
CollectingTransformErrorListener.clearResourceErrors()
Clear all currently stored errors.
|
| Modifier and Type | Method and Description |
|---|---|
EChange |
MapBasedXPathFunctionResolver.addAllFrom(MapBasedXPathFunctionResolver aOther,
boolean bOverwrite)
Add all functions from the other function resolver into this resolver.
|
EChange |
MapBasedXPathVariableResolverQName.addAllFrom(MapBasedXPathVariableResolver aOther,
boolean bOverwrite)
Add all variables from the other variable resolver into this resolver.
|
EChange |
MapBasedXPathVariableResolver.addAllFrom(MapBasedXPathVariableResolver aOther,
boolean bOverwrite)
Add all variables from the other variable resolver into this resolver.
|
EChange |
MapBasedXPathVariableResolverQName.addAllFrom(MapBasedXPathVariableResolverQName aOther,
boolean bOverwrite)
Add all variables from the other variable resolver into this resolver.
|
EChange |
MapBasedXPathVariableResolver.addAllFrom(MapBasedXPathVariableResolverQName aOther,
boolean bOverwrite)
Add all variables from the other variable resolver into this resolver.
|
EChange |
MapBasedXPathFunctionResolver.addUniqueFunction(QName aName,
int nArity,
XPathFunction aFunction)
Add a new function.
|
EChange |
MapBasedXPathFunctionResolver.addUniqueFunction(String sNamespaceURI,
String sLocalPart,
int nArity,
XPathFunction aFunction)
Add a new function.
|
EChange |
MapBasedXPathVariableResolverQName.addUniqueVariable(QName aName,
Object aValue)
Add a new variable.
|
EChange |
MapBasedXPathVariableResolver.addUniqueVariable(String sName,
Object aValue)
Add a new variable.
|
EChange |
MapBasedXPathVariableResolverQName.clear()
Remove all variables at once.
|
EChange |
MapBasedXPathVariableResolver.clear()
Remove all variables at once.
|
EChange |
MapBasedXPathFunctionResolver.clear()
Remove all functions at once.
|
EChange |
MapBasedXPathFunctionResolver.removeFunction(QName aName,
int nArity)
Remove the function with the specified name.
|
EChange |
MapBasedXPathFunctionResolver.removeFunction(XPathFunctionKey aKey)
Remove the function with the specified name.
|
EChange |
MapBasedXPathFunctionResolver.removeFunctionsWithName(QName aName)
Remove all functions with the same name.
|
EChange |
MapBasedXPathVariableResolverQName.removeVariable(QName aName)
Remove the variable with the specified name.
|
EChange |
MapBasedXPathVariableResolver.removeVariable(String sName)
Remove the variable with the specified name.
|
EChange |
MapBasedXPathVariableResolverQName.removeVariables(Iterable<QName> aNames)
Remove multiple variables at once.
|
EChange |
MapBasedXPathVariableResolver.removeVariables(Iterable<String> aNames)
Remove multiple variables at once.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.