SPYXMLDataKind (nicht mehr verwendet)
public class SPYXMLDataKind
{
public final static long spyXMLDataXMLDocStruct | = 0; | |
public final static long spyXMLDataXMLEntityDocStruct | = 1; | |
public final static long spyXMLDataDTDDocStruct | = 2; | |
public final static long spyXMLDataXML | = 3; | |
public final static long spyXMLDataElement | = 4; | |
public final static long spyXMLDataAttr | = 5; | |
public final static long spyXMLDataText | = 6; | |
public final static long spyXMLDataCData | = 7; | |
public final static long spyXMLDataComment | = 8; | |
public final static long spyXMLDataPI | = 9; | |
public final static long spyXMLDataDefDoctype | = 10; | |
public final static long spyXMLDataDefExternalID | = 11; | |
public final static long spyXMLDataDefElement | = 12; | |
public final static long spyXMLDataDefAttlist | = 13; | |
public final static long spyXMLDataDefEntity | = 14; | |
public final static long spyXMLDataDefNotation | = 15; | |
public final static long spyXMLDataKindsCount | = 16; |
}