Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.tripi.asp.msxml2
Class DOMElement  view DOMElement download DOMElement.java

java.lang.Object
  extended bycom.tripi.asp.msxml2.DOMNode
      extended bycom.tripi.asp.msxml2.DOMElement

public class DOMElement
extends DOMNode

This class implements msxml2.DOMElement. Contributed by Jim Horner <jhorner@arinbe.com>


Field Summary
(package private)  org.apache.log4j.Category DBG
          Debugging category.
 
Fields inherited from class com.tripi.asp.msxml2.DOMNode
_Attributes, _ChildNodes, _NamespaceURI, _NodeName, _NodeType, _NodeValue, _OwnerDocument, _ParentNode, _Prefix
 
Constructor Summary
DOMElement()
           
 
Method Summary
 java.lang.String TagName()
           
 
Methods inherited from class com.tripi.asp.msxml2.DOMNode
AppendChild, Attributes, FirstChild, LastChild, NamespaceURI, NodeType, NodeTypeString, NodeValue, NodeValue, Prefix, Text, Text, Xml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DBG

org.apache.log4j.Category DBG
Debugging category.

Constructor Detail

DOMElement

public DOMElement()
Method Detail

TagName

public java.lang.String TagName()