public static final class MessageVisitors.PopulatedVisitor<T extends MessageVisitor> extends DelegatingMessageVisitor<T>
LOG| Modifier and Type | Method and Description |
|---|---|
boolean |
end(Composite type,
Location location)
Leaves a composite
|
boolean |
end(Group group,
Location location)
Leaves a group (or message)
|
boolean |
end(Segment segment,
Location location)
Leaves a segment
|
boolean |
start(Composite type,
Location location)
Enters a composite
|
boolean |
start(Group group,
Location location)
Enters a group (or message)
|
boolean |
start(Segment segment,
Location location)
Enters a segment
|
boolean |
visit(Primitive type,
Location location)
Visits a primitive
|
end, end, getDelegate, start, startpublic boolean start(Group group, Location location) throws HL7Exception
MessageVisitorstart in interface MessageVisitorstart in class DelegatingMessageVisitor<T extends MessageVisitor>group - grouplocation - Location object describing the location within the messageHL7Exception - if an error occurred while visitingpublic boolean end(Group group, Location location) throws HL7Exception
MessageVisitorend in interface MessageVisitorend in class DelegatingMessageVisitor<T extends MessageVisitor>group - grouplocation - Location object describing the location within the messageHL7Exception - if an error occurred while visitingpublic boolean start(Segment segment, Location location) throws HL7Exception
MessageVisitorstart in interface MessageVisitorstart in class DelegatingMessageVisitor<T extends MessageVisitor>segment - segmentlocation - Location object describing the location within the messageHL7Exception - if an error occurred while visitingpublic boolean end(Segment segment, Location location) throws HL7Exception
MessageVisitorend in interface MessageVisitorend in class DelegatingMessageVisitor<T extends MessageVisitor>segment - segmentlocation - Location object describing the location within the messageHL7Exception - if an error occurred while visitingpublic final boolean start(Composite type, Location location) throws HL7Exception
MessageVisitorstart in interface MessageVisitorstart in class DelegatingMessageVisitor<T extends MessageVisitor>type - compositelocation - Location object describing the location within the messageHL7Exception - if an error occurred while visitingpublic boolean end(Composite type, Location location) throws HL7Exception
MessageVisitorend in interface MessageVisitorend in class DelegatingMessageVisitor<T extends MessageVisitor>type - compositelocation - Location object describing the location within the messageHL7Exception - if an error occurred while visitingpublic boolean visit(Primitive type, Location location) throws HL7Exception
MessageVisitorvisit in interface MessageVisitorvisit in class DelegatingMessageVisitor<T extends MessageVisitor>type - primitivelocation - Location object describing the location within the messageHL7Exception - if an error occurred while visitingCopyright © 2001–2017 University Health Network. All rights reserved.