|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.googlecode.jinahya.xml.ELNode
com.googlecode.jinahya.xml.ELElement
public class ELElement
Element.
| Constructor Summary | |
|---|---|
ELElement(String namesapceURI,
String localName)
Creates a new instance. |
|
| Method Summary | |
|---|---|
Map |
getAttributes()
|
List |
getElements()
|
Set |
getNamespaceURIs()
Returns all namespace URIs. |
Set |
getNamespaceURIs(Set namespaceURIs)
Gets all namespace URIs. |
String |
getText()
|
void |
setText(String text)
|
String |
toJSON()
Returns a JSON representation. |
| Methods inherited from class com.googlecode.jinahya.xml.ELNode |
|---|
getLocalName, getNamespaceURI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ELElement(String namesapceURI,
String localName)
namesapceURI - namespace URIlocalName - local name| Method Detail |
|---|
public Set getNamespaceURIs()
public Set getNamespaceURIs(Set namespaceURIs)
namespaceURIs - the set to which all namesapce URIs are added
namespaceURIspublic String toJSON()
ELNode
toJSON in class ELNodepublic String getText()
public void setText(String text)
public Map getAttributes()
public List getElements()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||