Source position: xmlxsd.pas line 90
function xsdTryGetChild( |
node: xmlNodePtr; |
name: xmlCharPtr; |
nameSpace: xmlCharPtr; |
Index: Integer = 0 |
):xmlNodePtr; |
node: xmlNodePtr; |
name: xmlCharPtr; |
nameSpace: xmlCharPtr; |
out child: xmlNodePtr; |
Index: Integer = 0 |
):Boolean; |