GetDateValue – PB Docs 125
PBDOM_ATTRIBUTE: GetDateValue method Description Returns the value of a PBDOM_ATTRIBUTE object as type Date. Syntax
|
1 |
<span>pbdom_attribute_name.</span>GetDateValue(string <span>strDateFormat</span>) |
Argument Description pbdom_attribute_name The name of the PBDOM_ATTRIBUTE strDateFormat The date format for the return value, for example, MM:DD:YYYY The value of the strDateFormat parameter can use slashes or colons as delimiters. The following table illustrates characters with special…
GetExceptionCode – PB Docs 125
PBDOM_EXCEPTION: GetExceptionCode method Description Returns the code of the exception being thrown. Syntax
|
1 |
<span>pbdom_exception</span>.GetExceptionCode() |
Argument Description pbdom_exception The name of a PBDOM_EXCEPTION object Return Values Long. The code value associated with the exception being thrown. Examples In this example, an attempt to call the PBDOM_ELEMENT GetAttribute method on the root element of a PBDOM_DOCUMENT with…
GetBooleanValue – PB Docs 125
PBDOM_ATTRIBUTE: GetBooleanValue method Description Obtains the value of a PBDOM_ATTRIBUTE object in boolean form. Syntax
|
1 |
<span>pbdom_attribute_name.</span>GetBooleanValue()<span></span> |
Argument Description pbdom_attribute_name The name of the PBDOM_ATTRIBUTE Return Values Boolean. The following table lists the PBDOM_ATTRIBUTE string values that are accepted as boolean and the corresponding return values from the GetBooleanValue method. PBDOM_ATTRIBUTE string value GetBooleanValue
|
1 |
1 |
true…
PBDOM_ATTRIBUTE Class – PB Docs 125
PBDOM_ATTRIBUTE Class About this chapter This chapter describes the PBDOM_ATTRIBUTE class. Document get from Powerbuilder help Thank you for watching.
PBDOM objects – PB Docs 125
PBDOM objects PBDOM_OBJECT, the base class for PBDOM objects that represent XML nodes, inherits from the PowerBuilder NonVisualObject class. PBDOM represents node types by the following classes: PBDOM_ATTRIBUTE PBDOM_CDATA PBDOM_CHARACTERDATA PBDOM_COMMENT PBDOM_DOCTYPE PBDOM_DOCUMENT PBDOM_ELEMENT PBDOM_ENTITYREFERENCE PBDOM_PROCESSINGINSTRUCTION PBDOM_TEXT You use methods from these classes to access objects in a PBDOM node tree. The PBDOM_BUILDER class does…
Web Services Client – PB Docs 125
Web Services Client About this chapter This chapter describes the PowerBuilder extension classes used to connect to a SOAP server that hosts a Web service you want to access. It also describes the extension classes that enable you to search UDDI registries for a Web Service. For more information about working with Web services, see…
RemoveBypassList – PB Docs 125
SoapConnection: RemoveBypassList method Description Removes the list of URIs to access without connecting to a proxy server. This method is available for .NET Web services only. Syntax
|
1 |
<span>conn</span>.<span>RemoveBypassList</span> () |
Argument Description conn The name of the SoapConnection object that establishes the connection. Return Values Long. Valid values are 0 for success, and 50 for failure. See…
EXCEPTION_INVALID_NAME – PB Docs 125
EXCEPTION_INVALID_NAME Code Value: 11 This exception is thrown when a name is supplied as a parameter and the name does not conform to the W3C specifications for an XML name or namespace prefix or namespace URI. Methods in which this exception might be thrown include the SetName, SetNamespace, and SetNamespace methods. Document get from Powerbuilder…
EXCEPTION_INVALID_ARGUMENT – PB Docs 125
EXCEPTION_INVALID_ARGUMENT Code Value: 10 This exception is thrown when an input PBDOM_OBJECT parameter to a method is invalid. This can happen if it has not been initialized properly, or if it is a null object reference. This exception might also be thrown when an input string parameter to a method is invalid. This can happen…
EXCEPTION_WRONG_PARENT_ERROR – PB Docs 125
EXCEPTION_WRONG_PARENT_ERROR Code Value: 9 This exception is thrown when an incorrect parent/child relationship error is encountered during a PBDOM operation. Method calls in which this exception might be thrown include InsertContent and RemoveContent. These methods involve at least one PBDOM_OBJECT parameter that is assumed to be a child of the PBDOM_OBJECT to which the method…