All Implemented Interfaces:
Attributes
All Known Implementing Classes:
Attributes2Impl
This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY.
XMLReader implementations are not required to support this information, and it is not part of core-only SAX2 distributions.
Note that if an attribute was defaulted (!isSpecified()) it will of necessity also have been declared (isDeclared()) in the DTD. Similarly if an attribute's type is anything except CDATA, then it must have been declared.
SAX
- 2.0 (extensions 1.1 alpha)David
- BrownellTBS
- Method from org.xml.sax.ext.Attributes2 Summary: |
---|
isDeclared, isDeclared, isDeclared, isSpecified, isSpecified, isSpecified |
Method from org.xml.sax.ext.Attributes2 Detail: |
---|
|
|
Remember that since DTDs do not "understand" namespaces, the namespace URI associated with an attribute may not have come from the DTD. The declaration will have applied to the attribute's qName. |
|
|
Remember that since DTDs do not "understand" namespaces, the namespace URI associated with an attribute may not have come from the DTD. The declaration will have applied to the attribute's qName. |