mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 06:09:30 +02:00
Laz2_DOM: Node/Document add links to write/read
This commit is contained in:
parent
0101ac78d4
commit
a6bfd44df4
@ -890,7 +890,10 @@ specified in the DOM specification. These descendent classes may alter the
|
||||
base value and/or behavior as required for the specialized node type.
|
||||
</p>
|
||||
</descr>
|
||||
<seealso></seealso>
|
||||
<seealso>
|
||||
<link id="laz2_XMLWrite.WriteXML"/>
|
||||
<link id="laz2_XMLRead.ReadXMLFragment"/>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
<!-- variable Visibility: protected -->
|
||||
@ -4926,8 +4929,10 @@ TDOMDocument includes the DocumentURI property introduced in DOM Level 3.
|
||||
<seealso>
|
||||
<link id="TDOMNode_WithChildren"/>
|
||||
<link id="TXMLDocument"/>
|
||||
</seealso>
|
||||
</element>
|
||||
<link id="laz2_XMLWrite.WriteXMLFile"/>
|
||||
<link id="laz2_XMLRead.ReadXMLFile"/>
|
||||
<link id="laz2_XMLRead.ReadDTDFile"/>
|
||||
</seealso></element>
|
||||
|
||||
<!-- variable Visibility: protected -->
|
||||
<element name="TDOMDocument.FIDList"/>
|
||||
|
Loading…
Reference in New Issue
Block a user