|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.ml.gml.dom.AttributeImpl
public class AttributeImpl
Encapsulates an XML attribute. Attributes are treated as string values.
| Constructor Summary | |
|---|---|
AttributeImpl(GMLConstruct owner,
org.w3c.dom.Attr domAttr)
|
|
| Method Summary | |
|---|---|
org.w3c.dom.Attr |
getDOMAttr()
DOCUMENT ME! |
GMLConstruct |
getOwner()
Returns the GML construct that owns this XML attribute. |
java.lang.String |
getValue()
Returns the value of this attribute. |
XMLDescriptor |
getXMLDescriptor()
DOCUMENT ME! |
java.lang.String |
toString()
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeImpl(GMLConstruct owner,
org.w3c.dom.Attr domAttr)
| Method Detail |
|---|
public XMLDescriptor getXMLDescriptor()
getXMLDescriptor in interface XMLDescribablepublic GMLConstruct getOwner()
getOwner in interface Attributepublic org.w3c.dom.Attr getDOMAttr()
public java.lang.String getValue()
getValue in interface Attributepublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||