org.apache.xerces.impl.dtd

Class XMLEntityDecl


public class XMLEntityDecl
extends java.lang.Object

Version:
$Id: XMLEntityDecl.java,v 1.5 2004/10/04 21:57:30 mrglavas Exp $

Field Summary

String
baseSystemId
baseSystemId
boolean
inExternal
Note: flag of where the entity is defined, not whether it is a external entity
boolean
isPE
isPE
String
name
name
String
notation
notation
String
publicId
publicId
String
systemId
systemId
String
value
Value.

Method Summary

void
clear()
clear
void
setValues(String name, String publicId, String systemId, String baseSystemId, String notation, String value, boolean isPE, boolean inExternal)
setValues
void
setValues(String name, String publicId, String systemId, String baseSystemId, String notation, boolean isPE, boolean inExternal)
setValues

Field Details

baseSystemId

public String baseSystemId
baseSystemId

inExternal

public boolean inExternal
Note: flag of where the entity is defined, not whether it is a external entity

isPE

public boolean isPE
isPE

name

public String name
name

notation

public String notation
notation

publicId

public String publicId
publicId

systemId

public String systemId
systemId

value

public String value
Value.

Method Details

clear

public void clear()
clear

setValues

public void setValues(String name,
                      String publicId,
                      String systemId,
                      String baseSystemId,
                      String notation,
                      String value,
                      boolean isPE,
                      boolean inExternal)
setValues
Parameters:
name -
publicId -
systemId -
baseSystemId -
notation -
value -
isPE -
inExternal -

setValues

public void setValues(String name,
                      String publicId,
                      String systemId,
                      String baseSystemId,
                      String notation,
                      boolean isPE,
                      boolean inExternal)
setValues
Parameters:
name -
publicId -
systemId -
baseSystemId -
notation -
isPE -
inExternal -

Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.