public interface IModelVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
acceptElement(IBase theElement,
List<String> thePathToElement,
BaseRuntimeChildDefinition theChildDefinition,
BaseRuntimeElementDefinition<?> theDefinition) |
void |
acceptUndeclaredExtension(ISupportsUndeclaredExtensions theContainingElement,
List<String> thePathToElement,
BaseRuntimeChildDefinition theChildDefinition,
BaseRuntimeElementDefinition<?> theDefinition,
ExtensionDt theNextExt) |
void acceptElement(IBase theElement, List<String> thePathToElement, BaseRuntimeChildDefinition theChildDefinition, BaseRuntimeElementDefinition<?> theDefinition)
theElement - theChildDefinition - May be null if this is a root elementtheDefinition - void acceptUndeclaredExtension(ISupportsUndeclaredExtensions theContainingElement, List<String> thePathToElement, BaseRuntimeChildDefinition theChildDefinition, BaseRuntimeElementDefinition<?> theDefinition, ExtensionDt theNextExt)
theContainingElement - theChildDefinition - May be null if this is a root elementtheDefinition - theNextExt - Copyright © 2014–2016 University Health Network. All rights reserved.