Uses of Class
com.luciad.format.xml.ILcdXMLDocumentContext.Scope
Packages that use ILcdXMLDocumentContext.Scope
Package
Description
Provides a generic framework for parsing of XML documents,
using pluggable XML element readers and object factories.
-
Uses of ILcdXMLDocumentContext.Scope in com.luciad.format.xml
Fields in com.luciad.format.xml declared as ILcdXMLDocumentContext.ScopeModifier and TypeFieldDescriptionstatic final ILcdXMLDocumentContext.ScopeILcdXMLDocumentContext.Scope.DESCENDANTSTheDESCENDANTSscope is to be used for variables that need only be accessible in the current XML element and all of its children.static final ILcdXMLDocumentContext.ScopeILcdXMLDocumentContext.Scope.GLOBALTheGLOBALscope is to be used for variables that need to be accessible within the whole document.static final ILcdXMLDocumentContext.ScopeILcdXMLDocumentContext.Scope.LOCALTheLOCALscope is to be used for variables that need only be accessible in the current XML element.Methods in com.luciad.format.xml with parameters of type ILcdXMLDocumentContext.ScopeModifier and TypeMethodDescriptionILcdXMLDocumentContext.get(Object aKey, ILcdXMLDocumentContext.Scope aScope) Deprecated.Retrieves the value of a variable in the document context.TLcdXMLDocumentContext.get(Object aKey, ILcdXMLDocumentContext.Scope aScope) Deprecated.voidILcdXMLDocumentContext.put(Object aKey, Object aValue, ILcdXMLDocumentContext.Scope aScope) Deprecated.Stores a variable in the document context.voidTLcdXMLDocumentContext.put(Object aKey, Object aValue, ILcdXMLDocumentContext.Scope aScope) Deprecated.