public class

XAttr

extends XNode
implements Attr
java.lang.Object
   ↳ com.pnfsoftware.jeb.util.encoding.xml.XNode
     ↳ com.pnfsoftware.jeb.util.encoding.xml.XAttr

Class Overview

Implementation of the Attr API used by XmlParser.

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Constructors
XAttr(String name, String value)
Public Methods
String getName()
String getNodeName()
short getNodeType()
String getNodeValue()
Document getOwnerDocument()
Element getOwnerElement()
TypeInfo getSchemaTypeInfo()
boolean getSpecified()
String getValue()
boolean isId()
void setValue(String value)
String toString()
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.util.encoding.xml.XNode
From class java.lang.Object
From interface org.w3c.dom.Attr
From interface org.w3c.dom.Node

Public Constructors

public XAttr (String name, String value)

Public Methods

public String getName ()

public String getNodeName ()

public short getNodeType ()

public String getNodeValue ()

public Document getOwnerDocument ()

public Element getOwnerElement ()

public TypeInfo getSchemaTypeInfo ()

public boolean getSpecified ()

public String getValue ()

public boolean isId ()

public void setValue (String value)

Throws
DOMException

public String toString ()