net.sourceforge.jsxe.dom.completion
Class EntityDecl

java.lang.Object
  extended bynet.sourceforge.jsxe.dom.completion.EntityDecl

public class EntityDecl
extends Object


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

INTERNAL

public static final int INTERNAL
See Also:
Constant Field Values

EXTERNAL

public static final int EXTERNAL
See Also:
Constant Field Values

type

public int type

name

public String name

value

public String value

publicId

public String publicId

systemId

public String systemId
Constructor Detail

EntityDecl

public EntityDecl(int type,
                  String name,
                  String value)

EntityDecl

public EntityDecl(int type,
                  String name,
                  String publicId,
                  String systemId)
Method Detail

toString

public String toString()