aboutsummaryrefslogtreecommitdiffstats
path: root/os400/libxmlrpg/SAX.rpgle
diff options
context:
space:
mode:
Diffstat (limited to 'os400/libxmlrpg/SAX.rpgle')
-rw-r--r--os400/libxmlrpg/SAX.rpgle34
1 files changed, 20 insertions, 14 deletions
diff --git a/os400/libxmlrpg/SAX.rpgle b/os400/libxmlrpg/SAX.rpgle
index 85f15ccf..a22d49ae 100644
--- a/os400/libxmlrpg/SAX.rpgle
+++ b/os400/libxmlrpg/SAX.rpgle
@@ -26,22 +26,27 @@
d ctx * value void *
d loc value like(xmlSAXLocatorPtr)
- d getLineNumber pr 10i 0 extproc('getLineNumber')
+ d getLineNumber pr extproc('getLineNumber')
+ d like(xmlCint)
d ctx * value void *
d getColumnNumber...
- d pr 10i 0 extproc('getColumnNumber')
+ d pr extproc('getColumnNumber')
+ d like(xmlCint)
d ctx * value void *
- d isStandalone pr 10i 0 extproc('isStandalone')
+ d isStandalone pr extproc('isStandalone')
+ d like(xmlCint)
d ctx * value void *
d hasInternalSubset...
- d pr 10i 0 extproc('hasInternalSubset')
+ d pr extproc('hasInternalSubset')
+ d like(xmlCint)
d ctx * value void *
d hasExternalSubset...
- d pr 10i 0 extproc('hasExternalSubset')
+ d pr extproc('hasExternalSubset')
+ d like(xmlCint)
d ctx * value void *
d internalSubset pr extproc('internalSubset')
@@ -76,7 +81,7 @@
d entityDecl pr extproc('entityDecl')
d ctx * value void *
d name * value options(*string) const xmlChar *
- d type 10i 0 value
+ d type value like(xmlCint)
d publicId * value options(*string) const xmlChar *
d systemId * value options(*string) const xmlChar *
d content * value options(*string) xmlChar *
@@ -85,15 +90,15 @@
d ctx * value void *
d elem * value options(*string) const xmlChar *
d fullname * value options(*string) const xmlChar *
- d type 10i 0 value
- d def 10i 0 value
+ d type value like(xmlCint)
+ d def value like(xmlCint)
d defaultValue * value options(*string) const xmlChar *
d tree value like(xmlEnumerationPtr)
d elementDecl pr extproc('elementDecl')
d ctx * value void *
d name * value options(*string) const xmlChar *
- d type 10i 0 value
+ d type value like(xmlCint)
d content value like(xmlElementContentPtr)
d notationDecl pr extproc('notationDecl')
@@ -137,13 +142,13 @@
d characters pr extproc('characters')
d ctx * value void *
d ch * value options(*string) const xmlChar *
- d len 10i 0 value
+ d len value like(xmlCint)
d ignorableWhitespace...
d pr extproc('ignorableWhitespace')
d ctx * value void *
d ch * value options(*string) const xmlChar *
- d len 10i 0 value
+ d len value like(xmlCint)
d processingInstruction...
d pr extproc('processingInstruction')
@@ -165,7 +170,8 @@
d like(xmlNsPtr)
d ctx * value void *
- d checkNamespace pr 10i 0 extproc('checkNamespace')
+ d checkNamespace pr extproc('checkNamespace')
+ d like(xmlCint)
d ctx * value void *
d nameSpace * value options(*string) xmlChar *
@@ -181,13 +187,13 @@
d cdataBlock pr extproc('cdataBlock')
d ctx * value void *
d value * value options(*string) const xmlChar *
- d len 10i 0 value
+ d len value like(xmlCint)
/if defined(LIBXML_SAX1_ENABLED)
d initxmlDefaultSAXHandler...
d pr extproc('initxmlDefaultSAXHandler')
d hdlr likeds(xmlSAXHandlerV1)
- d warning 10i 0 value
+ d warning value like(xmlCint)
/if defined(LIBXML_HTML_ENABLED)
d inithtmlDefaultSAXHandler...