|
JFCML - JFC/Swing
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metasolutions.jfcml.helpers.Element
public class Element
A data structure representing an XML element.
Field Summary | |
---|---|
AttributesImpl |
attr
The XML attributes associated with this element. |
int |
hash
A hashcode computed from the qualified name of this element. |
Object |
obj
If a Java Object is created for this element, it will be placed here. |
String |
qName
The qualified name of this xml element tag. |
Constructor Summary | |
---|---|
Element(String qName,
int hash,
AttributesImpl attr,
Object obj)
A basic constructor to ease capturing the data. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int hash
public AttributesImpl attr
public Object obj
public String qName
Constructor Detail |
---|
public Element(String qName, int hash, AttributesImpl attr, Object obj)
hash
- a cached hashCode of the qualified name of this element tag.attr
- the attributes captured from startElement.obj
- a receiver for the Object to be created in the constructor.AttributesImpl
,
DefaultHandler
,
TagHandler
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |