WebObjects 5.2.3

com.webobjects.foundation.xml
Interface NSXMLObjectStreamConstants

All Superinterfaces:
ObjectStreamConstants
All Known Implementing Classes:
NSXMLOutputStream

public interface NSXMLObjectStreamConstants
extends ObjectStreamConstants

Constants used for XML serialization.


Field Summary
static String ARRAY_TAG
          Array element tag name.
static String BOOLEAN_TAG
          Boolean element tag name.
static String BYTE_TAG
          Byte element tag name.
static String CHAR_TAG
          Char element tag name.
static String CLASS_ATTR
          ClassId attribute name.
static String CLASS_TAG
          Class element tag name.
static String CONTENT_TAG
          Root element tag name.
static String DOUBLE_TAG
          Double element tag name.
static String EXCEPTION_TAG
          Final exception element tag name.
static String FIELD_ATTR
          Field attribute name.
static String FIELD_TAG
          Field element tag name.
static String FLAG_ATTR
          Flag attribute name.
static String FLOAT_TAG
          Float element tag name.
static String ID_ATTR
          ID attribute name.
static String IDREF_ATTR
          IDREF attribute name.
static String IGNORE_ATTR
          Special meta-data tag used only by the system.
static String INT_TAG
          Integer element tag name.
static String INTERFACE_TAG
          Interface element tag name.
static String KEY_ATTR
          Key attribute name.
static String LENGTH_ATTR
          Length of array attribute name.
static String LONG_TAG
          Long element tag name.
static String NAME_ATTR
          Name attribute name.
static String NAMESPACE
          Official namespace of the XML serialization.
static String OBJECT_TAG
          Object element tag name.
static String PROXY_TAG
          Proxy element tag name.
static String SHORT_TAG
          Short element tag name.
static String STRING_TAG
          String element tag name.
static String SUID_ATTR
          SUID attribute name.
static String SUPER_TAG
          Super element tag name.
static String TYPE_ATTR
          Type attribute name.
 
Fields inherited from interface java.io.ObjectStreamConstants
baseWireHandle, PROTOCOL_VERSION_1, PROTOCOL_VERSION_2, SC_BLOCK_DATA, SC_EXTERNALIZABLE, SC_SERIALIZABLE, SC_WRITE_METHOD, STREAM_MAGIC, STREAM_VERSION, SUBCLASS_IMPLEMENTATION_PERMISSION, SUBSTITUTION_PERMISSION, TC_ARRAY, TC_BASE, TC_BLOCKDATA, TC_BLOCKDATALONG, TC_CLASS, TC_CLASSDESC, TC_ENDBLOCKDATA, TC_EXCEPTION, TC_LONGSTRING, TC_MAX, TC_NULL, TC_OBJECT, TC_PROXYCLASSDESC, TC_REFERENCE, TC_RESET, TC_STRING
 

Field Detail

ARRAY_TAG

public static final String ARRAY_TAG
Array element tag name.


BOOLEAN_TAG

public static final String BOOLEAN_TAG
Boolean element tag name.


BYTE_TAG

public static final String BYTE_TAG
Byte element tag name.


CHAR_TAG

public static final String CHAR_TAG
Char element tag name.


CLASS_ATTR

public static final String CLASS_ATTR
ClassId attribute name.


CLASS_TAG

public static final String CLASS_TAG
Class element tag name.


CONTENT_TAG

public static final String CONTENT_TAG
Root element tag name.


DOUBLE_TAG

public static final String DOUBLE_TAG
Double element tag name.


EXCEPTION_TAG

public static final String EXCEPTION_TAG
Final exception element tag name.


FIELD_ATTR

public static final String FIELD_ATTR
Field attribute name.


FIELD_TAG

public static final String FIELD_TAG
Field element tag name.


FLAG_ATTR

public static final String FLAG_ATTR
Flag attribute name.


FLOAT_TAG

public static final String FLOAT_TAG
Float element tag name.


IDREF_ATTR

public static final String IDREF_ATTR
IDREF attribute name.


ID_ATTR

public static final String ID_ATTR
ID attribute name.


IGNORE_ATTR

public static final String IGNORE_ATTR
Special meta-data tag used only by the system.


INTERFACE_TAG

public static final String INTERFACE_TAG
Interface element tag name.


INT_TAG

public static final String INT_TAG
Integer element tag name.


KEY_ATTR

public static final String KEY_ATTR
Key attribute name.


LENGTH_ATTR

public static final String LENGTH_ATTR
Length of array attribute name.


LONG_TAG

public static final String LONG_TAG
Long element tag name.


NAMESPACE

public static final String NAMESPACE
Official namespace of the XML serialization.


NAME_ATTR

public static final String NAME_ATTR
Name attribute name.


OBJECT_TAG

public static final String OBJECT_TAG
Object element tag name.


PROXY_TAG

public static final String PROXY_TAG
Proxy element tag name.


SHORT_TAG

public static final String SHORT_TAG
Short element tag name.


STRING_TAG

public static final String STRING_TAG
String element tag name.


SUID_ATTR

public static final String SUID_ATTR
SUID attribute name.


SUPER_TAG

public static final String SUPER_TAG
Super element tag name.


TYPE_ATTR

public static final String TYPE_ATTR
Type attribute name.


Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.