Uses of Class
org.milyn.edisax.BufferedSegmentReader

Packages that use BufferedSegmentReader
org.milyn.edisax EdiSax main package. 
org.milyn.edisax.interchange   
org.milyn.edisax.unedifact   
 

Uses of BufferedSegmentReader in org.milyn.edisax
 

Methods in org.milyn.edisax with parameters of type BufferedSegmentReader
 boolean BufferedSegmentListener.onSegment(BufferedSegmentReader bufferedSegmentReader)
          Notify the listener of a new segment.
 EDIParser EDIParser.setBufferedSegmentReader(BufferedSegmentReader segmentReader)
           
 

Uses of BufferedSegmentReader in org.milyn.edisax.interchange
 

Methods in org.milyn.edisax.interchange that return BufferedSegmentReader
 BufferedSegmentReader InterchangeContext.getSegmentReader()
           
 

Constructors in org.milyn.edisax.interchange with parameters of type BufferedSegmentReader
InterchangeContext(BufferedSegmentReader segmentReader, MappingsRegistry registry, ContentHandler contentHandler, Map<String,Boolean> parserFeatures, ControlBlockHandlerFactory controlBlockHandlerFactory, org.milyn.namespace.NamespaceDeclarationStack namespaceDeclarationStack, boolean validate)
          Public constructor.
 

Uses of BufferedSegmentReader in org.milyn.edisax.unedifact
 

Methods in org.milyn.edisax.unedifact with parameters of type BufferedSegmentReader
protected  InterchangeContext UNEdifactInterchangeParser.createInterchangeContext(BufferedSegmentReader segmentReader, boolean validate, ControlBlockHandlerFactory controlBlockHandlerFactory, org.milyn.namespace.NamespaceDeclarationStack namespaceDeclarationStack)
           
 



Copyright © 2018. All rights reserved.