com.jxml.quick.model.qdml
Interface QDMElement
- All Known Implementing Classes:
- QDMAbstract, QDMBean, QDMInterface, QDMLink, QDMText
- public interface QDMElement
Models the interface element, element, in QDML.
Method Summary |
Map |
getAtts()
Returns a table of objects which model attribute item elements. |
String |
getTag()
Returns the element or attribute tag name.. |
getAtts
public Map getAtts()
throws SAXException
- Returns a table of objects which model attribute item elements.
Inherited attribute item elements are included.
getTag
public String getTag()
- Returns the element or attribute tag name..