BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.apache.xerces.impl.dtd
Class XMLEntityDecl

java.lang.Object
  extended byweblogic.apache.xerces.impl.dtd.XMLEntityDecl

Deprecated. please use JDK supplied XML parsers and transformers

public class XMLEntityDecl
extends Object


Field Summary
 String baseSystemId
          Deprecated. baseSystemId
 boolean inExternal
          Deprecated. Note: flag of where the entity is defined, not whether it is a external entity
 boolean isPE
          Deprecated. isPE
 String name
          Deprecated. name
 String notation
          Deprecated. notation
 String publicId
          Deprecated. publicId
 String systemId
          Deprecated. systemId
 String value
          Deprecated. Value.
 
Constructor Summary
XMLEntityDecl()
          Deprecated.  
 
Method Summary
 void clear()
          Deprecated. clear
 void setValues(String name, String publicId, String systemId, String baseSystemId, String notation, boolean isPE, boolean inExternal)
          Deprecated. setValues
 void setValues(String name, String publicId, String systemId, String baseSystemId, String notation, String value, boolean isPE, boolean inExternal)
          Deprecated. setValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

baseSystemId

public String baseSystemId
Deprecated. 
baseSystemId


inExternal

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


isPE

public boolean isPE
Deprecated. 
isPE


name

public String name
Deprecated. 
name


notation

public String notation
Deprecated. 
notation


publicId

public String publicId
Deprecated. 
publicId


systemId

public String systemId
Deprecated. 
systemId


value

public String value
Deprecated. 
Value.

Constructor Detail

XMLEntityDecl

public XMLEntityDecl()
Deprecated. 
Method Detail

clear

public void clear()
Deprecated. 
clear


setValues

public void setValues(String name,
                      String publicId,
                      String systemId,
                      String baseSystemId,
                      String notation,
                      boolean isPE,
                      boolean inExternal)
Deprecated. 
setValues

Parameters:
name -
publicId -
systemId -
baseSystemId -
notation -
isPE -
inExternal -

setValues

public void setValues(String name,
                      String publicId,
                      String systemId,
                      String baseSystemId,
                      String notation,
                      String value,
                      boolean isPE,
                      boolean inExternal)
Deprecated. 
setValues

Parameters:
name -
publicId -
systemId -
baseSystemId -
value -
notation -
isPE -
inExternal -

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.