API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.xml.sax.ext. Attributes2 View Source
Author(s)
David Brownell
Since
SAX 2.0 (extensions 1.1 alpha)
Version
TBS
Serial
Hierarchy
 Attributes
      Attributes2
Subinterfaces
Description
public interface Attributes2
  SAX2 extension to augment the per-attribute information provided though Attributes.
See also:   
Methods
Hide/Show inherited methods
public boolean isDeclared (int index)
  Returns false unless the attribute was declared in the DTD.
public boolean isDeclared (String qName)
  Returns false unless the attribute was declared in the DTD.
public boolean isDeclared (String uri, String localName)
  Returns false unless the attribute was declared in the DTD.
public boolean isSpecified (int index)
  Returns true unless the attribute value was provided by DTD defaulting.
public boolean isSpecified (String qName)
  Returns true unless the attribute value was provided by DTD defaulting.
public boolean isSpecified (String uri, String localName)
  Returns true unless the attribute value was provided by DTD defaulting.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar