Package com.luciad.format.xml
Class TLcdXMLDocumentContext
java.lang.Object
com.luciad.format.xml.TLcdXMLDocumentContext
- All Implemented Interfaces:
ILcdXMLDocumentContext
Deprecated.
Default implementation of
ILcdXMLDocumentContext
.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.luciad.format.xml.ILcdXMLDocumentContext
ILcdXMLDocumentContext.Scope
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Notifies this document context that the current XML element has been ended.get
(Object aKey, ILcdXMLDocumentContext.Scope aScope) Deprecated.Retrieves the value of a variable in the document context.void
put
(Object aKey, Object aValue, ILcdXMLDocumentContext.Scope aScope) Deprecated.Stores a variable in the document context.void
Deprecated.Notifies this document context that a new XML element has been entered.toString()
Deprecated.
-
Constructor Details
-
TLcdXMLDocumentContext
public TLcdXMLDocumentContext()Deprecated.
-
-
Method Details
-
startElement
public void startElement()Deprecated.Description copied from interface:ILcdXMLDocumentContext
Notifies this document context that a new XML element has been entered.- Specified by:
startElement
in interfaceILcdXMLDocumentContext
-
endElement
public void endElement()Deprecated.Description copied from interface:ILcdXMLDocumentContext
Notifies this document context that the current XML element has been ended.- Specified by:
endElement
in interfaceILcdXMLDocumentContext
-
put
Deprecated.Description copied from interface:ILcdXMLDocumentContext
Stores a variable in the document context.- Specified by:
put
in interfaceILcdXMLDocumentContext
- Parameters:
aKey
- the key, used to identify the variable.aValue
- the value of the variable.aScope
- the scope, in which the variable should be visible.
-
get
Deprecated.Description copied from interface:ILcdXMLDocumentContext
Retrieves the value of a variable in the document context.- Specified by:
get
in interfaceILcdXMLDocumentContext
- Parameters:
aKey
- the key, used to identify the object.aScope
- the scope in which the variable is stored.- Returns:
- the value of the variable with the given key and scope,
or
null
if no value was stored yet.
-
toString
Deprecated.
-
com.format.xml
API has been deprecated. Instead, use thecom.format.xml.bind
API.