|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.googlecode.jinahya.el.ELNode
com.googlecode.jinahya.el.ELElement
public class ELElement
Element.
| Field Summary | |
|---|---|
protected Map<String,ELAttribute> |
attributes
attributes. |
protected List<ELElement> |
elements
elements. |
protected String |
text
text. |
| Fields inherited from class com.googlecode.jinahya.el.ELNode |
|---|
localName, namespaceURI |
| Constructor Summary | |
|---|---|
ELElement(String namesapceURI,
String localName)
Creates a new instance. |
|
| Method Summary | |
|---|---|
Set<String> |
getNamespaceURIs()
Returns all name space URIs. |
String |
toJSON()
Prints as an JSON string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final Map<String,ELAttribute> attributes
protected String text
protected final List<ELElement> elements
| Constructor Detail |
|---|
public ELElement(String namesapceURI,
String localName)
namesapceURI - name space URIlocalName - local name| Method Detail |
|---|
public Set<String> getNamespaceURIs()
public String toJSON()
ELNode
toJSON in class ELNode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||