Package Basic.development
Class ProtoTagDtdDeclarationExamples
java.lang.Object
Basic.development.ProtoTagDtdDeclarationExamples
Provides Prototype XML-tag-definition examples to demonstrate DTD modularization and extensibility in X3D scenes. Also see SpinGroupInternalSubsetDeclaration.x3d.
Related links: Catalog page ProtoTagDtdDeclarationExamples, source ProtoTagDtdDeclarationExamples.java, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.
meta tags | Document Metadata |
title | ProtoTagDtdDeclarationExamples.x3d |
created | 17 April 2000 |
modified | 20 October 2019 |
creator | Don Brutzman |
brutzman@nps.navy.mil | |
description | Provides Prototype XML-tag-definition examples to demonstrate DTD modularization and extensibility in X3D scenes. Also see SpinGroupInternalSubsetDeclaration.x3d |
warning | You must view full source of the DTD declarations (ProtoTagDtdDeclarationExamples.x3d.txt) to fully understand validation techniques in this file. |
error | internal subset deficiency: nodeType attributes need to be converted to containerField attributes. |
reference | ProtoTagDtdDeclarationExamples.x3d.txt |
reference | SpinGroupInternalSubsetDeclaration.x3d.txt |
identifier | https://www.web3d.org/x3d/content/examples/Basic/development/ProtoTagDtdDeclarationExamples.x3d |
generator | X3D-Edit 3.1, https://www.web3d.org/x3d/content/README.X3D-Edit.html |
license | ../license.html |
This program uses the
X3D Java Scene Access Interface Library (X3DJSAIL).
It has been produced using the
X3dToJava.xslt
stylesheet
(version control)
which is used to create Java source code from an original .x3d
model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.web3d.x3d.jsail.Core.X3D
Provide a shallow copy of the X3D model.final void
Create and initialize the X3D model for this object.static void
Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.
-
Constructor Details
-
ProtoTagDtdDeclarationExamples
public ProtoTagDtdDeclarationExamples()Default constructor to create this object.
-
-
Method Details
-
initialize
public final void initialize()Create and initialize the X3D model for this object. -
getX3dModel
public org.web3d.x3d.jsail.Core.X3D getX3dModel()Provide a shallow copy of the X3D model.- Returns:
- ProtoTagDtdDeclarationExamples model
- See Also:
-
main
Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.- Parameters:
args
- array of input parameters, provided as arguments- See Also:
-