jaxp/src/com/sun/xml/internal/stream/Entity.java
changeset 24887 47b6d4800c64
parent 22139 f4b2aa462b46
equal deleted inserted replaced
24801:410bccbded9e 24887:47b6d4800c64
   350         public String getEncodingName(){
   350         public String getEncodingName(){
   351             return encoding ;
   351             return encoding ;
   352         }
   352         }
   353 
   353 
   354         /**each 'external' parsed entity may have xml/text declaration containing version information
   354         /**each 'external' parsed entity may have xml/text declaration containing version information
   355          * @return String version of the enity, for an internal entity version would be null
   355          * @return String version of the entity, for an internal entity version would be null
   356          */
   356          */
   357         public String getEntityVersion(){
   357         public String getEntityVersion(){
   358             return version ;
   358             return version ;
   359         }
   359         }
   360 
   360