Contents | Package | Class | Tree | Deprecated | Index | Help XML for Java 1.0.4
PREV | NEXT SHOW LISTS | HIDE LISTS

Interface org.w3c.dom.ModelGroup


public interface ModelGroup
extends Node

Field Summary
static int  AND
 
static int  OPT
 
static int  OR
 
static int  PLUS
 
static int  REP
 
static int  SEQ
 
 

Method Summary
int  getConnector()
 
int  getOccurrence()
 
Node  getTokens()
 
void  setConnector(int arg)
 
void  setOccurrence(int arg)
 
void  setTokens(Node arg)
 
 

Field Detail

OPT

public static final int OPT

PLUS

public static final int PLUS

REP

public static final int REP

OR

public static final int OR

SEQ

public static final int SEQ

AND

public static final int AND
Method Detail

getOccurrence

public int getOccurrence()

setOccurrence

public void setOccurrence(int arg)

getConnector

public int getConnector()

setConnector

public void setConnector(int arg)

getTokens

public Node getTokens()

setTokens

public void setTokens(Node arg)

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS