BEA Systems, Inc.

weblogic.apache.xerces.impl.dtd
Class XMLNotationDecl

java.lang.Object
  extended by weblogic.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

name

public String name
Deprecated. 
name


publicId

public String publicId
Deprecated. 
publicId


systemId

public String systemId
Deprecated. 
systemId


baseSystemId

public String baseSystemId
Deprecated. 
base systemId

Constructor Detail

XMLNotationDecl

public XMLNotationDecl()
Deprecated. 
Method Detail

setValues

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

Parameters:
name -
publicId -
systemId -

clear

public void clear()
Deprecated. 
clear


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