Class XMLReader

java.lang.Object
org.web3d.x3d.jaxp.XMLReader
All Implemented Interfaces:
VRMLReader

public class XMLReader extends Object implements VRMLReader
Common reader implementation that can be either strict or lenient in the parsing.

This parser supports the following properties:

  • "conformance": ["weak", "strict"]. String values. Defaults to weak
  • "useNamespaces": [true, false]. Boolean values. Defaults to false
Weak parsing is defined to mean not using validation on the document. Strong parsing will enforce validation.
Version:
$Revision: 1.3 $
Author:
Justin Couch