org.apache.xerces.impl.xs.opti
public class AttrImpl extends NodeImpl implements Attr
Version: $Id: AttrImpl.java,v 1.8 2005/05/02 22:00:52 mrglavas Exp $
UNKNOWN:
Constructor Summary | |
---|---|
AttrImpl() Default Constructor | |
AttrImpl(Element element, String prefix, String localpart, String rawname, String uri, String value)
Constructs an attribute.
|
Method Summary | |
---|---|
String | getName() |
Element | getOwnerElement() |
TypeInfo | getSchemaTypeInfo()
Method getSchemaTypeInfo. |
boolean | getSpecified() |
String | getValue() |
boolean | isId() |
void | setValue(String value) |
Parameters: element Element which owns this attribute prefix The QName prefix. localpart The QName localpart. rawname The QName rawname. uri The uri binding for the associated prefix. value The value of the attribute.
Returns: TypeInfo
Since: DOM Level 3