BEA Systems, Inc.

weblogic.apache.xerces.impl.dtd
Class XMLAttributeDecl

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


simpleType

public final XMLSimpleType simpleType
Deprecated. 
simpleType


optional

public boolean optional
Deprecated. 
optional

Constructor Detail

XMLAttributeDecl

public XMLAttributeDecl()
Deprecated. 
Method Detail

setValues

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

Parameters:
name -
simpleType -
optional -

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.