|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.googlecode.jinahya.el.ELNode
public abstract class ELNode
Abstract node.
| Field Summary | |
|---|---|
protected String |
localName
local name. |
protected String |
namespaceURI
namespace URI. |
| Constructor Summary | |
|---|---|
ELNode(String namespaceURI,
String localName)
Creates a new instance. |
|
| Method Summary | |
|---|---|
abstract 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 String namespaceURI
protected final String localName
| Constructor Detail |
|---|
public ELNode(String namespaceURI,
String localName)
namespaceURI - namespace URIlocalName - local name| Method Detail |
|---|
public abstract String toJSON()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||