Discuss this help topic in SecureBlackbox Forum

TElXMLReference.IsURIResolved

TElXMLReference     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Checks whether the URI is resolved and the data has been located.

Declaration

[C#]
    bool IsURIResolved();

[VB.NET]
    Function IsURIResolved() As Boolean

[Pascal]
    function IsURIResolved : Boolean;

[C++]
    bool IsURIResolved();

[PHP]
    bool IsURIResolved()

[Java]
    boolean isURIResolved();

Description

    This method checks whether the URI of the data is resolved.

See also:     URIData     URINode     URINodes     URIStream    

Discuss this help topic in SecureBlackbox Forum