net.sgoliver.jrtftree.core
Class RtfNodeType

java.lang.Object
  extended bynet.sgoliver.jrtftree.core.RtfNodeType

public class RtfNodeType
extends java.lang.Object

Tipos de nodo de un documento RTF.


Field Summary
static int CONTROL
          Símbolo de control.
static int GROUP
          Grupo RTF.
static int KEYWORD
          Palabra clave.
static int NONE
          Nodo no inicializado.
static int ROOT
          Nodo raíz.
static int TEXT
          Fragmento de texto.
 
Constructor Summary
RtfNodeType()
           
 
Method Summary
static java.lang.String toString(int nodeType)
          Convierte el tipo de nodo a cadena.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTROL

public static final int CONTROL
Símbolo de control.

See Also:
Constant Field Values

GROUP

public static final int GROUP
Grupo RTF.

See Also:
Constant Field Values

KEYWORD

public static final int KEYWORD
Palabra clave.

See Also:
Constant Field Values

NONE

public static final int NONE
Nodo no inicializado.

See Also:
Constant Field Values

ROOT

public static final int ROOT
Nodo raíz.

See Also:
Constant Field Values

TEXT

public static final int TEXT
Fragmento de texto.

See Also:
Constant Field Values
Constructor Detail

RtfNodeType

public RtfNodeType()
Method Detail

toString

public static java.lang.String toString(int nodeType)
Convierte el tipo de nodo a cadena.

Parameters:
nodeType - Tipo de nodo.
Returns:
Representación textual del tipo de nodo.