public interface MessageVisitor
true
, the visiting process is continued,
otherwise abandoned.
A MessageVisitor should usually only be called by
Visitable.accept(MessageVisitor, Location)
.
Modifier and Type | Method and Description |
---|---|
boolean |
end(Composite type,
Location location)
Leaves a composite
|
boolean |
end(Field field,
Location location)
Leaves a field.
|
boolean |
end(Group group,
Location location)
Leaves a group (or message)
|
boolean |
end(Message message)
Leaves a message
|
boolean |
end(Segment segment,
Location location)
Leaves a segment
|
boolean |
start(Composite type,
Location location)
Enters a composite
|
boolean |
start(Field field,
Location location)
Enters a field.
|
boolean |
start(Group group,
Location location)
Enters a group (or message)
|
boolean |
start(Message message)
Enters a message
|
boolean |
start(Segment segment,
Location location)
Enters a segment
|
boolean |
visit(Primitive type,
Location location)
Visits a primitive
|
boolean start(Message message) throws HL7Exception
message
- messageHL7Exception
- if an error occurred while visitingboolean end(Message message) throws HL7Exception
message
- messageHL7Exception
- if an error occurred while visitingboolean start(Group group, Location location) throws HL7Exception
group
- grouplocation
- Location object describing the location within the messageHL7Exception
- if an error occurred while visitingboolean end(Group group, Location location) throws HL7Exception
group
- grouplocation
- Location object describing the location within the messageHL7Exception
- if an error occurred while visitingboolean start(Segment segment, Location location) throws HL7Exception
segment
- segmentlocation
- Location object describing the location within the messageHL7Exception
- if an error occurred while visitingboolean end(Segment segment, Location location) throws HL7Exception
segment
- segmentlocation
- Location object describing the location within the messageHL7Exception
- if an error occurred while visitingboolean start(Field field, Location location) throws HL7Exception
field
- fieldlocation
- Location object describing the location within the messageHL7Exception
- if an error occurred while visitingboolean end(Field field, Location location) throws HL7Exception
field
- fieldlocation
- Location object describing the location within the messageHL7Exception
- if an error occurred while visitingboolean start(Composite type, Location location) throws HL7Exception
type
- compositelocation
- Location object describing the location within the messageHL7Exception
- if an error occurred while visitingboolean end(Composite type, Location location) throws HL7Exception
type
- compositelocation
- Location object describing the location within the messageHL7Exception
- if an error occurred while visitingboolean visit(Primitive type, Location location) throws HL7Exception
type
- primitivelocation
- Location object describing the location within the messageHL7Exception
- if an error occurred while visitingCopyright © 2001–2017 University Health Network. All rights reserved.