home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cre@te Online 2000 December
/
Cre@teOnline CD05.iso
/
MacSoft
/
XML ConsoleMax.sea
/
XML ConsoleMax
/
Required
/
xml4j.jar
/
com
/
ibm
/
xml
/
framework
/
ElementDecl.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1999-08-30
|
516 b
|
13 lines
package com.ibm.xml.framework;
public final class ElementDecl {
public static final int CONTENTSPEC_UNKNOWN = 0;
public static final int CONTENTSPEC_EMPTY = 1;
public static final int CONTENTSPEC_ANY = 2;
public static final int CONTENTSPEC_MIXED = 3;
public static final int CONTENTSPEC_CHILDREN = 4;
public int elementName;
public int contentSpecType;
public int contentSpec;
}