public static final class MessageVisitors.StructuresVisitor<T extends MessageVisitor> extends DelegatingMessageVisitor<T>
LOG
Modifier and Type | Method and Description |
---|---|
boolean |
start(Composite type,
Location location)
Enters a composite
|
boolean |
start(Segment segment,
Location location)
Enters a segment
|
boolean |
visit(Primitive type,
Location location)
Visits a primitive
|
end, end, end, end, end, getDelegate, start, start, start
public boolean start(Segment segment, Location location) throws HL7Exception
MessageVisitor
start
in interface MessageVisitor
start
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
MessageVisitor
start
in interface MessageVisitor
start
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
MessageVisitor
visit
in interface MessageVisitor
visit
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.