org.apache.xerces.impl.xs.opti
Class AttrImpl
- Attr, Node
public class AttrImpl
implements Attr
This class represents a single attribute.
$Id: AttrImpl.java,v 1.8 2005/05/02 22:00:52 mrglavas Exp $- Rahul Srivastava, Sun Microsystems Inc.
AttrImpl() - Default Constructor
|
AttrImpl(Element element, String prefix, String localpart, String rawname, String uri, String value) - Constructs an attribute.
|
appendChild , cloneNode , compareDocumentPosition , getAttributes , getBaseURI , getChildNodes , getFeature , getFirstChild , getLastChild , getLocalName , getNamespaceURI , getNextSibling , getNodeName , getNodeType , getNodeValue , getOwnerDocument , getParentNode , getPrefix , getPreviousSibling , getTextContent , getUserData , hasAttributes , hasChildNodes , insertBefore , isDefaultNamespace , isEqualNode , isSameNode , isSupported , lookupNamespaceURI , lookupPrefix , normalize , removeChild , replaceChild , setNodeValue , setPrefix , setTextContent , setUserData |
AttrImpl
public AttrImpl()
Default Constructor
AttrImpl
public AttrImpl(Element element,
String prefix,
String localpart,
String rawname,
String uri,
String value)
Constructs an attribute.
element
- Element which owns this attributeprefix
- 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.
getName
public String getName()
getOwnerElement
public Element getOwnerElement()
getSchemaTypeInfo
public TypeInfo getSchemaTypeInfo()
Method getSchemaTypeInfo.
getSpecified
public boolean getSpecified()
getValue
public String getValue()
isId
public boolean isId()
setValue
public void setValue(String value)
throws DOMException
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.