public class XMLAttributeDecl
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| org.apache.xerces.xni.QName | namename | 
| boolean | optionaloptional | 
| XMLSimpleType | simpleTypesimpleType | 
| Constructor and Description | 
|---|
| XMLAttributeDecl() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | clear()clear | 
| void | setValues(org.apache.xerces.xni.QName name,
         XMLSimpleType simpleType,
         boolean optional)setValues | 
public final org.apache.xerces.xni.QName name
public final XMLSimpleType simpleType
public boolean optional
public void setValues(org.apache.xerces.xni.QName name,
             XMLSimpleType simpleType,
             boolean optional)
name - simpleType - optional - public void clear()
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.