public class XMLAttributeDecl
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
org.apache.xerces.xni.QName |
name |
name
|
boolean |
optional |
optional
|
XMLSimpleType |
simpleType |
simpleType
|
| Constructor | Description |
|---|---|
XMLAttributeDecl() |
| Modifier and Type | Method | 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-2010 The Apache Software Foundation. All Rights Reserved.