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

Quick Search    Search Deep

diffxml.pulldiff
Class Node  view Node download Node.java

java.lang.Object
  extended bydiffxml.pulldiff.Node

public class Node
extends java.lang.Object


Field Summary
 int attr_count
           
private  java.util.Vector attributes
           
 int depth
           
static int TAG
           
static int TEXT
           
 int type
           
 java.lang.String value
           
 
Constructor Summary
(package private) Node()
           
(package private) Node(int t, java.lang.String n, int d)
           
 
Method Summary
 void addAttr(java.lang.String n, java.lang.String v)
           
 java.lang.String getAttrName(int i)
           
 java.lang.String getAttrValue(int i)
           
 void removeAttrs()
           
 void set(int t, java.lang.String v, int d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEXT

public static final int TEXT
See Also:
Constant Field Values

TAG

public static final int TAG
See Also:
Constant Field Values

type

public int type

value

public java.lang.String value

depth

public int depth

attr_count

public int attr_count

attributes

private java.util.Vector attributes
Constructor Detail

Node

Node()

Node

Node(int t,
     java.lang.String n,
     int d)
Method Detail

set

public void set(int t,
                java.lang.String v,
                int d)

removeAttrs

public void removeAttrs()

addAttr

public void addAttr(java.lang.String n,
                    java.lang.String v)

getAttrName

public java.lang.String getAttrName(int i)

getAttrValue

public java.lang.String getAttrValue(int i)