public interface IModelVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
acceptElement(IBaseResource theResource,
IBase theElement,
List<String> thePathToElement,
BaseRuntimeChildDefinition theChildDefinition,
BaseRuntimeElementDefinition<?> theDefinition) |
void acceptElement(IBaseResource theResource, IBase theElement, List<String> thePathToElement, BaseRuntimeChildDefinition theChildDefinition, BaseRuntimeElementDefinition<?> theDefinition)
theResource - The resource being visited (note that generally this will be the resource upon which
visit was originally called, but in the case of descending into contained resources this will be the contained resource instead)theElement - The elementtheChildDefinition - May be null if this is a root elementtheDefinition - Copyright © 2014–2017 University Health Network. All rights reserved.