/[classpath]/classpath/external/jaxp/source/org/xml/sax/ext/Locator2.java
ViewVC logotype

Diff of /classpath/external/jaxp/source/org/xml/sax/ext/Locator2.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by cbj, Sat Feb 1 02:10:44 2003 UTC revision 1.2 by mark, Sun Aug 17 22:10:34 2003 UTC
# Line 35  public interface Locator2 extends Locato Line 35  public interface Locator2 extends Locato
35      /**      /**
36       * Returns the version of XML used for the entity.  This will       * Returns the version of XML used for the entity.  This will
37       * normally be the identifier from the current entity's       * normally be the identifier from the current entity's
38       * <em>&lt;?xml&nbsp;version='...'&nbsp;...?&gt;</em> declaration,       * <em>&lt;?xmlversion='...'...?&gt;</em> declaration,
39       * or be defaulted by the parser.       * or be defaulted by the parser.
40       *       *
41       * <p> At this writing, only one version ("1.0") is defined, but it       * <p> At this writing, only one version ("1.0") is defined, but it
# Line 51  public interface Locator2 extends Locato Line 51  public interface Locator2 extends Locato
51       * Returns the name of the character encoding for the entity.       * Returns the name of the character encoding for the entity.
52       * If the encoding was declared externally (for example, in a MIME       * If the encoding was declared externally (for example, in a MIME
53       * Content-Type header), that will be the name returned.  Else if there       * Content-Type header), that will be the name returned.  Else if there
54       * was an <em>&lt;?xml&nbsp;...encoding='...'?&gt;</em> declaration at       * was an <em>&lt;?xml...encoding='...'?&gt;</em> declaration at
55       * the start of the document, that encoding name will be returned.       * the start of the document, that encoding name will be returned.
56       * Otherwise the encoding will been inferred (normally to be UTF-8, or       * Otherwise the encoding will been inferred (normally to be UTF-8, or
57       * some UTF-16 variant), and that inferred name will be returned.       * some UTF-16 variant), and that inferred name will be returned.

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26