Added in API level 1
  
  
  
  
Summary:
  Methods
  
EndTextElementListener
  public
  
  
  
  interface
  EndTextElementListener
  
  
  
| android.sax.EndTextElementListener | 
Listens for the end of text elements.
Summary
Public methods | |
|---|---|
        abstract
        
        
        
        
        void
     | 
  
    
      
      end(String body)
      
      
        Invoked at the end of a text element with the body of the element.  | 
  
Public methods
end
    Added in API level 1
  
      
  
    public abstract void end (String body)
Invoked at the end of a text element with the body of the element.
| Parameters | |
|---|---|
body | 
        
          String: of the element |