gnu.kawa.xml

Class KElement

Implemented Interfaces:
java.util.Enumeration, java.util.ListIterator

public class KElement
extends KNode

Field Summary

Fields inherited from class gnu.lists.SeqPosition

ipos, sequence

Constructor Summary

KElement(NodeTree seq, int ipos)

Method Summary

String
getAttribute(String name)
Not implemented yet.
String
getAttributeNS(String namespaceURI, String localName)
Not implemented yet.
Attr
getAttributeNode(String name)
Not implemented yet.
Attr
getAttributeNodeNS(String namespaceURI, String localName)
Not implemented yet.
NodeList
getElementsByTagNameNS(String namespaceURI, String localName)
Not implemented yet.
short
getNodeType()
String
getNodeValue()
String
getTagName()
boolean
hasAttribute(String name)
Not implemented yet.
boolean
hasAttributeNS(String namespaceURI, String localName)
Not implemented yet.
boolean
hasAttributes()
void
removeAttribute(String name)
Not implemented.
void
removeAttributeNS(String namespaceURI, String localName)
Not implemented.
Attr
removeAttributeNode(Attr oldAttr)
Not implemented.
void
setAttribute(String name, String value)
Not implemented.
void
setAttributeNS(String namespaceURI, String qualifiedName, String value)
Not implemented.
Attr
setAttributeNode(Attr newAttr)
Not implemented.
Attr
setAttributeNodeNS(Attr newAttr)
Not implemented.
void
setIdAttribute(String name, boolean isId)
Not implemented.
void
setIdAttributeNS(String namespaceURI, String localName, boolean isId)
Not implemented.
void
setIdAttributeNode(Attr idAttr, boolean isId)
Not implemented.

Methods inherited from class gnu.kawa.xml.KNode

coerce, getBaseURI, getFeature, getLocalName, getNamespaceURI, getNodeName, getNodeType, getNodeValue, getNodeValue, getPrefix, getTextContent, getTextContent, hasAttributes, hasChildNodes, isDefaultNamespace, isSupported, lookupNamespaceURI, lookupPrefix, make, make, normalize, toString

Methods inherited from class gnu.lists.SeqPosition

add, copy, finalize, fromEndIndex, getContainingSequenceSize, getNext, getNextKind, getNextTypeName, getNextTypeObject, getPos, getPrevious, gotoChildrenStart, gotoEnd, gotoNext, gotoPrevious, gotoStart, hasMoreElements, hasNext, hasPrevious, isAfter, make, next, nextElement, nextIndex, previous, previousIndex, release, remove, set, set, set, setNext, setPos, setPos, setPrevious, toInfo, toString

Constructor Details

KElement

public KElement(NodeTree seq,
                int ipos)

Method Details

getAttribute

public String getAttribute(String name)
Not implemented yet.

getAttributeNS

public String getAttributeNS(String namespaceURI,
                             String localName)
Not implemented yet.

getAttributeNode

public Attr getAttributeNode(String name)
Not implemented yet.

getAttributeNodeNS

public Attr getAttributeNodeNS(String namespaceURI,
                               String localName)
Not implemented yet.

getElementsByTagNameNS

public NodeList getElementsByTagNameNS(String namespaceURI,
                                       String localName)
Not implemented yet.

getNodeType

public short getNodeType()
Overrides:
getNodeType in interface KNode

getNodeValue

public String getNodeValue()
Overrides:
getNodeValue in interface KNode

getTagName

public String getTagName()

hasAttribute

public boolean hasAttribute(String name)
Not implemented yet.

hasAttributeNS

public boolean hasAttributeNS(String namespaceURI,
                              String localName)
Not implemented yet.

hasAttributes

public boolean hasAttributes()
Overrides:
hasAttributes in interface KNode

removeAttribute

public void removeAttribute(String name)
            throws DOMException
Not implemented.

removeAttributeNS

public void removeAttributeNS(String namespaceURI,
                              String localName)
            throws DOMException
Not implemented.

removeAttributeNode

public Attr removeAttributeNode(Attr oldAttr)
            throws DOMException
Not implemented.

setAttribute

public void setAttribute(String name,
                         String value)
            throws DOMException
Not implemented.

setAttributeNS

public void setAttributeNS(String namespaceURI,
                           String qualifiedName,
                           String value)
            throws DOMException
Not implemented.

setAttributeNode

public Attr setAttributeNode(Attr newAttr)
            throws DOMException
Not implemented.

setAttributeNodeNS

public Attr setAttributeNodeNS(Attr newAttr)
            throws DOMException
Not implemented.

setIdAttribute

public void setIdAttribute(String name,
                           boolean isId)
            throws DOMException
Not implemented.

setIdAttributeNS

public void setIdAttributeNS(String namespaceURI,
                             String localName,
                             boolean isId)
            throws DOMException
Not implemented.

setIdAttributeNode

public void setIdAttributeNode(Attr idAttr,
                               boolean isId)
            throws DOMException
Not implemented.