BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.apache.xerces.impl.dtd
Class XMLAttributeDecl

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

Deprecated. please use JDK supplied XML parsers and transformers

public class XMLAttributeDecl
extends Object


Field Summary
 QName name
          Deprecated. name
 boolean optional
          Deprecated. optional
 XMLSimpleType simpleType
          Deprecated. simpleType
 
Constructor Summary
XMLAttributeDecl()
          Deprecated.  
 
Method Summary
 void clear()
          Deprecated. clear
 void setValues(QName name, XMLSimpleType simpleType, boolean optional)
          Deprecated. setValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final QName name
Deprecated. 
name


optional

public boolean optional
Deprecated. 
optional


simpleType

public final XMLSimpleType simpleType
Deprecated. 
simpleType

Constructor Detail

XMLAttributeDecl

public XMLAttributeDecl()
Deprecated. 
Method Detail

clear

public void clear()
Deprecated. 
clear


setValues

public void setValues(QName name,
                      XMLSimpleType simpleType,
                      boolean optional)
Deprecated. 
setValues

Parameters:
name -
simpleType -
optional -

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