/[classpath]/classpath/javax/xml/stream/events/EntityReference.java
ViewVC logotype

Diff of /classpath/javax/xml/stream/events/EntityReference.java

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

revision 1.1 by dog, Sat Sep 3 10:04:19 2005 UTC revision 1.2 by dog, Sun Sep 4 09:44:30 2005 UTC
# Line 45  public interface EntityReference Line 45  public interface EntityReference
45  {  {
46    
47    /**    /**
48       * Returns the base URI for the entity.
49       */
50      String getBaseUri();
51    
52      /**
53       * Returns the public identifier for the entity.
54       */
55      String getPublicId();
56    
57      /**
58       * Returns the system identifierfor the entity.
59       */
60      String getSystemId();
61    
62      /**
63     * Returns the declaration of this reference.     * Returns the declaration of this reference.
64     */     */
65    EntityDeclaration getDeclaration();    //EntityDeclaration getDeclaration();
66    
67    /**    /**
68     * Returns the entity name.     * Returns the entity name.
69     */     */
70    String getName();    String getName();
71    
72      /**
73       * Returns the replacement text for the entity.
74       */
75      String getReplacementText();
76        
77  }  }
78    

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

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