Package 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
FieldsModifier and TypeFieldDescriptionstatic final StringThe formal public Identifier for the Interchange profilestatic final StringThe formal public Identifier for the Interchange profilestatic final StringThe formal public Identifier for the Interchange profilestatic final StringThe formal public Identifier for the Interchange profilestatic final StringThe formal DTD name for XML documents conforming to the X3D specstatic final StringThe formal public Identifier for the Full profilestatic final StringThe formal public Identifier for the Full profilestatic final StringThe formal public Identifier for the Full profilestatic final StringThe formal public Identifier for the Full profilestatic final StringThe formal public Identifier for the Full profilestatic final StringThe formal public Identifier for the specification V3.0static final StringThe formal public Identifier for the specification V3.1static final StringThe formal public Identifier for the specification V3.2static final StringThe formal public Identifier for the specification V3.3static final StringThe formal public Identifier for the specification V4.0static final StringThe formal system identifier for the specification V3.0static final StringThe formal system identifier for the specification V3.1static final StringThe formal system identifier for the specification V3.2static final StringThe formal system identifier for the specification V3.3static final StringThe formal system identifier for the specification V4.0static final StringThe formal public Identifier for the Immersive profilestatic final StringThe formal public Identifier for the Immersive profilestatic final StringThe formal public Identifier for the Immersive profilestatic final StringThe formal public Identifier for the Immersive profilestatic final StringThe formal public Identifier for the Immersive profilestatic final StringThe formal public Identifier for the Interactive profilestatic final StringThe formal public Identifier for the Interactive profilestatic final StringThe formal public Identifier for the Interactive profilestatic final StringThe formal public Identifier for the Interactive profilestatic final StringThe formal public Identifier for the Interactive profilestatic final StringThe formal public Identifier for the Interchange profilestatic final StringThe formal public Identifier for the Interchange profilestatic final StringThe formal public Identifier for the Interchange profilestatic final StringThe formal public Identifier for the Interchange profilestatic final StringThe formal public Identifier for the Interchange profilestatic final StringThe old, transitional public Identifier for the specificationstatic final StringThe old, transitional system Identifier for the specificationstatic final StringSchema definition for X3D 3.0static final StringSchema definition for X3D 3.1static final StringSchema definition for X3D 3.2static final StringSchema definition for X3D 3.3static final StringSchema definition for X3D 4.0static final StringThe new, transitional public Identifier for the specificationstatic final StringThe new, transitional system Identifier for the specificationstatic final StringThe URI that is used for determining if a namespace definition is the X3D namespace or something else.
-
Field Details
-
DTD_NAME
The formal DTD name for XML documents conforming to the X3D spec- See Also:
-
GENERAL_SYSTEM_ID_3_0
The formal system identifier for the specification V3.0- See Also:
-
GENERAL_PUBLIC_ID_3_0
The formal public Identifier for the specification V3.0- See Also:
-
INTERCHANGE_PUBLIC_ID_3_0
The formal public Identifier for the Interchange profile- See Also:
-
INTERACTIVE_PUBLIC_ID_3_0
The formal public Identifier for the Interactive profile- See Also:
-
IMMERSIVE_PUBLIC_ID_3_0
The formal public Identifier for the Immersive profile- See Also:
-
FULL_PUBLIC_ID_3_0
-
GENERAL_SYSTEM_ID_3_1
The formal system identifier for the specification V3.1- See Also:
-
GENERAL_PUBLIC_ID_3_1
The formal public Identifier for the specification V3.1- See Also:
-
INTERCHANGE_PUBLIC_ID_3_1
The formal public Identifier for the Interchange profile- See Also:
-
INTERACTIVE_PUBLIC_ID_3_1
The formal public Identifier for the Interactive profile- See Also:
-
IMMERSIVE_PUBLIC_ID_3_1
The formal public Identifier for the Immersive profile- See Also:
-
CAD_INTERCHANGE_PUBLIC_ID_3_1
The formal public Identifier for the Interchange profile- See Also:
-
FULL_PUBLIC_ID_3_1
-
GENERAL_SYSTEM_ID_3_2
The formal system identifier for the specification V3.2- See Also:
-
GENERAL_PUBLIC_ID_3_2
The formal public Identifier for the specification V3.2- See Also:
-
INTERCHANGE_PUBLIC_ID_3_2
The formal public Identifier for the Interchange profile- See Also:
-
INTERACTIVE_PUBLIC_ID_3_2
The formal public Identifier for the Interactive profile- See Also:
-
IMMERSIVE_PUBLIC_ID_3_2
The formal public Identifier for the Immersive profile- See Also:
-
CAD_INTERCHANGE_PUBLIC_ID_3_2
The formal public Identifier for the Interchange profile- See Also:
-
FULL_PUBLIC_ID_3_2
-
GENERAL_SYSTEM_ID_3_3
The formal system identifier for the specification V3.3- See Also:
-
GENERAL_PUBLIC_ID_3_3
The formal public Identifier for the specification V3.3- See Also:
-
INTERCHANGE_PUBLIC_ID_3_3
The formal public Identifier for the Interchange profile- See Also:
-
INTERACTIVE_PUBLIC_ID_3_3
The formal public Identifier for the Interactive profile- See Also:
-
IMMERSIVE_PUBLIC_ID_3_3
The formal public Identifier for the Immersive profile- See Also:
-
CAD_INTERCHANGE_PUBLIC_ID_3_3
The formal public Identifier for the Interchange profile- See Also:
-
FULL_PUBLIC_ID_3_3
-
GENERAL_SYSTEM_ID_4_0
The formal system identifier for the specification V4.0- See Also:
-
GENERAL_PUBLIC_ID_4_0
The formal public Identifier for the specification V4.0- See Also:
-
INTERCHANGE_PUBLIC_ID_4_0
The formal public Identifier for the Interchange profile- See Also:
-
INTERACTIVE_PUBLIC_ID_4_0
The formal public Identifier for the Interactive profile- See Also:
-
IMMERSIVE_PUBLIC_ID_4_0
The formal public Identifier for the Immersive profile- See Also:
-
CAD_INTERCHANGE_PUBLIC_ID_4_0
The formal public Identifier for the Interchange profile- See Also:
-
FULL_PUBLIC_ID_4_0
-
OLD_PUBLIC_ID
The old, transitional public Identifier for the specification- See Also:
-
OLD_SYSTEM_ID
The old, transitional system Identifier for the specification- See Also:
-
TRANS_PUBLIC_ID
The new, transitional public Identifier for the specification- See Also:
-
TRANS_SYSTEM_ID
The new, transitional system Identifier for the specification- See Also:
-
SCHEMA_ID_3_0
-
SCHEMA_ID_3_1
-
SCHEMA_ID_3_2
-
SCHEMA_ID_3_3
-
SCHEMA_ID_4_0
-
X3D_NAMESPACE_URI
The URI that is used for determining if a namespace definition is the X3D namespace or something else. The value ishttp://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 some point, so don't get too hooked on it for now.- See Also:
-