Package org.apache.xerces.impl.dtd
Class XMLAttributeDecl
java.lang.Object
org.apache.xerces.impl.dtd.XMLAttributeDecl
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Version:
- $Id: XMLAttributeDecl.java 446755 2006-09-15 21:56:27Z mrglavas $
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal org.apache.xerces.xni.QName
nameboolean
optionalfinal XMLSimpleType
simpleType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
clearvoid
setValues
(org.apache.xerces.xni.QName name, XMLSimpleType simpleType, boolean optional) setValues
-
Field Details
-
name
public final org.apache.xerces.xni.QName namename -
simpleType
simpleType -
optional
public boolean optionaloptional
-
-
Constructor Details
-
XMLAttributeDecl
public XMLAttributeDecl()
-
-
Method Details
-
setValues
setValues- Parameters:
name
-simpleType
-optional
-
-
clear
public void clear()clear
-