Revision 20188 trunk/libraries/libGPE-XML/src/org/gvsig/gpe/xml/stream/IXmlStreamReader.java

View differences:

IXmlStreamReader.java
141 141
     * 
142 142
     * @see javax.xml.stream.events.Attribute
143 143
     */
144
    public static final int ATTRIBUTE = 10;
144
    //public static final int ATTRIBUTE = 10;
145 145

  
146 146
    /**
147 147
     * Indicates an event is a DTD
......
186 186

  
187 187
    QName getAttributeName(int i) throws XmlStreamException;
188 188

  
189
    /**
190
     * Returns the complete (coalesced) value for the attribute at index {@code i}
191
     * @param i
192
     * @return
193
     * @throws XmlStreamException
194
     */
189 195
    String getAttributeValue(int i) throws XmlStreamException;
190 196

  
191 197
    /**

Also available in: Unified diff