Uses of Class
org.milyn.edisax.model.internal.Segment

Packages that use Segment
org.milyn.edisax EdiSax main package. 
org.milyn.edisax.interchange   
org.milyn.edisax.model.internal   
org.milyn.edisax.unedifact.handlers   
org.milyn.edisax.util   
 

Uses of Segment in org.milyn.edisax
 

Methods in org.milyn.edisax with parameters of type Segment
 void EDIParser.mapFields(String[] currentSegmentFields, Segment segment)
          Map the individual field values based on the supplied expected field configs.
 

Uses of Segment in org.milyn.edisax.interchange
 

Methods in org.milyn.edisax.interchange with parameters of type Segment
 void InterchangeContext.mapControlSegment(Segment controlSegment, boolean clearSegmentBuffer)
           
 

Uses of Segment in org.milyn.edisax.model.internal
 

Methods in org.milyn.edisax.model.internal that return Segment
 Segment Segment.addField(Field field)
           
 

Uses of Segment in org.milyn.edisax.unedifact.handlers
 

Constructors in org.milyn.edisax.unedifact.handlers with parameters of type Segment
UNBHandler(Segment unbSegment, Segment unzSegment, HashMap<String,Charset> toCharsetMapping)
           
UNGHandler(Segment ungSegment, Segment uneSegment)
           
UNHHandler(Segment unhSegment, Segment untSegment, org.milyn.xml.hierarchy.HierarchyChangeListener hierarchyChangeListener)
           
 

Uses of Segment in org.milyn.edisax.util
 

Methods in org.milyn.edisax.util with parameters of type Segment
static void EdimapWriter.write(Segment segment, Writer writer)
           
 



Copyright © 2018. All rights reserved.