BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.apache.xerces.impl.dtd
Class XMLNotationDecl

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

Deprecated. please use JDK supplied XML parsers and transformers

public class XMLNotationDecl
extends Object


Field Summary
 String baseSystemId
          Deprecated. base systemId
 String name
          Deprecated. name
 String publicId
          Deprecated. publicId
 String systemId
          Deprecated. systemId
 
Constructor Summary
XMLNotationDecl()
          Deprecated.  
 
Method Summary
 void clear()
          Deprecated. clear
 void setValues(String name, String publicId, String systemId, String baseSystemId)
          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. 
base systemId


name

public String name
Deprecated. 
name


publicId

public String publicId
Deprecated. 
publicId


systemId

public String systemId
Deprecated. 
systemId

Constructor Detail

XMLNotationDecl

public XMLNotationDecl()
Deprecated. 
Method Detail

clear

public void clear()
Deprecated. 
clear


setValues

public void setValues(String name,
                      String publicId,
                      String systemId,
                      String baseSystemId)
Deprecated. 
setValues

Parameters:
name -
publicId -
systemId -

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