Uses of Interface
org.web3d.vrml.sav.DocumentLocator
Packages that use DocumentLocator
Package
Description
-
Uses of DocumentLocator in org.web3d.parser.vrml97
Methods in org.web3d.parser.vrml97 that return DocumentLocatorModifier and TypeMethodDescriptionVRML97FieldParser.getDocumentLocator()
Fetch the documentLocator used by this parser.VRML97RelaxedParser.getDocumentLocator()
Fetch the documentLocator used by this parser.Methods in org.web3d.parser.vrml97 with parameters of type DocumentLocatorModifier and TypeMethodDescriptionvoid
VRML97FieldReader.setDocumentLocator
(DocumentLocator l) Set the external locator that can be used to generate line numbers externally to the field that is being parsed. -
Uses of DocumentLocator in org.web3d.parser.x3d
Methods in org.web3d.parser.x3d that return DocumentLocatorModifier and TypeMethodDescriptionX3DBinaryParser.getDocumentLocator()
Fetch the locator used by this parser.X3DFieldParser.getDocumentLocator()
Fetch the documentLocator used by this parser.X3DRelaxedParser.getDocumentLocator()
Fetch the documentLocator used by this parser.Methods in org.web3d.parser.x3d with parameters of type DocumentLocatorModifier and TypeMethodDescriptionvoid
X3DFieldReader.setDocumentLocator
(DocumentLocator l) Set the external locator that can be used to generate line numbers externally to the field that is being parsed. -
Uses of DocumentLocator in org.web3d.vrml.export
Methods in org.web3d.vrml.export with parameters of type DocumentLocatorModifier and TypeMethodDescriptionvoid
BaseRetainedExporter.setDocumentLocator
(DocumentLocator loc) Set the document locator that can be used by the implementing code to find out information about the current line information.void
BinaryExporter.setDocumentLocator
(DocumentLocator loc) Set the document locator that can be used by the implementing code to find out information about the current line information.void
NullExporter.setDocumentLocator
(DocumentLocator loc) Set the document locator that can be used by the implementing code to find out information about the current line information.void
StatisticsCollector.setDocumentLocator
(DocumentLocator loc) Set the document locator that can be used by the implementing code to find out information about the current line information.void
VrmlExporter.setDocumentLocator
(DocumentLocator loc) Set the document locator that can be used by the implementing code to find out information about the current line information.void
X3DClassicExporter.setDocumentLocator
(DocumentLocator loc) Set the document locator that can be used by the implementing code to find out information about the current line information.void
X3DXMLExporter.setDocumentLocator
(DocumentLocator loc) Set the document locator that can be used by the implementing code to find out information about the current line information. -
Uses of DocumentLocator in org.web3d.vrml.nodes.proto
Methods in org.web3d.vrml.nodes.proto with parameters of type DocumentLocatorModifier and TypeMethodDescriptionvoid
ProtoBuilder.setDocumentLocator
(DocumentLocator loc) Set the document locator that can be used by the implementing code to find out information about the current line information. -
Uses of DocumentLocator in org.web3d.vrml.parser
Methods in org.web3d.vrml.parser with parameters of type DocumentLocatorModifier and TypeMethodDescriptionvoid
VRMLFieldReader.setDocumentLocator
(DocumentLocator l) Set the external locator that can be used to generate line numbers externally to the field that is being parsed. -
Uses of DocumentLocator in org.web3d.vrml.renderer
Classes in org.web3d.vrml.renderer that implement DocumentLocatorModifier and TypeClassDescriptionclass
A default locator implementation for when the parser does not provide one.Fields in org.web3d.vrml.renderer declared as DocumentLocatorModifier and TypeFieldDescriptionprotected DocumentLocator
CRMainSceneBuilder.locator
The document locator to find error informationMethods in org.web3d.vrml.renderer with parameters of type DocumentLocatorModifier and TypeMethodDescriptionvoid
CRExternProtoBuilder.setDocumentLocator
(DocumentLocator loc) Set the document locator that can be used by the implementing code to find out information about the current line information.void
CRMainSceneBuilder.setDocumentLocator
(DocumentLocator loc) Set the document locator that can be used by the implementing code to find out information about the current line information. -
Uses of DocumentLocator in org.web3d.vrml.renderer.norender
Methods in org.web3d.vrml.renderer.norender with parameters of type DocumentLocatorModifier and TypeMethodDescriptionvoid
NRVRMLSceneBuilder.setDocumentLocator
(DocumentLocator loc) Set the document locator that can be used by the implementing code to find out information about the current line information. -
Uses of DocumentLocator in org.web3d.vrml.renderer.ogl
Methods in org.web3d.vrml.renderer.ogl with parameters of type DocumentLocatorModifier and TypeMethodDescriptionvoid
OGLVRMLSceneBuilder.setDocumentLocator
(DocumentLocator loc) Set the document locator that can be used by the implementing code to find out information about the current line information. -
Uses of DocumentLocator in org.web3d.vrml.sav
Classes in org.web3d.vrml.sav that implement DocumentLocatorModifier and TypeClassDescriptionclass
A default locator implementation for when the parser does not provide one.Methods in org.web3d.vrml.sav with parameters of type DocumentLocatorModifier and TypeMethodDescriptionvoid
ContentHandler.setDocumentLocator
(DocumentLocator loc) Set the document locator that can be used by the implementing code to find out information about the current line information.void
ErrorHandler.setDocumentLocator
(DocumentLocator loc) Set the document locator that can be used by the implementing code to find out information about the current line information. -
Uses of DocumentLocator in org.web3d.x3d.jaxp
Fields in org.web3d.x3d.jaxp declared as DocumentLocatorModifier and TypeFieldDescriptionprotected DocumentLocator
X3DSAVAdapter.savLocator
The SAV locator to find error information -
Uses of DocumentLocator in org.xj3d.ui.awt.widgets
Methods in org.xj3d.ui.awt.widgets with parameters of type DocumentLocatorModifier and TypeMethodDescriptionvoid
AWTConsoleWindow.setDocumentLocator
(DocumentLocator loc) Set the document locator that can be used by the implementing code to find out information about the current line information.void
SwingConsoleWindow.setDocumentLocator
(DocumentLocator loc) Set the document locator that can be used by the implementing code to find out information about the current line information. -
Uses of DocumentLocator in xj3d.filter
Fields in xj3d.filter declared as DocumentLocatorModifier and TypeFieldDescriptionprotected DocumentLocator
AbstractFilter.documentLocator
The document documentLocator to find error informationMethods in xj3d.filter that return DocumentLocatorModifier and TypeMethodDescriptionNonWeb3DFileParser.getDocumentLocator()
Fetch the locator used by this parser.Methods in xj3d.filter with parameters of type DocumentLocatorModifier and TypeMethodDescriptionvoid
AbstractFilter.setDocumentLocator
(DocumentLocator loc) Set the document locator that can be used by the implementing code to find out information about the current line information.void
BaseFilter.setDocumentLocator
(DocumentLocator loc) Set the document locator that can be used by the implementing code to find out information about the current line information.void
NewAbstractFilter.setDocumentLocator
(DocumentLocator loc) Set the document locator that can be used by the implementing code to find out information about the current line information. -
Uses of DocumentLocator in xj3d.filter.exporter
Methods in xj3d.filter.exporter that return DocumentLocatorModifier and TypeMethodDescriptionOBJFileExporter.getDocumentLocator()
Fetch the locator used by this parser.STLBinaryFileExporter.getDocumentLocator()
Fetch the locator used by this parser.STLFileExporter.getDocumentLocator()
Fetch the locator used by this parser.ThreeMFFileExporter.getDocumentLocator()
Fetch the locator used by this parser.Methods in xj3d.filter.exporter with parameters of type DocumentLocatorModifier and TypeMethodDescriptionvoid
OBJFileExporter.setDocumentLocator
(DocumentLocator loc) Set the document locator that can be used by the implementing code to find out information about the current line information.void
STLBinaryFileExporter.setDocumentLocator
(DocumentLocator loc) Set the document locator that can be used by the implementing code to find out information about the current line information.void
STLFileExporter.setDocumentLocator
(DocumentLocator loc) Set the document locator that can be used by the implementing code to find out information about the current line information.void
ThreeMFFileExporter.setDocumentLocator
(DocumentLocator loc) Set the document locator that can be used by the implementing code to find out information about the current line information. -
Uses of DocumentLocator in xj3d.filter.filters
Methods in xj3d.filter.filters with parameters of type DocumentLocatorModifier and TypeMethodDescriptionvoid
CombinerFilter.setDocumentLocator
(DocumentLocator loc) Set the document locator that can be used by the implementing code to find out information about the current line information.void
DebugFilter.setDocumentLocator
(DocumentLocator loc) Set the document locator that can be used by the implementing code to find out information about the current line information.void
StackTracerFilter.setDocumentLocator
(DocumentLocator loc) Set the document locator that can be used by the implementing code to find out information about the current line information. -
Uses of DocumentLocator in xj3d.filter.importer
Methods in xj3d.filter.importer that return DocumentLocatorModifier and TypeMethodDescriptionAC3DFileParser.getDocumentLocator()
Fetch the locator used by this parser.STLFileParser.getDocumentLocator()
Fetch the locator used by this parser. -
Uses of DocumentLocator in xj3d.filter.importer.collada
Methods in xj3d.filter.importer.collada that return DocumentLocatorModifier and TypeMethodDescriptionColladaFileParser.getDocumentLocator()
Fetch the locator used by this parser. -
Uses of DocumentLocator in xj3d.filter.importer.threemf
Methods in xj3d.filter.importer.threemf that return DocumentLocatorModifier and TypeMethodDescriptionThreeMFFileParser.getDocumentLocator()
Fetch the locator used by this parser.