| |
JSONToXML | Convierte una cadena JSON en XML. |
TextToXML | Convierte una cadena ANSI en una cadena XML. |
XMLAddAttribute | Adds an attribute into an XML document. |
XMLAddChild | Adds a child tag into an XML document. |
XMLBuildString | Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions). |
XMLCancelSearch | Cancela la búsqueda realizada por XMLFind. |
XMLChild | Positions on the first child element of current element. |
XMLChildExist | Especifica si la etiqueta actual tiene hijos correspondientes al tipo buscado (etiqueta, atributo, ...). |
XMLClose | Cierra un documento XML creado por XMLDocument. |
XMLData | Returns the value of current element (tag or XML attribute) or the value of one of its attributes. |
XMLDelete | Elimina el elemento actual (así como toda la rama) de un documento XML. |
XMLDocument | Creates a new XML document. |
XMLElementName | Returns the name of current element (tag or attribute). |
XMLElementType | Returns the type of current element (tag or attribute). |
XMLExecuteXPath | Executes an XPATH query: - in an XML document.
- in an xmlDocument variable.
|
XMLExtractDocument | Creates a new XML document from an existing XML document. |
XMLExtractString | Extrae el contenido de una etiqueta que se encuentra en un documento XML. |
XMLFind | Performs a search in an XML document. |
XMLFindNamespaceByName | Finds an XML namespace according to its XML node and in the parents of the node. |
XMLFindNamespaceByURI | Finds an XML namespace from its URI (Universal Resource Identifier) in a node and in the parents of this node. |
XMLFirst | Posiciones en el primer elemento (etiqueta o atributo) en el nivel de árbol actual. |
XMLFound | Checks whether the current element corresponds to the current browse or to the current search. |
XMLInsertDocument | Inserta la etiqueta XML actual que se encuentra en un documento XML en otro documento XML. |
XMLInsertElement | Inserta un elemento XML (etiqueta o atributo) en un documento XML. |
XMLLast | Posiciones en el último elemento (etiqueta o atributo) del nivel actual del árbol. |
XMLModify | Modifica el contenido del elemento actual que se encuentra en el documento XML. |
XMLNamespace | Returns the prefix of the namespace associated with the current tag in an XML document. |
XMLNamespaceURI | Returns the URI of the namespace associated with the current tag in an XML document. |
XMLNext | Positionq on the next element (tag or attribute). |
XMLOpen | Loads an XML document from a file, a URL or a string into an xmlDocument variable. |
XMLOpenReader | Creates a reader used to read an XML document without loading it in memory. |
XMLOut | Used to find out whether the element (tag or attribute) on which we want to be positioned is outside the XML document. |
XMLParent | Posiciones en el elemento padre del elemento actual (etiqueta o atributo). |
XMLParentName | Returns the name of parent tag for the current element (tag or attribute). |
XMLPath | Returns the current position in the document in XPATH format. |
XMLPrevious | Positions on the previous element (tag or attribute). |
XMLRead | Returns the value of an XML element or the value of the attribute for an XML element. |
XMLRename | Cambia el nombre del elemento actual (etiqueta o atributo) en un documento XML. |
XMLRestorePosition | Restaura el contexto previamente guardado de un documento XML. |
XMLResult | Returns the result of a calculation XPath query. |
XMLRoot | Posiciones en la etiqueta raíz de un documento XML. |
XMLSave | Saves an XML document in a file. |
XMLSavePosition | Stores the current position in the XML document. |
XMLSign | Firma un documento XML. |
XMLToJSON | Convierte una cadena XML en JSON. |
XMLToText | Converts a character string in XML format into a standard character string. |
XMLValidDocument | Validates an XML document from an XSD schema. |
XMLValidNode | Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document. |
XMLVerifySignature | Verifica la firma de un nodo XML. |
XMLWrite | Crea o modifica el valor de un elemento XML o el valor del atributo de un elemento XML. |