Uses of Class
src2xml.Source

Uses of Source in src2xml
 

Methods in src2xml with parameters of type Source
 boolean ElementReader.Ends(Source src)
          Detects the end of read region, invoking the corresponding Detector
abstract  boolean Detector.IsOccurred(Source src)
          Read an element from source
 Element ElementReader.Read(Source src)
          Read an element from source
 boolean ElementReader.Triggers(Source src)
          Tells if this region starts at current, position in source, invoking the corresponding Detector