Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Powerbuilder Extention Reference – PowerBuilder Library

Powerbuilder Extention Reference

HasChildren – PB Docs 2017

HasChildren Description Determines whether this PBDOM_ATTRIBUTE object contains any child PBDOM_OBJECTs. Syntax

Argument Description pbdom_attribute_name The name of the PBDOM_ATTRIBUTE Return value Boolean. Returns true if this PBDOM_ATTRIBUTE contains child objects and false otherwise. Throws EXCEPTION_PBDOM_OBJECT_INVALID_FOR_USE  — This PBDOM_OBJECT object is not associated with a derived PBDOM_OBJECT class object. Examples This example creates a PBDOM_DOCUMENT…

CreateJavaInstance – PB Docs 2017

CreateJavaInstance Description Creates an instance of a Java object from a proxy name. Syntax

Argument Description javavm An instance of the JavaVM class. proxyobject PowerObject into which the function places a reference to the object specified by proxyname. This argument is passed by reference. proxyname The name of the proxy object for the local…

PBDOM_DOCUMENT – PB Docs 2017

PBDOM_DOCUMENT Contents AddContent Clone DetachRootElement Equals GetContent GetDocType GetElementsByTagName GetObjectClass GetObjectClassString GetRootElement HasChildren HasRootElement InsertContent IsAncestorObjectOf NewDocument RemoveContent SaveDocument SaveDocumentIntoString SetContent SetDocType SetRootElement Description The PBDOM_DOCUMENT class defines behavior for an XML DOM document. Methods allow access to the root element, processing instructions, and other document-level information. The PBDOM_DOCUMENT class inherits from a PBDOM_OBJECT and…

GetNamespaceUri – PB Docs 2017

GetNamespaceUri Description Returns the URI that is mapped to a PBDOM_ELEMENT object prefix or, if there is no prefix, to the PBDOM_ELEMENT object default namespace. If no URI is mapped to the PBDOM_ELEMENT object, GetNameSpaceUri returns an empty string. Syntax

Argument Description pbdom_element_name The name of a PBDOM_ELEMENT object Return value String. The namespace URI…

PBDOM_ELEMENT – PB Docs 2017

PBDOM_ELEMENT Contents AddContent AddNamespaceDeclaration Clone Detach Equals GetAttribute GetAttributes GetAttributeValue GetChildElement GetChildElements GetContent GetName GetNamespacePrefix GetNamespaceUri GetObjectClass GetObjectClassString GetOwnerDocumentObject GetParentObject GetQualifiedName GetText GetTextNormalize GetTextTrim HasAttributes HasChildElements HasChildren InsertContent IsAncestorObjectOf IsRootElement RemoveAttribute RemoveChildElement RemoveChildElements RemoveContent RemoveNamespaceDeclaration SetAttribute SetAttributes SetContent SetDocument SetName SetNamespace SetParentObject SetText Description The PBDOM_ELEMENT class defines the behavior for an XML element modeled…

PBDOM_TEXT – PB Docs 2017

PBDOM_TEXT Contents Append Clone Detach Equals GetObjectClass GetObjectClassString GetOwnerDocumentObject GetParentObject GetText GetTextNormalize GetTextTrim SetParentObject SetText Description The PBDOM_TEXT class represents a DOM Text Node within an XML document. It extends the PBDOM_CHARACTERDATA class with a set of methods specifically intended for manipulating DOM text nodes. The PBDOM_TEXT class is derived from the PBDOM_CHARACTERDATA class. PBDOM_TEXT…

SetData – PB Docs 2017

SetData Description Sets the raw data for the PBDOM_PROCESSINGINSTRUCTION object. Syntax

Argument Description pbdom_pi_name The name of a PBDOM_PROCESSINGINSTRUCTION object strData New data for the PBDOM_PROCESSINGINSTRUCTION object Return value PBDOM_PROCESSINGINSTRUCTION. The PBDOM_PROCESSINGINSTRUCTION object modified with the new data. Throws EXCEPTION_INVALID_STRING  — The input data is invalid. This can happen in the following circumstances: The…

PBDOM_PROCESSINGINSTRUCTION – PB Docs 2017

PBDOM_PROCESSINGINSTRUCTION Contents Clone Detach Equals GetData GetName GetNames GetObjectClass GetObjectClassString GetOwnerDocumentObject GetParentObject GetTarget GetText GetTextNormalize GetTextTrim GetValue RemoveValue SetData SetName SetParentObject SetValue Description The PBDOM_PROCESSINGINSTRUCTION class defines behavior for an XML processing instruction. Methods allow you to obtain the target of the processing instruction object as well as its data. You can always access the…

PBDOM_DOCTYPE – PB Docs 2017

PBDOM_DOCTYPE Contents Clone Detach Equals GetInternalSubset GetName GetObjectClass GetObjectClassString GetOwnerDocumentObject GetParentObject GetPublicID GetSystemID SetDocument SetInternalSubset SetName SetParentObject SetPublicID SetSystemID Description The PBDOM_DOCTYPE class represents the Document Type Declaration Object of an XML DOM Document. The PBDOM_DOCTYPE class provides access to the name of the root element that is constrained within the DOCTYPE as well as…

Append Syntax 1 – PB Docs 2017

Append Syntax 1 Description Appends an input string to the text content that already exists within the current PBDOM_CHARACTERDATA object. Syntax

Argument Description pbdom_text_name The name of a PBDOM_CHARACTERDATA object strAppend The string you want appended to the existing text of the current PBDOM_CHARACTERDATA object Return value PBDOM_CHARACTERDATA. The current PBDOM_CHARACTERDATA modified and returned…