|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jsxe.dom.completion.EntityDecl
Nested Class Summary | |
static class |
EntityDecl.Compare
|
Field Summary | |
static int |
EXTERNAL
|
static int |
INTERNAL
|
String |
name
|
String |
publicId
|
String |
systemId
|
int |
type
|
String |
value
|
Constructor Summary | |
EntityDecl(int type,
String name,
String value)
|
|
EntityDecl(int type,
String name,
String publicId,
String systemId)
|
Method Summary | |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int INTERNAL
public static final int EXTERNAL
public int type
public String name
public String value
public String publicId
public String systemId
Constructor Detail |
public EntityDecl(int type, String name, String value)
public EntityDecl(int type, String name, String publicId, String systemId)
Method Detail |
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |