Package | Description |
---|---|
com.tangosol.coherence.config.builder |
Defines the typical runtime configuration builders for the Coherence
configuration object model.
|
com.tangosol.coherence.config.xml.preprocessor |
Defines the Xml document Pre-Processors for Coherence Cache Configuration files.
|
com.tangosol.coherence.config.xml.processor |
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
|
com.tangosol.config.xml |
Defines classes and interfaces for processing Xml documents and building object
models, like configuration, based on said documents though the use of injection.
|
Modifier and Type | Method and Description |
---|---|
AddressProviderBuilder |
FactoryBasedAddressProviderBuilder.setDeferredException(ConfigurationException e)
Defer reporting ConfigurationException until realized.
|
Modifier and Type | Method and Description |
---|---|
ActionPolicy |
PartitionedCacheQuorumPolicyBuilder.realize(com.tangosol.config.expression.ParameterResolver resolver,
ClassLoader loader,
ParameterList listParameters)
Realizes (creates if necessary) an instance of a object of type T, using the provided
ParameterResolver
to resolve values any referenced Parameter s. |
ActionPolicy |
ActionPolicyBuilder.ActionPolicyParameterizedBuilder.realize(com.tangosol.config.expression.ParameterResolver resolver,
ClassLoader loader,
ParameterList listParameters)
Realizes (creates if necessary) an instance of a object of type T, using the provided
ParameterResolver
to resolve values any referenced Parameter s. |
ActionPolicy |
ActionPolicyBuilder.NullImplementationBuilder.realize(com.tangosol.config.expression.ParameterResolver resolver,
ClassLoader loader,
ParameterList listParameters)
Realizes (creates if necessary) an instance of a object of type T, using the provided
ParameterResolver
to resolve values any referenced Parameter s. |
ActionPolicy |
ClusterQuorumPolicyBuilder.realize(com.tangosol.config.expression.ParameterResolver resolver,
ClassLoader loader,
ParameterList listParameters)
Realizes (creates if necessary) an instance of a object of type T, using the provided
ParameterResolver
to resolve values any referenced Parameter s. |
ActionPolicy |
ProxyQuorumPolicyBuilder.realize(com.tangosol.config.expression.ParameterResolver resolver,
ClassLoader loader,
ParameterList listParameters)
Realizes (creates if necessary) an instance of a object of type T, using the provided
ParameterResolver
to resolve values any referenced Parameter s. |
void |
ActionPolicyBuilder.QuorumRule.validate()
Throw ConfigurationException if this
ActionPolicyBuilder.QuorumRule.m_xmlElement configuration violates constraints. |
Modifier and Type | Method and Description |
---|---|
boolean |
TCPAcceptorPreprocessor.preprocess(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement , optionally mutating it (or it's children) if required. |
boolean |
ViewSchemePreprocessor.preprocess(ProcessingContext context,
XmlElement element) |
boolean |
PofSerializerPreprocessor.preprocess(ProcessingContext context,
XmlElement element)
Process an
XmlElement , optionally mutating it (or it's children) if required. |
boolean |
SchemeRefPreprocessor.preprocess(ProcessingContext context,
XmlElement element)
Process an
XmlElement , optionally mutating it (or it's children) if required. |
boolean |
CacheDefaultsPreprocessor.preprocess(ProcessingContext context,
XmlElement element)
Process an
XmlElement , optionally mutating it (or it's children) if required. |
boolean |
DefaultsCreationPreprocessor.preprocess(ProcessingContext context,
XmlElement xmlConfig) |
boolean |
ExtendPreprocessor.preprocess(ProcessingContext context,
XmlElement element)
Process an
XmlElement , optionally mutating it (or it's children) if required. |
boolean |
SystemPropertyPreprocessor.preprocess(ProcessingContext context,
XmlElement element)
Process an
XmlElement , optionally mutating it (or it's children) if required. |
boolean |
TransactionalPreprocessor.preprocess(ProcessingContext context,
XmlElement element)
Process an
XmlElement , optionally mutating it (or it's children) if required. |
boolean |
OperationalDefaultsPreprocessor.preprocess(ProcessingContext context,
XmlElement element)
Process an
XmlElement , optionally mutating it (or it's children) if required. |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractEmptyElementProcessor.accepts(ProcessingContext context,
XmlElement xmlElement)
Determines if the specified
XmlElement should be processed. |
T |
EnumProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
Long |
MillisProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
protected PersistenceEnvironmentParamBuilder |
PersistenceEnvironmentsProcessor.PersistenceEnvironmentProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement) |
ParameterizedBuilder<PasswordProvider> |
PasswordProviderBuilderProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement) |
List<ParameterizedBuilder<MemberListener>> |
MemberListenerProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
SerializerFactory |
SerializerFactoryProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
protected abstract T |
AbstractEmptyElementProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
ServiceFailurePolicyBuilder |
ServiceFailurePolicyProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
List<ParameterizedBuilder<PartitionListener>> |
PartitionListenerProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
ParameterizedBuilder<StorageAccessAuthorizer> |
StorageAccessAuthorizerBuilderProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement) |
com.tangosol.internal.net.service.grid.PersistenceDependencies |
PersistenceProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement) |
ParameterizedBuilder<Serializer> |
SerializerBuilderProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement) |
T |
SpecificInstanceProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
Integer |
MemorySizeProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
CacheMapping |
CacheMappingProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
InetSocketAddress |
LocalAddressProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
ActionPolicyBuilder |
PartitionedQuorumPolicyProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
com.tangosol.internal.net.service.peer.initiator.TcpInitiatorDependencies |
TcpInitiatorProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
com.tangosol.internal.net.service.extend.proxy.DefaultCacheServiceProxyDependencies |
CacheServiceProxyProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
ParameterizedBuilder<Filter> |
AuthorizedHostsProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
PagedTopicScheme |
PagedTopicSchemeProcessor.process(ProcessingContext context,
XmlElement element) |
SSLSocketProviderDependenciesBuilder.ProviderBuilder |
ProviderProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
SSLSocketProviderDependenciesBuilder.DefaultKeystoreDependencies |
KeystoreProcessor.process(ProcessingContext context,
XmlElement xmlElement) |
ResolvableParameterList |
InitParamsProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
AddressProviderBuilder |
AddressProviderBuilderProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
Integer |
LeaseGranularityProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
SocketOptions |
SocketOptionsProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
ParameterizedBuilder<Executor> |
ExecutorProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
Object |
UnsupportedFeatureProcessor.process(ProcessingContext context,
XmlElement xmlElement) |
Void |
PersistenceEnvironmentsProcessor.process(ProcessingContext context,
XmlElement xmlElement) |
Void |
DefaultsProcessor.process(ProcessingContext context,
XmlElement element) |
TopicMapping |
TopicMappingProcessor.process(ProcessingContext context,
XmlElement element) |
Void |
SocketProvidersProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
BackingMapScheme |
BackingMapSchemeProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
ParameterizedBuilder<MapListener> |
MapListenerProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
MapBuilder |
InternalCacheSchemeProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
SocketProviderBuilder |
SocketProviderProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
ParameterizedBuilder<Object> |
InstanceProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
ResourceMappingRegistry |
CachingSchemeMappingProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
BackingMapScheme |
ValueStorageSchemeProcessor.process(ProcessingContext context,
XmlElement element) |
T |
ServiceBuilderProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
String |
ParamTypeProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
T |
AbstractEmptyElementProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
T |
CustomizableBinaryStoreManagerBuilderProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
Void |
SerializersProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
com.tangosol.internal.net.service.extend.proxy.DefaultInvocationServiceProxyDependencies |
InvocationServiceProxyProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
String |
ScopeNameProcessor.process(ProcessingContext context,
XmlElement element) |
CachingScheme |
StorageProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
com.tangosol.internal.net.service.peer.acceptor.AcceptorDependencies |
AcceptorDependenciesProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
ParameterizedBuilder<Filter> |
TransformerProcessor.process(ProcessingContext context,
XmlElement xmlElement) |
SSLSocketProviderDependenciesBuilder.NameListDependencies |
SSLNameListProcessor.process(ProcessingContext context,
XmlElement xmlElement) |
List<WrapperStreamFactory> |
WrapperStreamFactoryListProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Deprecated.
Process an
XmlElement to return a specific type of value. |
ServiceSchemeRegistry |
CachingSchemesProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
T |
CustomizableBuilderProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
Integer |
MessageDeliveryModeProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
BundleManager |
OperationBundlingProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
Void |
StorageAccessAuthorizersProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
ServiceSchemeRegistry |
SchemesProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
com.tangosol.internal.net.service.peer.acceptor.TcpAcceptorDependencies |
TcpAcceptorProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
List<NamedEventInterceptorBuilder> |
InterceptorsProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
Void |
PasswordProvidersProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
SubscriberGroupBuilder |
SubscriberGroupProcessor.process(ProcessingContext context,
XmlElement xmlElement) |
T |
CompositeSchemeProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
com.tangosol.internal.net.service.peer.initiator.InitiatorDependencies |
InitiatorDependenciesProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
Integer |
BufferTypeProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
com.tangosol.config.expression.Parameter |
InitParamProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
UnitCalculatorBuilder |
UnitCalculatorProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
SSLSocketProviderDependenciesBuilder.HostnameVerifierBuilder |
SSLHostnameVerifierProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
CacheConfig |
ConfigurationProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
ResourceMappingRegistry |
TopicSchemeMappingProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
ServiceLoadBalancerBuilder |
ServiceLoadBalancerProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
Collection<SubscriberGroupBuilder> |
SubscriberGroupsProcessor.process(ProcessingContext context,
XmlElement xmlElement) |
com.tangosol.internal.net.service.peer.acceptor.HttpAcceptorDependencies |
HttpAcceptorDependenciesProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
SSLSocketProviderDependenciesBuilder |
SSLProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
EvictionPolicyBuilder |
EvictionPolicyProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
DeltaCompressor |
DeltaCompressorProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
SSLSocketProviderDependenciesBuilder.DefaultManagerDependencies |
SSLManagerProcessor.process(ProcessingContext context,
XmlElement xmlElement) |
static ParameterizedBuilder<?> |
ElementProcessorHelper.processParameterizedBuilder(ProcessingContext context,
XmlElement element)
Attempts to process the specified
XmlElement to produce a ParameterizedBuilder given a
ProcessingContext . |
Modifier and Type | Method and Description |
---|---|
boolean |
ConditionalElementProcessor.accepts(ProcessingContext context,
XmlElement xmlElement)
Determines if the specified
XmlElement should be processed. |
NamespaceHandler |
DefaultProcessingContext.ensureNamespaceHandler(String sPrefix,
NamespaceHandler handler)
Ensures that the specified
NamespaceHandler for the specified prefix is defined in this
ProcessingContext . |
NamespaceHandler |
DefaultProcessingContext.ensureNamespaceHandler(String sPrefix,
URI uri)
Ensures that an
NamespaceHandler with the specified URI is available for use in the
ProcessingContext with the specified prefix. |
<T> T |
DefaultProcessingContext.getMandatoryProperty(String sPath,
Type typeProperty,
XmlElement xmlParent)
Obtains the strongly typed value for the property defined at the path relative to the specified
XmlElement . |
<T> T |
ProcessingContext.getMandatoryProperty(String sPath,
Type typeProperty,
XmlElement xmlElement)
Obtains the strongly typed value for the property defined at the path relative to the specified
XmlElement . |
<T> T |
DefaultProcessingContext.getOptionalProperty(String sPropertyName,
Type typeProperty,
T defaultValue,
XmlElement xmlElement)
Obtains the strongly typed value for the property defined at the path relative to the specified
XmlElement . |
<T> T |
ProcessingContext.getOptionalProperty(String sPath,
Type typeProperty,
T defaultValue,
XmlElement xmlElement)
Obtains the strongly typed value for the property defined at the path relative to the specified
XmlElement . |
com.tangosol.config.expression.Value |
DefaultProcessingContext.getPropertyValue(String sPropertyName,
Type typeProperty,
XmlElement xmlParent,
boolean fOnlyUsePropertyName)
Attempts to resolve the named property of the specified type in the current context and
if required will parse the specified
XmlElement in order to do so. |
<B> B |
DefaultProcessingContext.inject(B bean,
XmlElement xmlElement)
Given the information available in the
ProcessingContext , including the cookies, the
ResourceRegistry the XmlElement , its
XmlAttribute s and/or children, inject appropriately named and typed values into the specified
bean (using setter injection). |
<B> B |
ProcessingContext.inject(B bean,
XmlElement xmlElement)
Given the information available in the
ProcessingContext , including the cookies, the
ResourceRegistry the XmlElement , its
XmlAttribute s and/or children, inject appropriately named and typed values into the specified
bean (using setter injection). |
boolean |
DefaultProcessingContext.isPropertyDefined(String sPropertyName,
XmlElement xmlParent)
Determines if the specified property is defined at the path relative to the specified
XmlElement . |
boolean |
ProcessingContext.isPropertyDefined(String sPath,
XmlElement xmlElement)
Determines if the specified property is defined at the path relative to the specified
XmlElement . |
boolean |
DocumentPreprocessor.preprocess(ProcessingContext context,
XmlElement xmlElement)
Performs pre-processing of the an
XmlElement , optionally mutating
it (or it's children) as required. |
boolean |
DocumentElementPreprocessor.preprocess(ProcessingContext context,
XmlElement xmlElement)
Performs pre-processing of the an
XmlElement , optionally mutating
it (or it's children) as required. |
boolean |
DocumentElementPreprocessor.ElementPreprocessor.preprocess(ProcessingContext context,
XmlElement element)
Process an
XmlElement , optionally mutating it (or it's children) if required. |
T |
AttributeProcessor.process(ProcessingContext context,
XmlAttribute attribute)
Process an
XmlAttribute and return a specific type of value. |
T |
SimpleAttributeProcessor.process(ProcessingContext context,
XmlAttribute attribute)
Process an
XmlAttribute and return a specific type of value. |
T |
ElementProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
T |
SimpleElementProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
<T> T |
DocumentProcessor.process(XmlDocumentReference refDocument,
XmlDocumentReference... aOverrides)
Processes the
XmlDocument located at the specified XmlDocumentReference . |
Object |
DefaultProcessingContext.processDocument(String sXml)
Request that the specified xml string
(representing an xml document) be processed with appropriate
NamespaceHandler s. |
Object |
ProcessingContext.processDocument(String sXml)
Request that the specified xml string
(representing an xml document) be processed with appropriate
NamespaceHandler s. |
Object |
DefaultProcessingContext.processDocument(XmlElement xmlElement)
Request that the specified
XmlElement
(representing the root of an XmlDocument)
be processed with appropriate NamespaceHandler s. |
Object |
ProcessingContext.processDocument(XmlElement xmlElement)
Request that the specified
XmlElement
(representing the root of an XmlDocument)
be processed with appropriate NamespaceHandler s. |
Object |
DefaultProcessingContext.processDocumentAt(String sLocation)
Request that the document specified by the URI/filename
(containing the root of an XmlDocument)
be processed with appropriate
NamespaceHandler s. |
Object |
ProcessingContext.processDocumentAt(String sLocation)
Request that the document specified by the URI/filename
(containing the root of an XmlDocument)
be processed with appropriate
NamespaceHandler s. |
Object |
DefaultProcessingContext.processDocumentAt(URI uri)
Request that the document specified by the URI/filename
(containing the root of an XmlDocument)
be processed with appropriate
NamespaceHandler s. |
Object |
ProcessingContext.processDocumentAt(URI uri)
Request that the document specified by the URI/filename
(containing the root of an XmlDocument)
be processed with appropriate
NamespaceHandler s. |
Object |
DefaultProcessingContext.processElement(String sXml)
Request the specified xml string be processed with an appropriate
NamespaceHandler
known by the ProcessingContext . |
Object |
ProcessingContext.processElement(String sXml)
Request the specified xml string be processed with an appropriate
NamespaceHandler
known by the ProcessingContext . |
Object |
DefaultProcessingContext.processElement(XmlElement xmlElement)
Request the specified
XmlElement to be processed with an appropriate NamespaceHandler
known by the ProcessingContext or outer ProcessingContext s. |
Object |
ProcessingContext.processElement(XmlElement xmlElement)
Request the specified
XmlElement to be processed with an appropriate NamespaceHandler
known by the ProcessingContext or outer ProcessingContext s. |
Map<String,?> |
DefaultProcessingContext.processElementsOf(XmlElement xmlElement)
Request that all of the child elements contained with in the specified
XmlElement be
processed using appropriate NamespaceHandler s known by the ProcessingContext . |
Map<String,?> |
ProcessingContext.processElementsOf(XmlElement xmlElement)
Request that all of the child elements contained with in the specified
XmlElement be
processed using appropriate NamespaceHandler s known by the ProcessingContext . |
Map<String,?> |
DefaultProcessingContext.processForeignElementsOf(XmlElement xmlElement)
Request that all of the child elements contained within the specified
XmlElement that do not belong
to the namespace of the said XmlElement are processed using appropriate processes. |
Map<String,?> |
ProcessingContext.processForeignElementsOf(XmlElement xmlElement)
Request that all of the child elements contained within the specified
XmlElement that do not belong
to the namespace of the said XmlElement are processed using appropriate processes. |
<T> T |
DefaultProcessingContext.processOnlyElementOf(XmlElement xmlElement)
Request that the only child element contained within the
XmlElement is processed
using an appropriate NamespaceHandler known by the ProcessingContext . |
<T> T |
ProcessingContext.processOnlyElementOf(XmlElement xmlElement)
Request that the only child element contained within the
XmlElement is processed
using an appropriate NamespaceHandler known by the ProcessingContext . |
<T> T |
DefaultProcessingContext.processRemainingElementOf(XmlElement xmlElement)
Request that the last remaining unprocessed child element contained within the specified
XmlElement
is processed using an appropriate ElementProcessor . |
<T> T |
ProcessingContext.processRemainingElementOf(XmlElement xmlElement)
Request that the last remaining unprocessed child element contained within the specified
XmlElement
is processed using an appropriate ElementProcessor . |
Map<String,?> |
DefaultProcessingContext.processRemainingElementsOf(XmlElement xmlElement)
Request that the last remaining unprocessed children contained within the specified
XmlElement
are processed using appropriate ElementProcessor s. |
Map<String,?> |
ProcessingContext.processRemainingElementsOf(XmlElement xmlElement)
Request that the last remaining unprocessed children contained within the specified
XmlElement
are processed using appropriate ElementProcessor s. |