Xj3D 2.0 VRML/X3D Code API

org.web3d.x3d.jaxp
Interface X3DConstants


public interface X3DConstants

A collection of useful constants for setting up X3D specific capabilities with the JAXP DOM parser.

Allows the use of property information without needing to import specific instances of the factory.


Field Summary
static java.lang.String CAD_INTERCHANGE_PUBLIC_ID_3_1
          The formal public Identifier for the Interchange profile
static java.lang.String CAD_INTERCHANGE_PUBLIC_ID_3_2
          The formal public Identifier for the Interchange profile
static java.lang.String DTD_NAME
          The formal DTD name for XML documents conforming to the X3D spec
static java.lang.String FULL_PUBLIC_ID_3_0
          The formal public Identifier for the Full profile
static java.lang.String FULL_PUBLIC_ID_3_1
          The formal public Identifier for the Full profile
static java.lang.String FULL_PUBLIC_ID_3_2
          The formal public Identifier for the Full profile
static java.lang.String GENERAL_PUBLIC_ID_3_0
          The formal public Identifier for the specification V3.0
static java.lang.String GENERAL_PUBLIC_ID_3_1
          The formal public Identifier for the specification V3.1
static java.lang.String GENERAL_PUBLIC_ID_3_2
          The formal public Identifier for the specification V3.2
static java.lang.String GENERAL_SYSTEM_ID_3_0
          The formal system identifier for the specification V3.0
static java.lang.String GENERAL_SYSTEM_ID_3_1
          The formal system identifier for the specification V3.1
static java.lang.String GENERAL_SYSTEM_ID_3_2
          The formal system identifier for the specification V3.2
static java.lang.String IMMERSIVE_PUBLIC_ID_3_0
          The formal public Identifier for the Immersive profile
static java.lang.String IMMERSIVE_PUBLIC_ID_3_1
          The formal public Identifier for the Immersive profile
static java.lang.String IMMERSIVE_PUBLIC_ID_3_2
          The formal public Identifier for the Immersive profile
static java.lang.String INTERACTIVE_PUBLIC_ID_3_0
          The formal public Identifier for the Interactive profile
static java.lang.String INTERACTIVE_PUBLIC_ID_3_1
          The formal public Identifier for the Interactive profile
static java.lang.String INTERACTIVE_PUBLIC_ID_3_2
          The formal public Identifier for the Interactive profile
static java.lang.String INTERCHANGE_PUBLIC_ID_3_0
          The formal public Identifier for the Interchange profile
static java.lang.String INTERCHANGE_PUBLIC_ID_3_1
          The formal public Identifier for the Interchange profile
static java.lang.String INTERCHANGE_PUBLIC_ID_3_2
          The formal public Identifier for the Interchange profile
static java.lang.String OLD_PUBLIC_ID
          The old, transitional public Identifier for the specification
static java.lang.String OLD_SYSTEM_ID
          The old, transitional system Identifier for the specification
static java.lang.String SCHEMA_ID_3_0
          Schema definition for X3D 3.0
static java.lang.String SCHEMA_ID_3_1
          Schema definition for X3D 3.1
static java.lang.String SCHEMA_ID_3_2
          Schema definition for X3D 3.2
static java.lang.String TRANS_PUBLIC_ID
          The new, transitional public Identifier for the specification
static java.lang.String TRANS_SYSTEM_ID
          The new, transitional system Identifier for the specification
static java.lang.String X3D_NAMESPACE_URI
          The URI that is used for determining if a namespace definition is the X3D namespace or something else.
 

Field Detail

DTD_NAME

static final java.lang.String DTD_NAME
The formal DTD name for XML documents conforming to the X3D spec

See Also:
Constant Field Values

GENERAL_SYSTEM_ID_3_0

static final java.lang.String GENERAL_SYSTEM_ID_3_0
The formal system identifier for the specification V3.0

See Also:
Constant Field Values

GENERAL_PUBLIC_ID_3_0

static final java.lang.String GENERAL_PUBLIC_ID_3_0
The formal public Identifier for the specification V3.0

See Also:
Constant Field Values

INTERCHANGE_PUBLIC_ID_3_0

static final java.lang.String INTERCHANGE_PUBLIC_ID_3_0
The formal public Identifier for the Interchange profile

See Also:
Constant Field Values

INTERACTIVE_PUBLIC_ID_3_0

static final java.lang.String INTERACTIVE_PUBLIC_ID_3_0
The formal public Identifier for the Interactive profile

See Also:
Constant Field Values

IMMERSIVE_PUBLIC_ID_3_0

static final java.lang.String IMMERSIVE_PUBLIC_ID_3_0
The formal public Identifier for the Immersive profile

See Also:
Constant Field Values

FULL_PUBLIC_ID_3_0

static final java.lang.String FULL_PUBLIC_ID_3_0
The formal public Identifier for the Full profile

See Also:
Constant Field Values

GENERAL_SYSTEM_ID_3_1

static final java.lang.String GENERAL_SYSTEM_ID_3_1
The formal system identifier for the specification V3.1

See Also:
Constant Field Values

GENERAL_PUBLIC_ID_3_1

static final java.lang.String GENERAL_PUBLIC_ID_3_1
The formal public Identifier for the specification V3.1

See Also:
Constant Field Values

INTERCHANGE_PUBLIC_ID_3_1

static final java.lang.String INTERCHANGE_PUBLIC_ID_3_1
The formal public Identifier for the Interchange profile

See Also:
Constant Field Values

INTERACTIVE_PUBLIC_ID_3_1

static final java.lang.String INTERACTIVE_PUBLIC_ID_3_1
The formal public Identifier for the Interactive profile

See Also:
Constant Field Values

IMMERSIVE_PUBLIC_ID_3_1

static final java.lang.String IMMERSIVE_PUBLIC_ID_3_1
The formal public Identifier for the Immersive profile

See Also:
Constant Field Values

CAD_INTERCHANGE_PUBLIC_ID_3_1

static final java.lang.String CAD_INTERCHANGE_PUBLIC_ID_3_1
The formal public Identifier for the Interchange profile

See Also:
Constant Field Values

FULL_PUBLIC_ID_3_1

static final java.lang.String FULL_PUBLIC_ID_3_1
The formal public Identifier for the Full profile

See Also:
Constant Field Values

GENERAL_SYSTEM_ID_3_2

static final java.lang.String GENERAL_SYSTEM_ID_3_2
The formal system identifier for the specification V3.2

See Also:
Constant Field Values

GENERAL_PUBLIC_ID_3_2

static final java.lang.String GENERAL_PUBLIC_ID_3_2
The formal public Identifier for the specification V3.2

See Also:
Constant Field Values

INTERCHANGE_PUBLIC_ID_3_2

static final java.lang.String INTERCHANGE_PUBLIC_ID_3_2
The formal public Identifier for the Interchange profile

See Also:
Constant Field Values

INTERACTIVE_PUBLIC_ID_3_2

static final java.lang.String INTERACTIVE_PUBLIC_ID_3_2
The formal public Identifier for the Interactive profile

See Also:
Constant Field Values

IMMERSIVE_PUBLIC_ID_3_2

static final java.lang.String IMMERSIVE_PUBLIC_ID_3_2
The formal public Identifier for the Immersive profile

See Also:
Constant Field Values

CAD_INTERCHANGE_PUBLIC_ID_3_2

static final java.lang.String CAD_INTERCHANGE_PUBLIC_ID_3_2
The formal public Identifier for the Interchange profile

See Also:
Constant Field Values

FULL_PUBLIC_ID_3_2

static final java.lang.String FULL_PUBLIC_ID_3_2
The formal public Identifier for the Full profile

See Also:
Constant Field Values

OLD_PUBLIC_ID

static final java.lang.String OLD_PUBLIC_ID
The old, transitional public Identifier for the specification

See Also:
Constant Field Values

OLD_SYSTEM_ID

static final java.lang.String OLD_SYSTEM_ID
The old, transitional system Identifier for the specification

See Also:
Constant Field Values

TRANS_PUBLIC_ID

static final java.lang.String TRANS_PUBLIC_ID
The new, transitional public Identifier for the specification

See Also:
Constant Field Values

TRANS_SYSTEM_ID

static final java.lang.String TRANS_SYSTEM_ID
The new, transitional system Identifier for the specification

See Also:
Constant Field Values

SCHEMA_ID_3_0

static final java.lang.String SCHEMA_ID_3_0
Schema definition for X3D 3.0

See Also:
Constant Field Values

SCHEMA_ID_3_1

static final java.lang.String SCHEMA_ID_3_1
Schema definition for X3D 3.1

See Also:
Constant Field Values

SCHEMA_ID_3_2

static final java.lang.String SCHEMA_ID_3_2
Schema definition for X3D 3.2

See Also:
Constant Field Values

X3D_NAMESPACE_URI

static final java.lang.String X3D_NAMESPACE_URI
The URI that is used for determining if a namespace definition is the X3D namespace or something else. The value is http://www.web3d.org/specifications/x3d-namespace. Note: This is an arbitrary value picked by Xj3D for the moment. The real value(s) is yet to be determined by the X3D specification process. This probably can and will change at somepoint, so don't get too hooked on it for now.

See Also:
Constant Field Values

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium