void QxmlInit(
QxmlXML_env_t*env
)
|
void QxmlTerm(
void
)
|
int QxmlTerm_rtnHandleCount(
void
)
|
void QxmlThrow(
SAXParseException excm
)
|
void QxmlTranscode(
void*inputstring, int instringind, void*outputstring, int*bytesprovided, int*bytesavailable, int outstringind
)
|
FileDescriptor QxmlOpenNewOutputStream(
char*IFSfilename, int namesize, int*error, unsigned int open_fd_ccsid
)
|
FileDescriptor QxmlOpenAppendOutputStream(
char*IFSfilename, int namesize, int*error, unsigned int open_fd_ccsid
)
|
void QxmlCloseOutputStream(
FileDescriptor open_fd
)
|
int QxmlWriteOutputStream(
FileDescriptor open_fd, void*inputstring, int stringind, int inlen
)
|
int QxmlGenPrint(
void*inputstring, int inlen
)
|
int QxmlGenPrintLn(
void*inputstring, int inlen
)
|
DOMParser QxmlDOMParser_new(
QxmlParser_env_t*env
)
More Documentation
|
void QxmlDOMParser_delete(
DOMParser obj
)
More Documentation |
void QxmlDOMParser_parse_SystemId(
DOMParser obj, char*xmlfile, int stringind, int inlen
)
More Documentation
|
void QxmlDOMParser_parse_InputSource(
DOMParser obj, InputSource source
)
More Documentation
|
void QxmlDOMParser_reset(
DOMParser obj
)
More Documentation |
int QxmlDOMParser_getValidationScheme(
DOMParser obj
)
More Documentation
|
void QxmlDOMParser_setDoValidation(
DOMParser obj, int doValidation
)
More Documentation |
void QxmlDOMParser_setValidationScheme(
DOMParser obj, int validation_setting
)
More Documentation
|
ErrorHandler QxmlDOMParser_getErrorHandler(
DOMParser obj
)
More Documentation
|
void QxmlDOMParser_resetErrorHandler(
DOMParser obj
)
More Documentation |
void QxmlDOMParser_setErrorHandler(
DOMParser obj, ErrorHandler handler
)
More Documentation |
int QxmlDOMParser_ErrorHandlerExists(
DOMParser obj
)
|
EntityResolver QxmlDOMParser_getEntityResolver(
DOMParser obj
)
More Documentation
|
void QxmlDOMParser_resetEntityResolver(
DOMParser obj
)
More Documentation |
void QxmlDOMParser_setEntityResolver(
DOMParser obj, EntityResolver resolver
)
More Documentation |
int QxmlDOMParser_EntityResolverExists(
DOMParser obj
)
|
int QxmlDOMParser_getDoNamespaces(
DOMParser obj
)
More Documentation
|
void QxmlDOMParser_setDoNamespaces(
DOMParser obj, int donamespace_setting
)
More Documentation |
void QxmlDOMParser_setDoSchema(
DOMParser obj, int donschema_setting
)
More Documentation
|
void QxmlDOMParser_setValidationSchemaFullChecking(
DOMParser obj, int dofullcheck
)
More Documentation
|
int QxmlDOMParser_getExitOnFirstFatalError(
DOMParser obj
)
More Documentation
|
void QxmlDOMParser_setExitOnFirstFatalError(
DOMParser obj, int exitsetting
)
More Documentation |
int QxmlDOMParser_getExpandEntityReferences(
DOMParser obj
)
More Documentation
|
void QxmlDOMParser_setExpandEntityReferences(
DOMParser obj, int expand_setting
)
More Documentation |
int QxmlDOMParser_getCreateEntityReferenceNodes(
DOMParser obj
)
More Documentation
|
void QxmlDOMParser_setCreateEntityReferenceNodes(
DOMParser obj, int create_setting
)
More Documentation |
int QxmlDOMParser_getIncludeIgnorableWhitespace(
DOMParser obj
)
More Documentation
|
void QxmlDOMParser_setIncludeIgnorableWhitespace(
DOMParser obj, int include_setting
)
More Documentation |
int QxmlDOMParser_getToCreateXMLDeclTypeNode(
DOMParser obj
)
More Documentation
|
int QxmlDOMParser_setToCreateXMLDeclTypeNode(
DOMParser obj, int xmldeclcreate
)
More Documentation |
void QxmlDOMParser_parseReset(
DOMParser obj, XMLPScanToken token
)
More Documentation |
int QxmlDOMParser_parseFirst_SystemId(
DOMParser obj, void*xmlfile, int stringind, int inlen, XMLPScanToken token
)
More Documentation |
int QxmlDOMParser_parseFirst_InputSource(
DOMParser obj, InputSource source, XMLPScanToken token
)
More Documentation |
int QxmlDOMParser_parseNext(
DOMParser obj, XMLPScanToken token
)
More Documentation |
DOM_Document QxmlDOMParser_getDocument(
DOMParser obj
)
More Documentation
|
DOM_Node QxmlDOM_Node_new(
void
)
More Documentation
|
void QxmlDOM_Node_delete(
DOM_Node obj
)
More Documentation |
DOM_Node QxmlDOM_Node_cloneNode(
DOM_Node obj, int deep
)
More Documentation
|
int QxmlDOM_Node_hasChildNodes(
DOM_Node obj
)
More Documentation
|
int QxmlDOM_Node_isNull(
DOM_Node obj
)
More Documentation
|
DOMString QxmlDOM_Node_getNodeName(
DOM_Node obj
)
More Documentation |
DOMString QxmlDOM_Node_getNodeValue(
DOM_Node obj
)
More Documentation |
int QxmlDOM_Node_getNodeType(
DOM_Node obj
)
More Documentation
|
DOM_Node QxmlDOM_Node_getParentNode(
DOM_Node obj
)
More Documentation |
DOM_NodeList QxmlDOM_Node_getChildNodes(
DOM_Node obj
)
More Documentation |
DOM_Node QxmlDOM_Node_getFirstChild(
DOM_Node obj
)
More Documentation |
DOM_Node QxmlDOM_Node_getLastChild(
DOM_Node obj
)
More Documentation |
DOM_Node QxmlDOM_Node_getPreviousSibling(
DOM_Node obj
)
More Documentation |
DOM_Node QxmlDOM_Node_getNextSibling(
DOM_Node obj
)
More Documentation |
DOM_NamedNodeMap QxmlDOM_Node_getAttributes(
DOM_Node obj
)
More Documentation |
DOM_Document QxmlDOM_Node_getOwnerDocument(
DOM_Document obj
)
More Documentation
|
DOM_Node QxmlDOM_Node_insertBefore(
DOM_Node obj, DOM_Node newchild, DOM_Node refchild
)
More Documentation |
DOM_Node QxmlDOM_Node_replaceChild(
DOM_Node obj, DOM_Node newchild, DOM_Node oldchild
)
More Documentation |
DOM_Node QxmlDOM_Node_removeChild(
DOM_Node obj, DOM_Node oldChild
)
More Documentation |
DOM_Node QxmlDOM_Node_appendChild(
DOM_Node obj, DOM_Node newChild
)
More Documentation |
void QxmlDOM_Node_setNodeValue(
DOM_Node obj, const void*nodeValue, int stringind, int inlen
)
More Documentation |
int QxmlDOM_Node_equal(
DOM_Node obj, DOM_Node obj2
)
More Documentation |
DOM_Attr QxmlDOM_Attr_new(
void
)
More Documentation |
void QxmlDOM_Attr_delete(
DOM_Attr obj
)
More Documentation |
int QxmlDOM_Attr_getSpecified(
DOM_Attr obj
)
More Documentation |
DOMString QxmlDOM_Attr_getName(
DOM_Attr obj
)
More Documentation |
DOMString QxmlDOM_Attr_getValue(
DOM_Attr obj
)
More Documentation |
void QxmlDOM_Attr_setValue(
DOM_Attr obj, void*value, int stringind, int inlen
)
More Documentation |
DOM_Element QxmlDOM_Attr_getOwnerElement(
DOM_Attr obj
)
More Documentation
|
DOM_CharacterData QxmlDOM_CharacterData_new(
void
)
More Documentation |
void QxmlDOM_CharacterData_delete(
DOM_CharacterData obj
)
More Documentation |
DOMString QxmlDOM_CharacterData_getData(
DOM_CharacterData obj
)
More Documentation |
int QxmlDOM_CharacterData_getLength(
DOM_CharacterData obj
)
More Documentation |
DOMString QxmlDOM_CharacterData_substringData(
DOM_CharacterData obj, int offset, int count
)
More Documentation |
void QxmlDOM_CharacterData_appendData(
DOM_CharacterData obj, const void*arg, int stringind, int inlen
)
More Documentation |
void QxmlDOM_CharacterData_insertData(
DOM_CharacterData obj, int offset, const void*arg, int stringind, int inlen
)
More Documentation |
void QxmlDOM_CharacterData_deleteData(
DOM_CharacterData obj, int offset, int count
)
More Documentation |
void QxmlDOM_CharacterData_replaceData(
DOM_CharacterData obj, int offset, int count, void*arg, int stringind, int inlen
)
More Documentation |
void QxmlDOM_CharacterData_setData(
DOM_CharacterData obj, void*arg, int stringind, int inlen
)
More Documentation |
DOM_Text QxmlDOM_Text_new(
void
)
More Documentation |
void QxmlDOM_Text_delete(
DOM_Text obj
)
More Documentation |
DOM_Text QxmlDOM_Text_splitText(
DOM_Text obj, int offset
)
More Documentation |
DOM_Comment QxmlDOM_Comment_new(
void
)
More Documentation |
void QxmlDOM_Comment_delete(
DOM_Comment obj
)
More Documentation |
DOM_CDATASection QxmlDOM_CDATASection_new(
void
)
More Documentation |
void QxmlDOM_CDATASection_delete(
DOM_CDATASection obj
)
More Documentation |
DOM_Document QxmlDOM_Document_new(
void
)
More Documentation |
void QxmlDOM_Document_delete(
DOM_Document obj
)
More Documentation |
DOM_Document QxmlDOM_Document_createDocument(
void
)
More Documentation |
DOM_Entity QxmlDOM_Document_createEntity(
DOM_Document obj, void*name, int stringind, int inlen
)
More Documentation |
DOM_Element QxmlDOM_Document_createElement(
DOM_Document obj, void*tagName, int stringind, int inlen
)
More Documentation |
DOM_DocumentFragment QxmlDOM_Document_createDocumentFragment(
DOM_Document obj
)
More Documentation |
DOM_Text QxmlDOM_Document_createTextNode(
DOM_Document obj, void*data, int stringind, int inlen
)
More Documentation |
DOM_Comment QxmlDOM_Document_createComment(
DOM_Document obj, void*data, int stringind, int inlen
)
More Documentation |
DOM_CDATASection QxmlDOM_Document_createCDATASection(
DOM_Document obj, void*data, int stringind, int inlen
)
More Documentation |
DOM_DocumentType QxmlDOM_Document_createDocumentType(
DOM_Document obj, void*name, int stringind, int inlen
)
More Documentation |
DOM_Notation QxmlDOM_Document_createNotation(
DOM_Document obj, void*name, int stringind, int inlen
)
More Documentation |
DOM_ProcessingInstruction QxmlDOM_Document_createProcessingInstruction(
DOM_Document obj, void*target, int stringind1, int inlen1, void*data, int stringind2, int inlen2
)
More Documentation |
DOM_XMLDecl QxmlDOM_Document_createXMLDecl(
DOM_Document obj, void*encoding, int stringind1, int inlen1, void*standalone, int stringind2, int inlen2
)
More Documentation |
DOM_Attr QxmlDOM_Document_createAttribute(
DOM_Document obj, void*name, int stringind, int inlen
)
More Documentation |
DOM_EntityReference QxmlDOM_Document_createEntityReference(
DOM_Document obj, void*name, int stringind, int inlen
)
More Documentation |
DOM_DocumentType QxmlDOM_Document_getDoctype(
DOM_Document obj
)
More Documentation |
DOM_DOMImplementation QxmlDOM_Document_getImplementation(
DOM_Document obj
)
More Documentation |
DOM_Element QxmlDOM_Document_getDocumentElement(
DOM_Document obj
)
More Documentation |
DOM_NodeList QxmlDOM_Document_getElementsByTagName(
DOM_Document obj, void*tagname, int stringind, int inlen
)
More Documentation |
DOM_Element QxmlDOM_Document_getElementById(
DOM_Document obj, void*name, int stringind, int inlen
)
More Documentation |
DOM_Node QxmlDOM_Document_importNode(
DOM_Document obj, DOM_Node source, int deep
)
More Documentation
|
DOM_NodeIterator QxmlDOM_Document_createNodeIterator(
DOM_Document obj, DOM_Node root, int whattoShow, DOM_NodeFilter filter, int entityReferenceExpansion
)
More Documentation |
DOM_TreeWalker QxmlDOM_Document_createTreeWalker(
DOM_Document obj, DOM_Node root, int whattoShow, DOM_NodeFilter filter, int entityReferenceExpansion
)
More Documentation |
DOM_Range QxmlDOM_Document_createRange(
DOM_Document obj
)
More Documentation |
DOM_Element QxmlDOM_Document_createElementNS(
DOM_Document obj, void*namespace, int namespaceind, int namespacelen, void*name, int nameind, int namelen
)
More Documentation |
DOM_Attr QxmlDOM_Document_createAttributeNS(
DOM_Document obj, void*namespace, int namespaceind, int namespacelen, void*name, int nameind, int namelen
)
More Documentation |
DOM_DocumentFragment QxmlDOM_DocumentFragment_new(
void
)
More Documentation |
void QxmlDOM_DocumentFragment_delete(
DOM_DocumentFragment obj
)
More Documentation |
DOM_DocumentType QxmlDOM_DocumentType_new(
void
)
More Documentation |
void QxmlDOM_DocumentType_delete(
DOM_DocumentType obj
)
More Documentation |
DOMString QxmlDOM_DocumentType_getName(
DOM_DocumentType obj
)
More Documentation |
DOM_NamedNodeMap QxmlDOM_DocumentType_getEntities(
DOM_DocumentType obj
)
More Documentation |
DOM_NamedNodeMap QxmlDOM_DocumentType_getNotations(
DOM_DocumentType obj
)
More Documentation |
DOMString QxmlDOM_DocumentType_getPublicId(
DOM_DocumentType obj
)
More Documentation |
DOMString QxmlDOM_DocumentType_getSystemId(
DOM_DocumentType obj
)
More Documentation |
DOMString QxmlDOM_DocumentType_getInternalSubset(
DOM_DocumentType obj
)
More Documentation |
DOM_Element QxmlDOM_Element_new(
void
)
More Documentation |
void QxmlDOM_Element_delete(
DOM_Element obj
)
More Documentation |
DOMString QxmlDOM_Element_getTagName(
DOM_Element obj
)
More Documentation |
DOMString QxmlDOM_Element_getAttribute(
DOM_Element obj, void*arg, int stringind, int inlen
)
More Documentation |
DOMString QxmlDOM_Element_getAttributeNS(
DOM_Element obj, void*name, int nameind, int namelen, void*value, int valueind, int valuelen
)
More Documentation |
DOM_Attr QxmlDOM_Element_getAttributeNode(
DOM_Element obj, void*value, int stringind, int inlen
)
More Documentation |
DOM_Attr QxmlDOM_Element_getAttributeNodeNS(
DOM_Element obj, void*name, int nameind, int namelen, void*value, int valueind, int valuelen
)
More Documentation |
DOM_NodeList QxmlDOM_Element_getElementsByTagName(
DOM_Element obj, void*name, int stringind, int inlen
)
More Documentation |
DOM_NodeList QxmlDOM_Element_getElementsByTagNameNS(
DOM_Element obj, void*namespace, int namespaceind, int namespacelen, void*localname, int localind, int locallen
)
More Documentation |
void QxmlDOM_Element_setAttribute(
DOM_Element obj, void*name, int stringind1, int inlen1, void*value, int stringind2, int inlen2
)
More Documentation |
void QxmlDOM_Element_setAttributeNS(
DOM_Element obj, void*namespace, int namespaceind, int namespacelen, void*name, int nameind, int namelen, void*value, int valueind, int valuelen
)
More Documentation |
DOM_Attr QxmlDOM_Element_setAttributeNode(
DOM_Element obj, DOM_Attr newAttr
)
More Documentation |
DOM_Attr QxmlDOM_Element_removeAttributeNode(
DOM_Element obj, DOM_Attr oldAttr
)
More Documentation |
void QxmlDOM_Element_removeAttribute(
DOM_Element obj, void*name, int stringind, int inlen
)
More Documentation |
void QxmlDOM_Element_removeAttributeNS(
DOM_Element obj, void*namespace, int namespaceind, int namespacelen, void*name, int nameind, int namelen
)
More Documentation |
DOM_Entity QxmlDOM_Entity_new(
void
)
More Documentation |
void QxmlDOM_Entity_delete(
DOM_Entity obj
)
More Documentation |
DOMString QxmlDOM_Entity_getPublicId(
DOM_Entity obj
)
More Documentation |
DOMString QxmlDOM_Entity_getSystemId(
DOM_Entity obj
)
More Documentation |
DOMString QxmlDOM_Entity_getNotationName(
DOM_Entity obj
)
More Documentation |
DOM_EntityReference QxmlDOM_EntityReference_new(
void
)
More Documentation |
void QxmlDOM_EntityReference_delete(
DOM_EntityReference obj
)
More Documentation |
DOM_Notation QxmlDOM_Notation_new(
void
)
More Documentation |
void QxmlDOM_Notation_delete(
DOM_Notation obj
)
More Documentation |
DOMString QxmlDOM_Notation_getPublicId(
DOM_Notation obj
)
More Documentation |
DOMString QxmlDOM_Notation_getSystemId(
DOM_Notation obj
)
More Documentation |
DOM_ProcessingInstruction QxmlDOM_ProcessingInstruction_new(
void
)
More Documentation |
void QxmlDOM_ProcessingInstruction_delete(
DOM_ProcessingInstruction obj
)
More Documentation |
DOMString QxmlDOM_ProcessingInstruction_getTarget(
DOM_ProcessingInstruction obj
)
More Documentation |
DOMString QxmlDOM_ProcessingInstruction_getData(
DOM_ProcessingInstruction obj
)
More Documentation |
void QxmlDOM_ProcessingInstruction_setData(
DOM_ProcessingInstruction obj, void*data, int stringind, int inlen
)
More Documentation |
DOM_NamedNodeMap QxmlDOM_NamedNodeMap_new(
void
)
More Documentation |
void QxmlDOM_NamedNodeMap_delete(
DOM_NamedNodeMap obj
)
More Documentation |
DOM_Node QxmlDOM_NamedNodeMap_setNamedItem(
DOM_NamedNodeMap obj, DOM_Node arg
)
More Documentation |
DOM_Node QxmlDOM_NamedNodeMap_setNamedItemNS(
DOM_NamedNodeMap obj, DOM_Node domnode
)
More Documentation |
DOM_Node QxmlDOM_NamedNodeMap_item(
DOM_NamedNodeMap obj, int index
)
More Documentation |
DOM_Node QxmlDOM_NamedNodeMap_getNamedItem(
DOM_NamedNodeMap obj, void*name, int stringind, int inlen
)
More Documentation |
DOM_Node QxmlDOM_NamedNodeMap_getNamedItemNS(
DOM_NamedNodeMap obj, void*namespace, int namespaceind, int namespacelen, void*localname, int localind, int locallen
)
More Documentation |
int QxmlDOM_NamedNodeMap_getLength(
DOM_NamedNodeMap obj
)
More Documentation |
DOM_Node QxmlDOM_NamedNodeMap_removeNamedItem(
DOM_NamedNodeMap obj, void*name, int stringind, int inlen
)
More Documentation |
void QxmlDOM_NamedNodeMap_removeNamedItemNS(
DOM_NamedNodeMap obj, void*namespace, int namespaceind, int namespacelen, void*name, int nameind, int namelen
)
More Documentation |
DOM_NodeList QxmlDOM_NodeList_new(
void
)
More Documentation |
void QxmlDOM_NodeList_delete(
DOM_NodeList obj
)
More Documentation |
DOM_Node QxmlDOM_NodeList_item(
DOM_NodeList obj, int index
)
More Documentation |
int QxmlDOM_NodeList_getLength(
DOM_NodeList obj
)
More Documentation |
DOM_DOMImplementation QxmlDOM_DOMImplementation_new(
void
)
More Documentation |
void QxmlDOM_DOMImplementation_delete(
DOM_DOMImplementation obj
)
More Documentation |
int QxmlDOM_DOMImplementation_hasFeature(
DOM_DOMImplementation obj, void*feature, int stringind1, int inlen1, void*version, int stringind2, int inlen2
)
More Documentation |
DOM_DOMImplementation QxmlDOM_DOMImplementation_getImplementation(
void
)
More Documentation |
DOM_Document QxmlDOM_DOMImplementation_createDocument(
DOM_DOMImplementation obj, void*namespace, int stringind1, int inlen1, void*qualifyname, int stringind2, int inlen2, DOM_DocumentType doctyp
)
More Documentation
|
DOM_XMLDecl QxmlDOM_XMLDecl_new(
)
More Documentation |
void QxmlDOM_XMLDecl_delete(
DOM_XMLDecl obj
)
More Documentation |
DOMString QxmlDOM_XMLDecl_getVersion(
DOM_XMLDecl obj
)
More Documentation |
DOMString QxmlDOM_XMLDecl_getStandalone(
DOM_XMLDecl obj
)
More Documentation |
DOMString QxmlDOM_XMLDecl_getEncoding(
DOM_XMLDecl obj
)
More Documentation |
DOMString QxmlDOMString_new(
void*string, int stringind, int inlen
)
More Documentation |
DOMString QxmlDOMString_null(
void
)
More Documentation
|
void QxmlDOMString_delete(
DOMString obj
)
More Documentation |
void QxmlDOMString_appendData(
DOMString obj, void*other, int stringind, int inlen
)
More Documentation |
void QxmlDOMString_deleteData(
DOMString obj, int offset, int count
)
More Documentation |
void QxmlDOMString_insertData(
DOMString obj, int offset, void*data, int stringind, int inlen
)
More Documentation |
DOMString QxmlDOMString_substringData(
DOMString obj, int offset, int count
)
More Documentation |
int QxmlDOMString_length(
DOMString obj
)
More Documentation
|
DOMString QxmlDOMString_clone(
DOMString obj
)
More Documentation |
void QxmlDOMString_print(
DOMString obj
)
More Documentation
|
void QxmlDOMString_println(
DOMString obj
)
More Documentation
|
int QxmlDOMString_compareString(
DOMString obj, DOMString other
)
More Documentation
|
int QxmlDOMString_equals(
DOMString obj, void*other, int stringind, int inlen
)
More Documentation
|
int QxmlDOMString_isNull(
DOMString obj
)
More Documentation |
char* QxmlDOMString_transcode(
DOMString obj
)
More Documentation
|
void QxmlDelete_allocstr(
void*obj
)
|
DOM_TreeWalker QxmlDOM_TreeWalker_new(
void
)
More Documentation
|
void QxmlDOM_TreeWalker_delete(
DOM_TreeWalker obj
)
More Documentation |
int QxmlDOM_TreeWalker_getWhatToShow(
DOM_TreeWalker obj
)
More Documentation
|
int QxmlDOM_TreeWalker_getExpandEntityReferences(
DOM_TreeWalker obj
)
More Documentation
|
DOM_Node QxmlDOM_TreeWalker_getCurrentNode(
DOM_TreeWalker obj
)
More Documentation
|
DOM_Node QxmlDOM_TreeWalker_parentNode(
DOM_TreeWalker obj
)
More Documentation
|
DOM_Node QxmlDOM_TreeWalker_firstChild(
DOM_TreeWalker obj
)
More Documentation
|
DOM_Node QxmlDOM_TreeWalker_lastChild(
DOM_TreeWalker obj
)
More Documentation
|
DOM_Node QxmlDOM_TreeWalker_previousSibling(
DOM_TreeWalker obj
)
More Documentation
|
DOM_Node QxmlDOM_TreeWalker_nextSibling(
DOM_TreeWalker obj
)
More Documentation
|
DOM_Node QxmlDOM_TreeWalker_nextNode(
DOM_TreeWalker obj
)
More Documentation
|
DOM_Node QxmlDOM_TreeWalker_previousNode(
DOM_TreeWalker obj
)
More Documentation
|
void QxmlDOM_TreeWalker_setCurrentNode(
DOM_TreeWalker obj, DOM_Node domnode
)
More Documentation
|
int QxmlDOM_TreeWalker_equal(
DOM_TreeWalker obj, DOM_TreeWalker domtw
)
More Documentation |
DOM_NodeIterator QxmlDOM_NodeIterator_new(
void
)
More Documentation |
void QxmlDOM_NodeIterator_delete(
DOM_NodeIterator obj
)
More Documentation |
void QxmlDOM_NodeIterator_detach(
DOM_NodeIterator obj
)
More Documentation
|
int QxmlDOM_NodeIterator_getWhatToShow(
DOM_NodeIterator obj
)
More Documentation
|
int QxmlDOM_NodeIterator_getExpandEntityReferences(
DOM_NodeIterator obj
)
More Documentation
|
DOM_Node QxmlDOM_NodeIterator_nextNode(
DOM_NodeIterator obj
)
More Documentation
|
DOM_Node QxmlDOM_NodeIterator_previousNode(
DOM_NodeIterator obj
)
More Documentation
|
int QxmlDOM_NodeIterator_equal(
DOM_NodeIterator obj, DOM_NodeIterator domni
)
More Documentation |
DOM_Range QxmlDOM_Range_new(
void
)
More Documentation |
void QxmlDOM_Range_delete(
DOM_Range obj
)
More Documentation |
int QxmlDOM_Range_equal(
DOM_Range obj, DOM_Range domr
)
More Documentation
|
DOM_Node QxmlDOM_Range_getStartContainer(
DOM_Range obj
)
More Documentation |
DOM_Node QxmlDOM_Range_getEndContainer(
DOM_Range obj
)
More Documentation |
int QxmlDOM_Range_getStartOffset(
DOM_Range obj
)
More Documentation |
int QxmlDOM_Range_getEndOffset(
DOM_Range obj
)
More Documentation |
int QxmlDOM_Range_getCollapsed(
DOM_Range obj
)
More Documentation
|
DOM_Node QxmlDOM_Range_getCommonAncestorContainer(
DOM_Range obj
)
More Documentation |
void QxmlDOM_Range_setStart(
DOM_Range obj, DOM_Node refobj, int offset
)
More Documentation |
void QxmlDOM_Range_setEnd(
DOM_Range obj, DOM_Node refobj, int offset
)
More Documentation |
void QxmlDOM_Range_setStartBefore(
DOM_Range obj, DOM_Node refobj
)
More Documentation |
void QxmlDOM_Range_setStartAfter(
DOM_Range obj, DOM_Node refobj
)
More Documentation |
void QxmlDOM_Range_setEndBefore(
DOM_Range obj, DOM_Node refobj
)
More Documentation |
void QxmlDOM_Range_setEndAfter(
DOM_Range obj, DOM_Node refobj
)
More Documentation |
void QxmlDOM_Range_collapse(
DOM_Range obj, int value
)
More Documentation
|
void QxmlDOM_Range_selectNode(
DOM_Range obj, DOM_Node refobj
)
More Documentation |
void QxmlDOM_Range_selectNodeContents(
DOM_Range obj, DOM_Node refobj
)
More Documentation |
int QxmlDOM_Range_compareBoundaryPoints(
DOM_Range obj, int how, DOM_Range refobj
)
More Documentation
|
void QxmlDOM_Range_deleteContents(
DOM_Range obj
)
More Documentation |
DOM_DocumentFragment QxmlDOM_Range_extractContents(
DOM_Range obj
)
More Documentation |
DOM_DocumentFragment QxmlDOM_Range_cloneContents(
DOM_Range obj
)
More Documentation |
void QxmlDOM_Range_insertNode(
DOM_Range obj, DOM_Node node
)
More Documentation |
void QxmlDOM_Range_surroundContents(
DOM_Range obj, DOM_Node node
)
More Documentation |
DOM_Range QxmlDOM_Range_cloneRange(
DOM_Range obj
)
More Documentation |
void QxmlDOM_Range_detach(
DOM_Range obj
)
More Documentation |
DOMString QxmlDOM_Range_toString(
DOM_Range obj
)
More Documentation |
SAXParser QxmlSAXParser_new(
void
)
More Documentation |
void QxmlSAXParser_delete(
SAXParser obj
)
More Documentation |
void QxmlSAXParser_setDoValidation(
SAXParser obj, int doValidation
)
More Documentation |
void QxmlSAXParser_setEntityResolver(
SAXParser obj, EntityResolver resolver
)
More Documentation |
void QxmlSAXParser_setDTDHandler(
SAXParser obj, DTDHandler handler
)
More Documentation |
void QxmlSAXParser_setDocumentHandler(
SAXParser obj, DocumentHandler handler
)
More Documentation |
void QxmlSAXParser_setErrorHandler(
SAXParser obj, ErrorHandler handler
)
More Documentation |
void QxmlSAXParser_resetEntityResolver(
SAXParser obj
)
More Documentation |
void QxmlSAXParser_resetDTDHandler(
SAXParser obj
)
More Documentation |
void QxmlSAXParser_resetDocumentHandler(
SAXParser obj
)
More Documentation |
void QxmlSAXParser_resetErrorHandler(
SAXParser obj
)
More Documentation |
void QxmlSAXParser_parse_SystemId(
SAXParser obj, void*XMLfile, int stringind, int inlen
)
More Documentation
|
void QxmlSAXParser_parse_InputSource(
SAXParser obj, InputSource source
)
More Documentation
|
int QxmlSAXParser_parseFirst_SystemId(
SAXParser obj, void*systemID, int stringind, int inlen, XMLPScanToken token
)
More Documentation |
int QxmlSAXParser_parseFirst_InputSource(
SAXParser obj, InputSource source, XMLPScanToken token
)
More Documentation |
int QxmlSAXParser_parseNext(
SAXParser obj, XMLPScanToken token
)
More Documentation |
DocumentHandler QxmlSAXParser_getDocumentHandler(
SAXParser obj
)
More Documentation |
EntityResolver QxmlSAXParser_getEntityResolver(
SAXParser obj
)
More Documentation |
ErrorHandler QxmlSAXParser_getErrorHandler(
SAXParser obj
)
More Documentation |
int QxmlSAXParser_getValidationScheme(
SAXParser obj
)
More Documentation |
void QxmlSAXParser_setValidationScheme(
SAXParser obj, int scheme_setting
)
More Documentation |
int QxmlSAXParser_getDoNamespaces(
SAXParser obj
)
More Documentation |
void QxmlSAXParser_setDoNamespaces(
SAXParser obj, int namespaces_setting
)
More Documentation |
void QxmlSAXParser_setDoSchema(
SAXParser obj, int donschema_setting
)
More Documentation |
void QxmlSAXParser_setValidationSchemaFullChecking(
SAXParser obj, int dofullcheck
)
More Documentation |
int QxmlSAXParser_getExitOnFirstFatalError(
SAXParser obj
)
More Documentation |
void QxmlSAXParser_setExitOnFirstFatalError(
SAXParser obj, int exit_setting
)
More Documentation |
XMLPScanToken QxmlXMLPScanToken_new(
void
)
|
void QxmlXMLPScanToken_delete(
XMLPScanToken token
)
|
void QxmlAttributeList_delete(
AttributeList obj
)
More Documentation |
int QxmlAttributeList_getLength(
AttributeList obj
)
More Documentation |
XMLCh* QxmlAttributeList_getName_byindex(
AttributeList obj, int index
)
More Documentation |
XMLCh* QxmlAttributeList_getType_byindex(
AttributeList obj, int index
)
More Documentation |
XMLCh* QxmlAttributeList_getValue_byindex(
AttributeList obj, int index
)
More Documentation |
XMLCh* QxmlAttributeList_getType_byname(
AttributeList obj, void*name, int stringind, int inlen
)
More Documentation |
XMLCh* QxmlAttributeList_getValue_byname(
AttributeList obj, void*name, int stringind, int inlen
)
More Documentation |
void QxmlLocator_delete(
Locator obj
)
More Documentation |
XMLCh* QxmlLocator_getPublicId(
Locator obj
)
More Documentation |
XMLCh* QxmlLocator_getSystemId(
Locator obj
)
More Documentation |
int QxmlLocator_getLineNumber(
Locator obj
)
More Documentation |
int QxmlLocator_getColumnNumber(
Locator obj
)
More Documentation |
DocumentHandler QxmlDocumentHandler_new(
void
)
More Documentation |
void QxmlDocumentHandler_delete(
DocumentHandler obj
)
More Documentation |
void QxmlDocumentHandler_setCallback(
DocumentHandler obj, int functionid, void*(* procedure_pointer)
)
|
ErrorHandler QxmlErrorHandler_new(
void
)
More Documentation |
void QxmlErrorHandler_delete(
ErrorHandler obj
)
More Documentation |
void QxmlErrorHandler_setCallback(
ErrorHandler obj, int functionid, void*(* procedure_pointer)
)
|
EntityResolver QxmlEntityResolver_new(
void
)
More Documentation |
void QxmlEntityResolver_delete(
EntityResolver obj
)
More Documentation |
void QxmlEntityResolver_setCallback(
EntityResolver obj, int functionid, void*(* procedure_pointer)
)
|
DTDHandler QxmlDTDHandler_new(
void
)
More Documentation |
void QxmlDTDHandler_delete(
DTDHandler obj
)
More Documentation |
void QxmlDTDHandler_setCallback(
DTDHandler obj, int functionid, void*(* procedure_pointer)
)
|
SAXException QxmlSAXException_new(
void
)
More Documentation |
void QxmlSAXException_delete(
SAXException obj
)
More Documentation |
SAXException QxmlSAXException_message(
void*test, int stringind, int inlen
)
More Documentation |
XMLCh* QxmlSAXException_getMessage(
SAXException obj
)
More Documentation |
SAXParseException QxmlSAXParseException_new_message_locator(
void*text, int stringind, int inlen, Locator newlocator
)
More Documentation |
SAXParseException QxmlSAXParseException_new_SystemId(
void*text, int stringind, int inlen1, void*publicId, int stringind2, int inlen2, void*systemId, int stringind3, int inlen3, int line, int col
)
More Documentation |
void QxmlSAXParseException_delete(
SAXParseException obj
)
More Documentation |
int QxmlSAXParseException_getColumnNumber(
SAXParseException obj
)
More Documentation |
int QxmlSAXParseException_getLineNumber(
SAXParseException obj
)
More Documentation |
XMLCh* QxmlSAXParseException_getPublicId(
SAXParseException obj
)
More Documentation |
XMLCh* QxmlSAXParseException_getSystemId(
SAXParseException obj
)
More Documentation |
LocalFileInputSource QxmlLocalFileInputSource_new(
void*systemid, int stringind, int inlen
)
More Documentation |
void QxmlLocalFileInputSource_delete(
LocalFileInputSource obj
)
More Documentation |
void QxmlLocalFileInputSource_setEncoding(
LocalFileInputSource obj, void*encoding, int stringind, int inlen
)
|
MemBufInputSource QxmlMemBufInputSource_new(
void*XMLbytes, int byteCount, void*bufId, int stringind, int inlen, int adoptBuffer
)
More Documentation |
void QxmlMemBufInputSource_delete(
MemBufInputSource obj
)
More Documentation |
void QxmlMemBufInputSource_setEncoding(
MemBufInputSource obj, void*encoding, int stringind, int inlen
)
|
StdInInputSource QxmlStdInInputSource_new(
void
)
More Documentation |
void QxmlStdInInputSource_delete(
StdInInputSource obj
)
More Documentation |
void QxmlStdInInputSource_setEncoding(
StdInInputSource obj, void*encoding, int stringind, int inlen
)
|
void Qxml_COBOL_DocumentHandler_setCallback(
DocumentHandler obj, int interfaceid, void*(* procedure_pointer)
)
|
void Qxml_COBOL_ErrorHandler_setCallback(
ErrorHandler obj, int interfaceid, void*(* procedure_pointer)
)
|
void Qxml_COBOL_EntityResolver_setCallback(
EntityResolver obj, int interfaceid, void*(* procedure_pointer)
)
|
void Qxml_COBOL_DTDHandler_setCallback(
DTDHandler obj, int interfaceid, void*(* procedure_pointer)
)
|
void Qxml_COBOL_ContentHandler_setCallback(
ContentHandler obj, int interfaceid, void*(* procedure_pointer)
)
|
XMLFormatter QxmlXMLFormatter_new(
void*outEncoding, int stringind, int inlen, XMLFormatTarget target, int EscapeFlags, int UnRepFlags
)
More Documentation
|
void QxmlXMLFormatter_delete(
XMLFormatter obj
)
More Documentation |
void QxmlXMLFormatter_formatBuf(
XMLFormatter obj, void*toFormat, int stringind, unsigned int count, int escapeFlags, int unrepFlags
)
More Documentation |
void QxmlXMLFormatter_streamoutXMLString(
XMLFormatter obj, void*toFormat
)
More Documentation |
void QxmlXMLFormatter_streamoutXMLCh(
XMLFormatter obj, void*toFormat
)
More Documentation |
void QxmlXMLFormatter_streamoutDOMString(
XMLFormatter obj, DOMString toFormat
)
More Documentation |
DOMString QxmlXMLFormatter_getEncodingName(
XMLFormatter obj
)
More Documentation |
void QxmlXMLFormatter_setEscapeFlags(
XMLFormatter obj, int newFlags
)
More Documentation |
void QxmlXMLFormatter_setUnRepFlags(
XMLFormatter obj, int newFlags
)
More Documentation |
XMLFormatTarget QxmlFileFormatTarget_new(
FileDescriptor open_fd
)
|
void QxmlFileFormatTarget_delete(
XMLFormatTarget obj
)
|
SAX2XMLReader QxmlXMLReaderFactory_createXMLReader(
void
)
More Documentation
|
void QxmlSAX2XMLReader_delete(
SAX2XMLReader obj
)
More Documentation
|
ContentHandler QxmlSAX2XMLReader_getContentHandler(
SAX2XMLReader obj
)
More Documentation |
void QxmlSAX2XMLReader_resetContentHandler(
SAX2XMLReader obj
)
More Documentation |
void QxmlSAX2XMLReader_setContentHandler(
SAX2XMLReader obj, ContentHandler contenthandler
)
More Documentation |
EntityResolver QxmlSAX2XMLReader_getEntityResolver(
SAX2XMLReader obj
)
More Documentation |
void QxmlSAX2XMLReader_resetEntityResolver(
SAX2XMLReader obj
)
More Documentation |
void QxmlSAX2XMLReader_setEntityResolver(
SAX2XMLReader obj, EntityResolver resolver
)
More Documentation |
DTDHandler QxmlSAX2XMLReader_getDTDHandler(
SAX2XMLReader obj
)
More Documentation |
void QxmlSAX2XMLReader_resetDTDHandler(
SAX2XMLReader obj
)
More Documentation |
void QxmlSAX2XMLReader_setDTDHandler(
SAX2XMLReader obj, DTDHandler handler
)
More Documentation |
ErrorHandler QxmlSAX2XMLReader_getErrorHandler(
SAX2XMLReader obj
)
More Documentation |
void QxmlSAX2XMLReader_resetErrorHandler(
SAX2XMLReader obj
)
More Documentation |
void QxmlSAX2XMLReader_setErrorHandler(
SAX2XMLReader obj, ErrorHandler handler
)
More Documentation |
int QxmlSAX2XMLReader_getFeature(
SAX2XMLReader obj, void*feature, int stringind, int inlen
)
More Documentation |
void QxmlSAX2XMLReader_enableFeature(
SAX2XMLReader obj, void*name, int stringind, int inlen
)
More Documentation
|
void QxmlSAX2XMLReader_disableFeature(
SAX2XMLReader obj, void*name, int stringind, int inlen
)
More Documentation |
void QxmlSAX2XMLReader_parse_InputSource(
SAX2XMLReader obj, InputSource source
)
More Documentation
|
void QxmlSAX2XMLReader_parse_SystemId(
SAX2XMLReader obj, void*XMLFile, int stringind, int inlen
)
More Documentation
|
void QxmlAttributes_delete(
Attributes obj
)
More Documentation |
int QxmlAttributes_getLength(
Attributes obj
)
More Documentation |
void* QxmlAttributes_getURI(
Attributes obj, int index
)
More Documentation |
void* QxmlAttributes_getLocalName(
Attributes obj, int index
)
More Documentation |
void* QxmlAttributes_getQName(
Attributes obj, int index
)
More Documentation |
void* QxmlAttributes_getType_byIndex(
Attributes obj, int index
)
More Documentation |
void* QxmlAttributes_getIndex_byName(
Attributes obj, void*uri, int uriind, int urilen, void*localPart, int localind, int locallen
)
More Documentation |
void* QxmlAttributes_getIndex_byQName(
Attributes obj, void*name, int stringind, int inlen
)
More Documentation |
void* QxmlAttributes_getType_byName(
Attributes obj, void*uri, int uriind, int urilen, void*localPart, int localind, int locallen
)
More Documentation |
void* QxmlAttributes_getType_byQName(
Attributes obj, void*name, int stringind, int inlen
)
More Documentation |
void* QxmlAttributes_getValue_byName(
Attributes obj, void*uri, int uriind, int urilen, void*localPart, int localind, int locallen
)
More Documentation |
void* QxmlAttributes_getValue_byQName(
Attributes obj, void*name, int stringind, int inlen
)
More Documentation |
ContentHandler QxmlContentHandler_new(
void
)
More Documentation |
void QxmlContentHandler_delete(
ContentHandler obj
)
More Documentation |
void QxmlContentHandler_setCallback(
ContentHandler obj, int interfaceid, void*(* procedure_pointer)
)
More Documentation
|
int QxmlisXMLEmptyString(
void*string
)
|
![]() | XML4PR - XML4C Interface Wrapper for RPG, C and COBOL
Copyright 2000 International Business Machines. All Rights Reserved. |