org.apache.xerces.impl.xs.opti

Class DefaultElement

public class DefaultElement extends NodeImpl implements Element

Version: $Id: DefaultElement.java,v 1.8 2005/05/02 22:00:52 mrglavas Exp $

Author: Rahul Srivastava, Sun Microsystems Inc.

UNKNOWN:

Constructor Summary
DefaultElement()
DefaultElement(String prefix, String localpart, String rawname, String uri, short nodeType)
Method Summary
StringgetAttribute(String name)
AttrgetAttributeNode(String name)
AttrgetAttributeNodeNS(String namespaceURI, String localName)
StringgetAttributeNS(String namespaceURI, String localName)
NodeListgetElementsByTagName(String name)
NodeListgetElementsByTagNameNS(String namespaceURI, String localName)
TypeInfogetSchemaTypeInfo()
StringgetTagName()
booleanhasAttribute(String name)
booleanhasAttributeNS(String namespaceURI, String localName)
voidremoveAttribute(String name)
AttrremoveAttributeNode(Attr oldAttr)
voidremoveAttributeNS(String namespaceURI, String localName)
voidsetAttribute(String name, String value)
AttrsetAttributeNode(Attr newAttr)
AttrsetAttributeNodeNS(Attr newAttr)
voidsetAttributeNS(String namespaceURI, String qualifiedName, String value)
voidsetIdAttribute(String name, boolean makeId)
voidsetIdAttributeNode(Attr at, boolean makeId)
voidsetIdAttributeNS(String namespaceURI, String localName, boolean makeId)

Constructor Detail

DefaultElement

public DefaultElement()

DefaultElement

public DefaultElement(String prefix, String localpart, String rawname, String uri, short nodeType)

Method Detail

getAttribute

public String getAttribute(String name)

getAttributeNode

public Attr getAttributeNode(String name)

getAttributeNodeNS

public Attr getAttributeNodeNS(String namespaceURI, String localName)

getAttributeNS

public String getAttributeNS(String namespaceURI, String localName)

getElementsByTagName

public NodeList getElementsByTagName(String name)

getElementsByTagNameNS

public NodeList getElementsByTagNameNS(String namespaceURI, String localName)

getSchemaTypeInfo

public TypeInfo getSchemaTypeInfo()

getTagName

public String getTagName()

hasAttribute

public boolean hasAttribute(String name)

hasAttributeNS

public boolean hasAttributeNS(String namespaceURI, String localName)

removeAttribute

public void removeAttribute(String name)

removeAttributeNode

public Attr removeAttributeNode(Attr oldAttr)

removeAttributeNS

public void removeAttributeNS(String namespaceURI, String localName)

setAttribute

public void setAttribute(String name, String value)

setAttributeNode

public Attr setAttributeNode(Attr newAttr)

setAttributeNodeNS

public Attr setAttributeNodeNS(Attr newAttr)

setAttributeNS

public void setAttributeNS(String namespaceURI, String qualifiedName, String value)

setIdAttribute

public void setIdAttribute(String name, boolean makeId)

setIdAttributeNode

public void setIdAttributeNode(Attr at, boolean makeId)

setIdAttributeNS

public void setIdAttributeNS(String namespaceURI, String localName, boolean makeId)
Copyright © 1999-2005 Apache XML Project. All Rights Reserved.