25.01.2015 Views

Caché Upgrade Checklists - InterSystems Documentation

Caché Upgrade Checklists - InterSystems Documentation

Caché Upgrade Checklists - InterSystems Documentation

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Operators<br />

1.2.7 Class Changes<br />

1.2.7.1 %Library.String<br />

The LogicalToDisplay method has been changed in this version. In converting the internal form to<br />

an external representation, it removes all NUL ($CHAR(0)) characters from the string. This contradicts<br />

the usual expectation that LogicalToDisplay and DisplayToLogical are inverses of one another.<br />

1.2.7.2 %XML.Document and %XML.Node<br />

This version of <strong>Caché</strong> introduces the %XML.Document class that represents an XML document as a<br />

Document Object Model (DOM). The DOM may be created either<br />

• from an XML document by accessing the Document property of %XML.Reader after calling an<br />

Openxxx method of %XML.Reader<br />

.<br />

• as a new instance by calling the CreateDocument method to instantiate an empty document.<br />

The document can be written to a destination with the various Writer and Tree methods of %XML.DOM.<br />

The %XML.Node class is used to access the components of the DOM. %XML.Node navigates through<br />

the nodes of the DOM rather than representing a fixed node in a DOM tree. The MoveToxxx methods<br />

are used to move through the DOM. The properties and methods of %XML.Node are then used to<br />

retrieve and modify the node contents.<br />

Note:<br />

A set of macros in the file, %xmlDOM.inc may also be used to navigate the DOM based on<br />

the DocumentId property of %XML.Document.<br />

1.3 Operators<br />

1.3.1 System Management Portal<br />

There have been a number of changes and improvements to the system management portal since 2007.1<br />

was released. These are detailed in the administrator section.<br />

<strong>Caché</strong> <strong>Upgrade</strong> <strong>Checklists</strong> 7

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!