LibXML2
[Source]
Constructors
create
[Source]
new val create()
: LibXML2 val^
Returns
Public Functions
utf8ToHtml
[Source]
fun box utf8ToHtml(
out: String val,
outlen: Pointer[I32 val] tag,
xmlin: String val,
inlen: Pointer[I32 val] tag)
: I32 val
Parameters
Returns
utf8Toisolat1
[Source]
fun box utf8Toisolat1(
out: String val,
outlen: Pointer[I32 val] tag,
xmlin: String val,
inlen: Pointer[I32 val] tag)
: I32 val
Parameters
Returns
docbDefaultSAXHandlerInit
[Source]
fun box docbDefaultSAXHandlerInit()
: None val
Returns
htmlAttrAllowed
[Source]
fun box htmlAttrAllowed(
parg0: NullablePointer[HtmlElemDesc ref] tag,
parg1: String val,
parg2: I32 val)
: I32 val
Parameters
Returns
htmlAutoCloseTag
[Source]
fun box htmlAutoCloseTag(
doc: NullablePointer[XmlDoc ref] tag,
name: String val,
elem: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
htmlCreateFileParserCtxt
[Source]
fun box htmlCreateFileParserCtxt(
filename: String val,
encoding: String val)
: NullablePointer[XmlParserCtxt ref] ref
Parameters
Returns
htmlCreateMemoryParserCtxt
[Source]
fun box htmlCreateMemoryParserCtxt(
buffer: String val,
size: I32 val)
: NullablePointer[XmlParserCtxt ref] ref
Parameters
Returns
htmlCreatePushParserCtxt
[Source]
fun box htmlCreatePushParserCtxt(
sax: NullablePointer[XmlSAXHandler ref] tag,
userdata: Pointer[None val] tag,
chunk: String val,
size: I32 val,
filename: String val,
enc: I32 val)
: NullablePointer[XmlParserCtxt ref] ref
Parameters
Returns
htmlCtxtReadDoc
[Source]
fun box htmlCtxtReadDoc(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
cur: String val,
uRL: String val,
encoding: String val,
options: I32 val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
htmlCtxtReadFd
[Source]
fun box htmlCtxtReadFd(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
fd: I32 val,
uRL: String val,
encoding: String val,
options: I32 val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
htmlCtxtReadFile
[Source]
fun box htmlCtxtReadFile(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
filename: String val,
encoding: String val,
options: I32 val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
htmlCtxtReadIO
[Source]
fun box htmlCtxtReadIO(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
ioread: Pointer[None val] tag,
ioclose: Pointer[None val] tag,
ioctx: Pointer[None val] tag,
uRL: String val,
encoding: String val,
options: I32 val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
htmlCtxtReadMemory
[Source]
fun box htmlCtxtReadMemory(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
buffer: String val,
size: I32 val,
uRL: String val,
encoding: String val,
options: I32 val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
htmlCtxtReset
[Source]
fun box htmlCtxtReset(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: None val
Parameters
Returns
htmlCtxtUseOptions
[Source]
fun box htmlCtxtUseOptions(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
options: I32 val)
: I32 val
Parameters
Returns
htmlDefaultSAXHandlerInit
[Source]
fun box htmlDefaultSAXHandlerInit()
: None val
Returns
htmlDocContentDumpFormatOutput
[Source]
fun box htmlDocContentDumpFormatOutput(
buf: NullablePointer[XmlOutputBuffer ref] tag,
cur: NullablePointer[XmlDoc ref] tag,
encoding: String val,
format: I32 val)
: None val
Parameters
Returns
htmlDocContentDumpOutput
[Source]
fun box htmlDocContentDumpOutput(
buf: NullablePointer[XmlOutputBuffer ref] tag,
cur: NullablePointer[XmlDoc ref] tag,
encoding: String val)
: None val
Parameters
Returns
htmlDocDump
[Source]
fun box htmlDocDump(
f: NullablePointer[IOFILE ref] tag,
cur: NullablePointer[XmlDoc ref] tag)
: I32 val
Parameters
Returns
htmlElementAllowedHere
[Source]
fun box htmlElementAllowedHere(
parg0: NullablePointer[HtmlElemDesc ref] tag,
parg1: String val)
: I32 val
Parameters
Returns
htmlElementStatusHere
[Source]
fun box htmlElementStatusHere(
parg0: NullablePointer[HtmlElemDesc ref] tag,
parg1: NullablePointer[HtmlElemDesc ref] tag)
: I32 val
Parameters
Returns
htmlEncodeEntities
[Source]
fun box htmlEncodeEntities(
out: String val,
outlen: Pointer[I32 val] tag,
xmlin: String val,
inlen: Pointer[I32 val] tag,
quoteChar: I32 val)
: I32 val
Parameters
Returns
htmlEntityLookup
[Source]
fun box htmlEntityLookup(
name: String val)
: NullablePointer[HtmlEntityDesc ref] ref
Parameters
Returns
htmlEntityValueLookup
[Source]
fun box htmlEntityValueLookup(
value: U32 val)
: NullablePointer[HtmlEntityDesc ref] ref
Parameters
Returns
htmlFreeParserCtxt
[Source]
fun box htmlFreeParserCtxt(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: None val
Parameters
Returns
[Source]
fun box htmlGetMetaEncoding(
doc: NullablePointer[XmlDoc ref] tag)
: String val
Parameters
Returns
htmlHandleOmittedElem
[Source]
fun box htmlHandleOmittedElem(
xmlval: I32 val)
: I32 val
Parameters
Returns
htmlInitAutoClose
[Source]
fun box htmlInitAutoClose()
: None val
Returns
htmlIsAutoClosed
[Source]
fun box htmlIsAutoClosed(
doc: NullablePointer[XmlDoc ref] tag,
elem: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
htmlIsBooleanAttr
[Source]
fun box htmlIsBooleanAttr(
name: String val)
: I32 val
Parameters
Returns
htmlIsScriptAttribute
[Source]
fun box htmlIsScriptAttribute(
name: String val)
: I32 val
Parameters
Returns
htmlNewDoc
[Source]
fun box htmlNewDoc(
uRI: String val,
externalID: String val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
htmlNewDocNoDtD
[Source]
fun box htmlNewDocNoDtD(
uRI: String val,
externalID: String val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
htmlNewParserCtxt
[Source]
fun box htmlNewParserCtxt()
: NullablePointer[XmlParserCtxt ref] ref
Returns
htmlNodeDump
[Source]
fun box htmlNodeDump(
buf: NullablePointer[XmlBuffer ref] tag,
doc: NullablePointer[XmlDoc ref] tag,
cur: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
htmlNodeDumpFile
[Source]
fun box htmlNodeDumpFile(
out: NullablePointer[IOFILE ref] tag,
doc: NullablePointer[XmlDoc ref] tag,
cur: NullablePointer[XmlNode ref] tag)
: None val
Parameters
Returns
[Source]
fun box htmlNodeDumpFileFormat(
out: NullablePointer[IOFILE ref] tag,
doc: NullablePointer[XmlDoc ref] tag,
cur: NullablePointer[XmlNode ref] tag,
encoding: String val,
format: I32 val)
: I32 val
Parameters
Returns
[Source]
fun box htmlNodeDumpFormatOutput(
buf: NullablePointer[XmlOutputBuffer ref] tag,
doc: NullablePointer[XmlDoc ref] tag,
cur: NullablePointer[XmlNode ref] tag,
encoding: String val,
format: I32 val)
: None val
Parameters
Returns
htmlNodeDumpOutput
[Source]
fun box htmlNodeDumpOutput(
buf: NullablePointer[XmlOutputBuffer ref] tag,
doc: NullablePointer[XmlDoc ref] tag,
cur: NullablePointer[XmlNode ref] tag,
encoding: String val)
: None val
Parameters
Returns
htmlNodeStatus
[Source]
fun box htmlNodeStatus(
parg0: NullablePointer[XmlNode ref] tag,
parg1: I32 val)
: I32 val
Parameters
Returns
htmlParseCharRef
[Source]
fun box htmlParseCharRef(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: I32 val
Parameters
Returns
htmlParseChunk
[Source]
fun box htmlParseChunk(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
chunk: String val,
size: I32 val,
terminate: I32 val)
: I32 val
Parameters
Returns
htmlParseDoc
[Source]
fun box htmlParseDoc(
cur: String val,
encoding: String val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
htmlParseDocument
[Source]
fun box htmlParseDocument(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: I32 val
Parameters
Returns
htmlParseElement
[Source]
fun box htmlParseElement(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: None val
Parameters
Returns
htmlParseFile
[Source]
fun box htmlParseFile(
filename: String val,
encoding: String val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
htmlReadDoc
[Source]
fun box htmlReadDoc(
cur: String val,
uRL: String val,
encoding: String val,
options: I32 val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
htmlReadFd
[Source]
fun box htmlReadFd(
fd: I32 val,
uRL: String val,
encoding: String val,
options: I32 val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
htmlReadFile
[Source]
fun box htmlReadFile(
uRL: String val,
encoding: String val,
options: I32 val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
htmlReadIO
[Source]
fun box htmlReadIO(
ioread: Pointer[None val] tag,
ioclose: Pointer[None val] tag,
ioctx: Pointer[None val] tag,
uRL: String val,
encoding: String val,
options: I32 val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
htmlReadMemory
[Source]
fun box htmlReadMemory(
buffer: String val,
size: I32 val,
uRL: String val,
encoding: String val,
options: I32 val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
htmlSAXParseDoc
[Source]
fun box htmlSAXParseDoc(
cur: String val,
encoding: String val,
sax: NullablePointer[XmlSAXHandler ref] tag,
userData: Pointer[None val] tag)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
htmlSAXParseFile
[Source]
fun box htmlSAXParseFile(
filename: String val,
encoding: String val,
sax: NullablePointer[XmlSAXHandler ref] tag,
userData: Pointer[None val] tag)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
htmlSaveFile
[Source]
fun box htmlSaveFile(
filename: String val,
cur: NullablePointer[XmlDoc ref] tag)
: I32 val
Parameters
Returns
htmlSaveFileEnc
[Source]
fun box htmlSaveFileEnc(
filename: String val,
cur: NullablePointer[XmlDoc ref] tag,
encoding: String val)
: I32 val
Parameters
Returns
[Source]
fun box htmlSaveFileFormat(
filename: String val,
cur: NullablePointer[XmlDoc ref] tag,
encoding: String val,
format: I32 val)
: I32 val
Parameters
Returns
[Source]
fun box htmlSetMetaEncoding(
doc: NullablePointer[XmlDoc ref] tag,
encoding: String val)
: I32 val
Parameters
Returns
htmlTagLookup
[Source]
fun box htmlTagLookup(
xmltag: String val)
: NullablePointer[HtmlElemDesc ref] ref
Parameters
Returns
initGenericErrorDefaultFunc
[Source]
fun box initGenericErrorDefaultFunc(
handler: NullablePointer[Pointer[None val] ref] tag)
: None val
Parameters
Returns
[Source]
fun box inputPop(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: NullablePointer[XmlParserInput ref] ref
Parameters
Returns
[Source]
fun box inputPush(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
value: NullablePointer[XmlParserInput ref] tag)
: I32 val
Parameters
Returns
isolat1ToUTF8
[Source]
fun box isolat1ToUTF8(
out: String val,
outlen: Pointer[I32 val] tag,
xmlin: String val,
inlen: Pointer[I32 val] tag)
: I32 val
Parameters
Returns
namePop
[Source]
fun box namePop(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: String val
Parameters
Returns
namePush
[Source]
fun box namePush(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
value: String val)
: I32 val
Parameters
Returns
nodePop
[Source]
fun box nodePop(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
nodePush
[Source]
fun box nodePush(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
value: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
valuePop
[Source]
fun box valuePop(
ctxt: NullablePointer[XmlXPathParserContext ref] tag)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
valuePush
[Source]
fun box valuePush(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
value: NullablePointer[XmlXPathObject ref] tag)
: I32 val
Parameters
Returns
xlinkGetDefaultDetect
[Source]
fun box xlinkGetDefaultDetect()
: Pointer[None val] ref
Returns
xlinkGetDefaultHandler
[Source]
fun box xlinkGetDefaultHandler()
: NullablePointer[XlinkHandler ref] ref
Returns
xlinkIsLink
[Source]
fun box xlinkIsLink(
doc: NullablePointer[XmlDoc ref] tag,
node: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xlinkSetDefaultDetect
[Source]
fun box xlinkSetDefaultDetect(
func: Pointer[None val] tag)
: None val
Parameters
Returns
xlinkSetDefaultHandler
[Source]
fun box xlinkSetDefaultHandler(
handler: NullablePointer[XlinkHandler ref] tag)
: None val
Parameters
Returns
xmlACatalogAdd
[Source]
fun box xmlACatalogAdd(
catal: NullablePointer[XmlCatalog ref] tag,
xmltype: String val,
orig: String val,
replace: String val)
: I32 val
Parameters
Returns
xmlACatalogDump
[Source]
fun box xmlACatalogDump(
catal: NullablePointer[XmlCatalog ref] tag,
out: NullablePointer[IOFILE ref] tag)
: None val
Parameters
Returns
xmlACatalogRemove
[Source]
fun box xmlACatalogRemove(
catal: NullablePointer[XmlCatalog ref] tag,
value: String val)
: I32 val
Parameters
Returns
xmlACatalogResolve
[Source]
fun box xmlACatalogResolve(
catal: NullablePointer[XmlCatalog ref] tag,
pubID: String val,
sysID: String val)
: String val
Parameters
Returns
xmlACatalogResolvePublic
[Source]
fun box xmlACatalogResolvePublic(
catal: NullablePointer[XmlCatalog ref] tag,
pubID: String val)
: String val
Parameters
Returns
xmlACatalogResolveSystem
[Source]
fun box xmlACatalogResolveSystem(
catal: NullablePointer[XmlCatalog ref] tag,
sysID: String val)
: String val
Parameters
Returns
xmlACatalogResolveURI
[Source]
fun box xmlACatalogResolveURI(
catal: NullablePointer[XmlCatalog ref] tag,
uRI: String val)
: String val
Parameters
Returns
xmlAddAttributeDecl
[Source]
fun box xmlAddAttributeDecl(
ctxt: NullablePointer[XmlValidCtxt ref] tag,
dtd: NullablePointer[XmlDtd ref] tag,
elem: String val,
name: String val,
ns: String val,
xmltype: I32 val,
def: I32 val,
defaultValue: String val,
tree: NullablePointer[XmlEnumeration ref] tag)
: NullablePointer[XmlAttribute ref] ref
Parameters
Returns
xmlAddChild
[Source]
fun box xmlAddChild(
parent: NullablePointer[XmlNode ref] tag,
cur: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlAddChildList
[Source]
fun box xmlAddChildList(
parent: NullablePointer[XmlNode ref] tag,
cur: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlAddDocEntity
[Source]
fun box xmlAddDocEntity(
doc: NullablePointer[XmlDoc ref] tag,
name: String val,
xmltype: I32 val,
externalID: String val,
systemID: String val,
content: String val)
: NullablePointer[XmlEntity ref] ref
Parameters
Returns
xmlAddDtdEntity
[Source]
fun box xmlAddDtdEntity(
doc: NullablePointer[XmlDoc ref] tag,
name: String val,
xmltype: I32 val,
externalID: String val,
systemID: String val,
content: String val)
: NullablePointer[XmlEntity ref] ref
Parameters
Returns
xmlAddElementDecl
[Source]
fun box xmlAddElementDecl(
ctxt: NullablePointer[XmlValidCtxt ref] tag,
dtd: NullablePointer[XmlDtd ref] tag,
name: String val,
xmltype: I32 val,
content: NullablePointer[XmlElementContent ref] tag)
: NullablePointer[XmlElement ref] ref
Parameters
Returns
xmlAddEncodingAlias
[Source]
fun box xmlAddEncodingAlias(
name: String val,
alias: String val)
: I32 val
Parameters
Returns
xmlAddID
[Source]
fun box xmlAddID(
ctxt: NullablePointer[XmlValidCtxt ref] tag,
doc: NullablePointer[XmlDoc ref] tag,
value: String val,
attr: NullablePointer[XmlAttr ref] tag)
: NullablePointer[XmlID ref] ref
Parameters
Returns
xmlAddNextSibling
[Source]
fun box xmlAddNextSibling(
cur: NullablePointer[XmlNode ref] tag,
elem: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlAddNotationDecl
[Source]
fun box xmlAddNotationDecl(
ctxt: NullablePointer[XmlValidCtxt ref] tag,
dtd: NullablePointer[XmlDtd ref] tag,
name: String val,
publicID: String val,
systemID: String val)
: NullablePointer[XmlNotation ref] ref
Parameters
Returns
xmlAddPrevSibling
[Source]
fun box xmlAddPrevSibling(
cur: NullablePointer[XmlNode ref] tag,
elem: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlAddRef
[Source]
fun box xmlAddRef(
ctxt: NullablePointer[XmlValidCtxt ref] tag,
doc: NullablePointer[XmlDoc ref] tag,
value: String val,
attr: NullablePointer[XmlAttr ref] tag)
: NullablePointer[XmlRef ref] ref
Parameters
Returns
xmlAddSibling
[Source]
fun box xmlAddSibling(
cur: NullablePointer[XmlNode ref] tag,
elem: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlAllocOutputBuffer
[Source]
fun box xmlAllocOutputBuffer(
encoder: NullablePointer[XmlCharEncodingHandler ref] tag)
: NullablePointer[XmlOutputBuffer ref] ref
Parameters
Returns
[Source]
fun box xmlAllocParserInputBuffer(
enc: I32 val)
: NullablePointer[XmlParserInputBuffer ref] ref
Parameters
Returns
xmlAttrSerializeTxtContent
[Source]
fun box xmlAttrSerializeTxtContent(
buf: NullablePointer[XmlBuffer ref] tag,
doc: NullablePointer[XmlDoc ref] tag,
attr: NullablePointer[XmlAttr ref] tag,
string: String val)
: None val
Parameters
Returns
xmlAutomataCompile
[Source]
fun box xmlAutomataCompile(
am: NullablePointer[XmlAutomata ref] tag)
: NullablePointer[XmlRegexp ref] ref
Parameters
Returns
xmlAutomataGetInitState
[Source]
fun box xmlAutomataGetInitState(
am: NullablePointer[XmlAutomata ref] tag)
: NullablePointer[XmlAutomataState ref] ref
Parameters
Returns
xmlAutomataIsDeterminist
[Source]
fun box xmlAutomataIsDeterminist(
am: NullablePointer[XmlAutomata ref] tag)
: I32 val
Parameters
Returns
xmlAutomataNewAllTrans
[Source]
fun box xmlAutomataNewAllTrans(
am: NullablePointer[XmlAutomata ref] tag,
from: NullablePointer[XmlAutomataState ref] tag,
to: NullablePointer[XmlAutomataState ref] tag,
lax: I32 val)
: NullablePointer[XmlAutomataState ref] ref
Parameters
Returns
xmlAutomataNewCountTrans
[Source]
fun box xmlAutomataNewCountTrans(
am: NullablePointer[XmlAutomata ref] tag,
from: NullablePointer[XmlAutomataState ref] tag,
to: NullablePointer[XmlAutomataState ref] tag,
token: String val,
min: I32 val,
max: I32 val,
data: Pointer[None val] tag)
: NullablePointer[XmlAutomataState ref] ref
Parameters
Returns
xmlAutomataNewCountTrans2
[Source]
fun box xmlAutomataNewCountTrans2(
am: NullablePointer[XmlAutomata ref] tag,
from: NullablePointer[XmlAutomataState ref] tag,
to: NullablePointer[XmlAutomataState ref] tag,
token: String val,
token2: String val,
min: I32 val,
max: I32 val,
data: Pointer[None val] tag)
: NullablePointer[XmlAutomataState ref] ref
Parameters
Returns
xmlAutomataNewCountedTrans
[Source]
fun box xmlAutomataNewCountedTrans(
am: NullablePointer[XmlAutomata ref] tag,
from: NullablePointer[XmlAutomataState ref] tag,
to: NullablePointer[XmlAutomataState ref] tag,
counter: I32 val)
: NullablePointer[XmlAutomataState ref] ref
Parameters
Returns
xmlAutomataNewCounter
[Source]
fun box xmlAutomataNewCounter(
am: NullablePointer[XmlAutomata ref] tag,
min: I32 val,
max: I32 val)
: I32 val
Parameters
Returns
xmlAutomataNewCounterTrans
[Source]
fun box xmlAutomataNewCounterTrans(
am: NullablePointer[XmlAutomata ref] tag,
from: NullablePointer[XmlAutomataState ref] tag,
to: NullablePointer[XmlAutomataState ref] tag,
counter: I32 val)
: NullablePointer[XmlAutomataState ref] ref
Parameters
Returns
xmlAutomataNewEpsilon
[Source]
fun box xmlAutomataNewEpsilon(
am: NullablePointer[XmlAutomata ref] tag,
from: NullablePointer[XmlAutomataState ref] tag,
to: NullablePointer[XmlAutomataState ref] tag)
: NullablePointer[XmlAutomataState ref] ref
Parameters
Returns
xmlAutomataNewNegTrans
[Source]
fun box xmlAutomataNewNegTrans(
am: NullablePointer[XmlAutomata ref] tag,
from: NullablePointer[XmlAutomataState ref] tag,
to: NullablePointer[XmlAutomataState ref] tag,
token: String val,
token2: String val,
data: Pointer[None val] tag)
: NullablePointer[XmlAutomataState ref] ref
Parameters
Returns
xmlAutomataNewOnceTrans
[Source]
fun box xmlAutomataNewOnceTrans(
am: NullablePointer[XmlAutomata ref] tag,
from: NullablePointer[XmlAutomataState ref] tag,
to: NullablePointer[XmlAutomataState ref] tag,
token: String val,
min: I32 val,
max: I32 val,
data: Pointer[None val] tag)
: NullablePointer[XmlAutomataState ref] ref
Parameters
Returns
xmlAutomataNewOnceTrans2
[Source]
fun box xmlAutomataNewOnceTrans2(
am: NullablePointer[XmlAutomata ref] tag,
from: NullablePointer[XmlAutomataState ref] tag,
to: NullablePointer[XmlAutomataState ref] tag,
token: String val,
token2: String val,
min: I32 val,
max: I32 val,
data: Pointer[None val] tag)
: NullablePointer[XmlAutomataState ref] ref
Parameters
Returns
xmlAutomataNewState
[Source]
fun box xmlAutomataNewState(
am: NullablePointer[XmlAutomata ref] tag)
: NullablePointer[XmlAutomataState ref] ref
Parameters
Returns
xmlAutomataNewTransition
[Source]
fun box xmlAutomataNewTransition(
am: NullablePointer[XmlAutomata ref] tag,
from: NullablePointer[XmlAutomataState ref] tag,
to: NullablePointer[XmlAutomataState ref] tag,
token: String val,
data: Pointer[None val] tag)
: NullablePointer[XmlAutomataState ref] ref
Parameters
Returns
xmlAutomataNewTransition2
[Source]
fun box xmlAutomataNewTransition2(
am: NullablePointer[XmlAutomata ref] tag,
from: NullablePointer[XmlAutomataState ref] tag,
to: NullablePointer[XmlAutomataState ref] tag,
token: String val,
token2: String val,
data: Pointer[None val] tag)
: NullablePointer[XmlAutomataState ref] ref
Parameters
Returns
xmlAutomataSetFinalState
[Source]
fun box xmlAutomataSetFinalState(
am: NullablePointer[XmlAutomata ref] tag,
state: NullablePointer[XmlAutomataState ref] tag)
: I32 val
Parameters
Returns
xmlBoolToText
[Source]
fun box xmlBoolToText(
boolval: I32 val)
: String val
Parameters
Returns
xmlBufContent
[Source]
fun box xmlBufContent(
buf: NullablePointer[XmlBuf ref] tag)
: String val
Parameters
Returns
xmlBufEnd
[Source]
fun box xmlBufEnd(
buf: NullablePointer[XmlBuf ref] tag)
: String val
Parameters
Returns
xmlBufGetNodeContent
[Source]
fun box xmlBufGetNodeContent(
buf: NullablePointer[XmlBuf ref] tag,
cur: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlBufNodeDump
[Source]
fun box xmlBufNodeDump(
buf: NullablePointer[XmlBuf ref] tag,
doc: NullablePointer[XmlDoc ref] tag,
cur: NullablePointer[XmlNode ref] tag,
level: I32 val,
format: I32 val)
: U64 val
Parameters
Returns
xmlBufShrink
[Source]
fun box xmlBufShrink(
buf: NullablePointer[XmlBuf ref] tag,
len: U64 val)
: U64 val
Parameters
Returns
xmlBufUse
[Source]
fun box xmlBufUse(
buf: NullablePointer[XmlBuf ref] tag)
: U64 val
Parameters
Returns
xmlBufferAdd
[Source]
fun box xmlBufferAdd(
buf: NullablePointer[XmlBuffer ref] tag,
str: String val,
len: I32 val)
: I32 val
Parameters
Returns
xmlBufferAddHead
[Source]
fun box xmlBufferAddHead(
buf: NullablePointer[XmlBuffer ref] tag,
str: String val,
len: I32 val)
: I32 val
Parameters
Returns
xmlBufferCCat
[Source]
fun box xmlBufferCCat(
buf: NullablePointer[XmlBuffer ref] tag,
str: String val)
: I32 val
Parameters
Returns
xmlBufferCat
[Source]
fun box xmlBufferCat(
buf: NullablePointer[XmlBuffer ref] tag,
str: String val)
: I32 val
Parameters
Returns
xmlBufferContent
[Source]
fun box xmlBufferContent(
buf: NullablePointer[XmlBuffer ref] tag)
: String val
Parameters
Returns
xmlBufferCreate
[Source]
fun box xmlBufferCreate()
: NullablePointer[XmlBuffer ref] ref
Returns
xmlBufferCreateSize
[Source]
fun box xmlBufferCreateSize(
size: U64 val)
: NullablePointer[XmlBuffer ref] ref
Parameters
Returns
xmlBufferCreateStatic
[Source]
fun box xmlBufferCreateStatic(
mem: Pointer[None val] tag,
size: U64 val)
: NullablePointer[XmlBuffer ref] ref
Parameters
Returns
xmlBufferDetach
[Source]
fun box xmlBufferDetach(
buf: NullablePointer[XmlBuffer ref] tag)
: String val
Parameters
Returns
xmlBufferDump
[Source]
fun box xmlBufferDump(
file: NullablePointer[IOFILE ref] tag,
buf: NullablePointer[XmlBuffer ref] tag)
: I32 val
Parameters
Returns
xmlBufferEmpty
[Source]
fun box xmlBufferEmpty(
buf: NullablePointer[XmlBuffer ref] tag)
: None val
Parameters
Returns
xmlBufferFree
[Source]
fun box xmlBufferFree(
buf: NullablePointer[XmlBuffer ref] tag)
: None val
Parameters
Returns
xmlBufferGrow
[Source]
fun box xmlBufferGrow(
buf: NullablePointer[XmlBuffer ref] tag,
len: U32 val)
: I32 val
Parameters
Returns
xmlBufferLength
[Source]
fun box xmlBufferLength(
buf: NullablePointer[XmlBuffer ref] tag)
: I32 val
Parameters
Returns
xmlBufferResize
[Source]
fun box xmlBufferResize(
buf: NullablePointer[XmlBuffer ref] tag,
size: U32 val)
: I32 val
Parameters
Returns
xmlBufferSetAllocationScheme
[Source]
fun box xmlBufferSetAllocationScheme(
buf: NullablePointer[XmlBuffer ref] tag,
scheme: I32 val)
: None val
Parameters
Returns
xmlBufferShrink
[Source]
fun box xmlBufferShrink(
buf: NullablePointer[XmlBuffer ref] tag,
len: U32 val)
: I32 val
Parameters
Returns
xmlBufferWriteXmlChar
[Source]
fun box xmlBufferWriteXmlChar(
buf: NullablePointer[XmlBuffer ref] tag,
string: String val)
: None val
Parameters
Returns
xmlBufferWriteChar
[Source]
fun box xmlBufferWriteChar(
buf: NullablePointer[XmlBuffer ref] tag,
string: String val)
: None val
Parameters
Returns
xmlBufferWriteQuotedString
[Source]
fun box xmlBufferWriteQuotedString(
buf: NullablePointer[XmlBuffer ref] tag,
string: String val)
: None val
Parameters
Returns
xmlBuildQName
[Source]
fun box xmlBuildQName(
ncname: String val,
prefix: String val,
memory: String val,
len: I32 val)
: String val
Parameters
Returns
xmlBuildRelativeURI
[Source]
fun box xmlBuildRelativeURI(
uRI: String val,
base: String val)
: String val
Parameters
Returns
xmlBuildURI
[Source]
fun box xmlBuildURI(
uRI: String val,
base: String val)
: String val
Parameters
Returns
xmlByteConsumed
[Source]
fun box xmlByteConsumed(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: I64 val
Parameters
Returns
xmlCanonicPath
[Source]
fun box xmlCanonicPath(
path: String val)
: String val
Parameters
Returns
xmlCatalogAdd
[Source]
fun box xmlCatalogAdd(
xmltype: String val,
orig: String val,
replace: String val)
: I32 val
Parameters
Returns
xmlCatalogAddLocal
[Source]
fun box xmlCatalogAddLocal(
catalogs: Pointer[None val] tag,
uRL: String val)
: Pointer[None val] ref
Parameters
Returns
xmlCatalogCleanup
[Source]
fun box xmlCatalogCleanup()
: None val
Returns
xmlCatalogConvert
[Source]
fun box xmlCatalogConvert()
: I32 val
Returns
xmlCatalogDump
[Source]
fun box xmlCatalogDump(
out: NullablePointer[IOFILE ref] tag)
: None val
Parameters
Returns
xmlCatalogFreeLocal
[Source]
fun box xmlCatalogFreeLocal(
catalogs: Pointer[None val] tag)
: None val
Parameters
Returns
xmlCatalogGetDefaults
[Source]
fun box xmlCatalogGetDefaults()
: I32 val
Returns
xmlCatalogGetPublic
[Source]
fun box xmlCatalogGetPublic(
pubID: String val)
: String val
Parameters
Returns
xmlCatalogGetSystem
[Source]
fun box xmlCatalogGetSystem(
sysID: String val)
: String val
Parameters
Returns
xmlCatalogIsEmpty
[Source]
fun box xmlCatalogIsEmpty(
catal: NullablePointer[XmlCatalog ref] tag)
: I32 val
Parameters
Returns
xmlCatalogLocalResolve
[Source]
fun box xmlCatalogLocalResolve(
catalogs: Pointer[None val] tag,
pubID: String val,
sysID: String val)
: String val
Parameters
Returns
xmlCatalogLocalResolveURI
[Source]
fun box xmlCatalogLocalResolveURI(
catalogs: Pointer[None val] tag,
uRI: String val)
: String val
Parameters
Returns
xmlCatalogRemove
[Source]
fun box xmlCatalogRemove(
value: String val)
: I32 val
Parameters
Returns
xmlCatalogResolve
[Source]
fun box xmlCatalogResolve(
pubID: String val,
sysID: String val)
: String val
Parameters
Returns
xmlCatalogResolvePublic
[Source]
fun box xmlCatalogResolvePublic(
pubID: String val)
: String val
Parameters
Returns
xmlCatalogResolveSystem
[Source]
fun box xmlCatalogResolveSystem(
sysID: String val)
: String val
Parameters
Returns
xmlCatalogResolveURI
[Source]
fun box xmlCatalogResolveURI(
uRI: String val)
: String val
Parameters
Returns
xmlCatalogSetDebug
[Source]
fun box xmlCatalogSetDebug(
level: I32 val)
: I32 val
Parameters
Returns
xmlCatalogSetDefaultPrefer
[Source]
fun box xmlCatalogSetDefaultPrefer(
prefer: I32 val)
: I32 val
Parameters
Returns
xmlCatalogSetDefaults
[Source]
fun box xmlCatalogSetDefaults(
allow: I32 val)
: None val
Parameters
Returns
xmlCharEncCloseFunc
[Source]
fun box xmlCharEncCloseFunc(
handler: NullablePointer[XmlCharEncodingHandler ref] tag)
: I32 val
Parameters
Returns
xmlCharEncFirstLine
[Source]
fun box xmlCharEncFirstLine(
handler: NullablePointer[XmlCharEncodingHandler ref] tag,
out: NullablePointer[XmlBuffer ref] tag,
xmlin: NullablePointer[XmlBuffer ref] tag)
: I32 val
Parameters
Returns
xmlCharEncInFunc
[Source]
fun box xmlCharEncInFunc(
handler: NullablePointer[XmlCharEncodingHandler ref] tag,
out: NullablePointer[XmlBuffer ref] tag,
xmlin: NullablePointer[XmlBuffer ref] tag)
: I32 val
Parameters
Returns
xmlCharEncOutFunc
[Source]
fun box xmlCharEncOutFunc(
handler: NullablePointer[XmlCharEncodingHandler ref] tag,
out: NullablePointer[XmlBuffer ref] tag,
xmlin: NullablePointer[XmlBuffer ref] tag)
: I32 val
Parameters
Returns
xmlCharInRange
[Source]
fun box xmlCharInRange(
xmlval: U32 val,
group: NullablePointer[XmlChRangeGroup ref] tag)
: I32 val
Parameters
Returns
xmlCharStrdup
[Source]
fun box xmlCharStrdup(
cur: String val)
: String val
Parameters
Returns
xmlCharStrndup
[Source]
fun box xmlCharStrndup(
cur: String val,
len: I32 val)
: String val
Parameters
Returns
xmlCheckFilename
[Source]
fun box xmlCheckFilename(
path: String val)
: I32 val
Parameters
Returns
[Source]
fun box xmlCheckHTTPInput(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
ret: NullablePointer[XmlParserInput ref] tag)
: NullablePointer[XmlParserInput ref] ref
Parameters
Returns
xmlCheckLanguageID
[Source]
fun box xmlCheckLanguageID(
lang: String val)
: I32 val
Parameters
Returns
xmlCheckUTF8
[Source]
fun box xmlCheckUTF8(
utf: String val)
: I32 val
Parameters
Returns
xmlCheckVersion
[Source]
fun box xmlCheckVersion(
version: I32 val)
: None val
Parameters
Returns
xmlChildElementCount
[Source]
fun box xmlChildElementCount(
parent: NullablePointer[XmlNode ref] tag)
: U64 val
Parameters
Returns
xmlCleanupCharEncodingHandlers
[Source]
fun box xmlCleanupCharEncodingHandlers()
: None val
Returns
xmlCleanupEncodingAliases
[Source]
fun box xmlCleanupEncodingAliases()
: None val
Returns
xmlCleanupGlobals
[Source]
fun box xmlCleanupGlobals()
: None val
Returns
[Source]
fun box xmlCleanupInputCallbacks()
: None val
Returns
xmlCleanupMemory
[Source]
fun box xmlCleanupMemory()
: None val
Returns
xmlCleanupOutputCallbacks
[Source]
fun box xmlCleanupOutputCallbacks()
: None val
Returns
xmlCleanupParser
[Source]
fun box xmlCleanupParser()
: None val
Returns
xmlCleanupPredefinedEntities
[Source]
fun box xmlCleanupPredefinedEntities()
: None val
Returns
xmlCleanupThreads
[Source]
fun box xmlCleanupThreads()
: None val
Returns
xmlClearNodeInfoSeq
[Source]
fun box xmlClearNodeInfoSeq(
seq: NullablePointer[XmlParserNodeInfoSeq ref] tag)
: None val
Parameters
Returns
xmlClearParserCtxt
[Source]
fun box xmlClearParserCtxt(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: None val
Parameters
Returns
xmlConvertSGMLCatalog
[Source]
fun box xmlConvertSGMLCatalog(
catal: NullablePointer[XmlCatalog ref] tag)
: I32 val
Parameters
Returns
xmlCopyAttributeTable
[Source]
fun box xmlCopyAttributeTable(
table: NullablePointer[XmlHashTable ref] tag)
: NullablePointer[XmlHashTable ref] ref
Parameters
Returns
xmlCopyChar
[Source]
fun box xmlCopyChar(
len: I32 val,
out: String val,
xmlval: I32 val)
: I32 val
Parameters
Returns
xmlCopyCharMultiByte
[Source]
fun box xmlCopyCharMultiByte(
out: String val,
xmlval: I32 val)
: I32 val
Parameters
Returns
xmlCopyDoc
[Source]
fun box xmlCopyDoc(
doc: NullablePointer[XmlDoc ref] tag,
recursive: I32 val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
xmlCopyDocElementContent
[Source]
fun box xmlCopyDocElementContent(
doc: NullablePointer[XmlDoc ref] tag,
content: NullablePointer[XmlElementContent ref] tag)
: NullablePointer[XmlElementContent ref] ref
Parameters
Returns
xmlCopyDtd
[Source]
fun box xmlCopyDtd(
dtd: NullablePointer[XmlDtd ref] tag)
: NullablePointer[XmlDtd ref] ref
Parameters
Returns
xmlCopyElementContent
[Source]
fun box xmlCopyElementContent(
content: NullablePointer[XmlElementContent ref] tag)
: NullablePointer[XmlElementContent ref] ref
Parameters
Returns
xmlCopyElementTable
[Source]
fun box xmlCopyElementTable(
table: NullablePointer[XmlHashTable ref] tag)
: NullablePointer[XmlHashTable ref] ref
Parameters
Returns
xmlCopyEntitiesTable
[Source]
fun box xmlCopyEntitiesTable(
table: NullablePointer[XmlHashTable ref] tag)
: NullablePointer[XmlHashTable ref] ref
Parameters
Returns
xmlCopyEnumeration
[Source]
fun box xmlCopyEnumeration(
cur: NullablePointer[XmlEnumeration ref] tag)
: NullablePointer[XmlEnumeration ref] ref
Parameters
Returns
xmlCopyError
[Source]
fun box xmlCopyError(
from: NullablePointer[XmlError ref] tag,
to: NullablePointer[XmlError ref] tag)
: I32 val
Parameters
Returns
xmlCopyNamespace
[Source]
fun box xmlCopyNamespace(
cur: NullablePointer[XmlNs ref] tag)
: NullablePointer[XmlNs ref] ref
Parameters
Returns
xmlCopyNamespaceList
[Source]
fun box xmlCopyNamespaceList(
cur: NullablePointer[XmlNs ref] tag)
: NullablePointer[XmlNs ref] ref
Parameters
Returns
xmlCopyNode
[Source]
fun box xmlCopyNode(
node: NullablePointer[XmlNode ref] tag,
recursive: I32 val)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlCopyNodeList
[Source]
fun box xmlCopyNodeList(
node: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlCopyNotationTable
[Source]
fun box xmlCopyNotationTable(
table: NullablePointer[XmlHashTable ref] tag)
: NullablePointer[XmlHashTable ref] ref
Parameters
Returns
xmlCopyProp
[Source]
fun box xmlCopyProp(
target: NullablePointer[XmlNode ref] tag,
cur: NullablePointer[XmlAttr ref] tag)
: NullablePointer[XmlAttr ref] ref
Parameters
Returns
xmlCopyPropList
[Source]
fun box xmlCopyPropList(
target: NullablePointer[XmlNode ref] tag,
cur: NullablePointer[XmlAttr ref] tag)
: NullablePointer[XmlAttr ref] ref
Parameters
Returns
xmlCreateDocParserCtxt
[Source]
fun box xmlCreateDocParserCtxt(
cur: String val)
: NullablePointer[XmlParserCtxt ref] ref
Parameters
Returns
xmlCreateEntitiesTable
[Source]
fun box xmlCreateEntitiesTable()
: NullablePointer[XmlHashTable ref] ref
Returns
xmlCreateEntityParserCtxt
[Source]
fun box xmlCreateEntityParserCtxt(
uRL: String val,
iD: String val,
base: String val)
: NullablePointer[XmlParserCtxt ref] ref
Parameters
Returns
xmlCreateEnumeration
[Source]
fun box xmlCreateEnumeration(
name: String val)
: NullablePointer[XmlEnumeration ref] ref
Parameters
Returns
xmlCreateFileParserCtxt
[Source]
fun box xmlCreateFileParserCtxt(
filename: String val)
: NullablePointer[XmlParserCtxt ref] ref
Parameters
Returns
xmlCreateIOParserCtxt
[Source]
fun box xmlCreateIOParserCtxt(
sax: NullablePointer[XmlSAXHandler ref] tag,
userdata: Pointer[None val] tag,
ioread: Pointer[None val] tag,
ioclose: Pointer[None val] tag,
ioctx: Pointer[None val] tag,
enc: I32 val)
: NullablePointer[XmlParserCtxt ref] ref
Parameters
Returns
xmlCreateIntSubset
[Source]
fun box xmlCreateIntSubset(
doc: NullablePointer[XmlDoc ref] tag,
name: String val,
externalID: String val,
systemID: String val)
: NullablePointer[XmlDtd ref] ref
Parameters
Returns
xmlCreateMemoryParserCtxt
[Source]
fun box xmlCreateMemoryParserCtxt(
buffer: String val,
size: I32 val)
: NullablePointer[XmlParserCtxt ref] ref
Parameters
Returns
xmlCreatePushParserCtxt
[Source]
fun box xmlCreatePushParserCtxt(
sax: NullablePointer[XmlSAXHandler ref] tag,
userdata: Pointer[None val] tag,
chunk: String val,
size: I32 val,
filename: String val)
: NullablePointer[XmlParserCtxt ref] ref
Parameters
Returns
xmlCreateURI
[Source]
fun box xmlCreateURI()
: NullablePointer[XmlURI ref] ref
Returns
xmlCreateURLParserCtxt
[Source]
fun box xmlCreateURLParserCtxt(
filename: String val,
options: I32 val)
: NullablePointer[XmlParserCtxt ref] ref
Parameters
Returns
xmlCtxtGetLastError
[Source]
fun box xmlCtxtGetLastError(
ctx: Pointer[None val] tag)
: NullablePointer[XmlError ref] ref
Parameters
Returns
xmlCtxtReadDoc
[Source]
fun box xmlCtxtReadDoc(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
cur: String val,
uRL: String val,
encoding: String val,
options: I32 val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
xmlCtxtReadFd
[Source]
fun box xmlCtxtReadFd(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
fd: I32 val,
uRL: String val,
encoding: String val,
options: I32 val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
xmlCtxtReadFile
[Source]
fun box xmlCtxtReadFile(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
filename: String val,
encoding: String val,
options: I32 val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
xmlCtxtReadIO
[Source]
fun box xmlCtxtReadIO(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
ioread: Pointer[None val] tag,
ioclose: Pointer[None val] tag,
ioctx: Pointer[None val] tag,
uRL: String val,
encoding: String val,
options: I32 val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
xmlCtxtReadMemory
[Source]
fun box xmlCtxtReadMemory(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
buffer: String val,
size: I32 val,
uRL: String val,
encoding: String val,
options: I32 val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
xmlCtxtReset
[Source]
fun box xmlCtxtReset(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: None val
Parameters
Returns
xmlCtxtResetLastError
[Source]
fun box xmlCtxtResetLastError(
ctx: Pointer[None val] tag)
: None val
Parameters
Returns
xmlCtxtResetPush
[Source]
fun box xmlCtxtResetPush(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
chunk: String val,
size: I32 val,
filename: String val,
encoding: String val)
: I32 val
Parameters
Returns
xmlCtxtUseOptions
[Source]
fun box xmlCtxtUseOptions(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
options: I32 val)
: I32 val
Parameters
Returns
xmlCurrentChar
[Source]
fun box xmlCurrentChar(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
len: Pointer[I32 val] tag)
: I32 val
Parameters
Returns
xmlDOMWrapAdoptNode
[Source]
fun box xmlDOMWrapAdoptNode(
ctxt: NullablePointer[XmlDOMWrapCtxt ref] tag,
sourceDoc: NullablePointer[XmlDoc ref] tag,
node: NullablePointer[XmlNode ref] tag,
destDoc: NullablePointer[XmlDoc ref] tag,
destParent: NullablePointer[XmlNode ref] tag,
options: I32 val)
: I32 val
Parameters
Returns
xmlDOMWrapCloneNode
[Source]
fun box xmlDOMWrapCloneNode(
ctxt: NullablePointer[XmlDOMWrapCtxt ref] tag,
sourceDoc: NullablePointer[XmlDoc ref] tag,
node: NullablePointer[XmlNode ref] tag,
clonedNode: Pointer[NullablePointer[XmlNode ref] ref] tag,
destDoc: NullablePointer[XmlDoc ref] tag,
destParent: NullablePointer[XmlNode ref] tag,
deep: I32 val,
options: I32 val)
: I32 val
Parameters
Returns
xmlDOMWrapFreeCtxt
[Source]
fun box xmlDOMWrapFreeCtxt(
ctxt: NullablePointer[XmlDOMWrapCtxt ref] tag)
: None val
Parameters
Returns
xmlDOMWrapNewCtxt
[Source]
fun box xmlDOMWrapNewCtxt()
: NullablePointer[XmlDOMWrapCtxt ref] ref
Returns
xmlDOMWrapReconcileNamespaces
[Source]
fun box xmlDOMWrapReconcileNamespaces(
ctxt: NullablePointer[XmlDOMWrapCtxt ref] tag,
elem: NullablePointer[XmlNode ref] tag,
options: I32 val)
: I32 val
Parameters
Returns
xmlDOMWrapRemoveNode
[Source]
fun box xmlDOMWrapRemoveNode(
ctxt: NullablePointer[XmlDOMWrapCtxt ref] tag,
doc: NullablePointer[XmlDoc ref] tag,
node: NullablePointer[XmlNode ref] tag,
options: I32 val)
: I32 val
Parameters
Returns
xmlDebugCheckDocument
[Source]
fun box xmlDebugCheckDocument(
output: NullablePointer[IOFILE ref] tag,
doc: NullablePointer[XmlDoc ref] tag)
: I32 val
Parameters
Returns
xmlDebugDumpAttr
[Source]
fun box xmlDebugDumpAttr(
output: NullablePointer[IOFILE ref] tag,
attr: NullablePointer[XmlAttr ref] tag,
depth: I32 val)
: None val
Parameters
Returns
xmlDebugDumpAttrList
[Source]
fun box xmlDebugDumpAttrList(
output: NullablePointer[IOFILE ref] tag,
attr: NullablePointer[XmlAttr ref] tag,
depth: I32 val)
: None val
Parameters
Returns
xmlDebugDumpDTD
[Source]
fun box xmlDebugDumpDTD(
output: NullablePointer[IOFILE ref] tag,
dtd: NullablePointer[XmlDtd ref] tag)
: None val
Parameters
Returns
xmlDebugDumpDocument
[Source]
fun box xmlDebugDumpDocument(
output: NullablePointer[IOFILE ref] tag,
doc: NullablePointer[XmlDoc ref] tag)
: None val
Parameters
Returns
xmlDebugDumpDocumentHead
[Source]
fun box xmlDebugDumpDocumentHead(
output: NullablePointer[IOFILE ref] tag,
doc: NullablePointer[XmlDoc ref] tag)
: None val
Parameters
Returns
xmlDebugDumpEntities
[Source]
fun box xmlDebugDumpEntities(
output: NullablePointer[IOFILE ref] tag,
doc: NullablePointer[XmlDoc ref] tag)
: None val
Parameters
Returns
xmlDebugDumpNode
[Source]
fun box xmlDebugDumpNode(
output: NullablePointer[IOFILE ref] tag,
node: NullablePointer[XmlNode ref] tag,
depth: I32 val)
: None val
Parameters
Returns
xmlDebugDumpNodeList
[Source]
fun box xmlDebugDumpNodeList(
output: NullablePointer[IOFILE ref] tag,
node: NullablePointer[XmlNode ref] tag,
depth: I32 val)
: None val
Parameters
Returns
xmlDebugDumpOneNode
[Source]
fun box xmlDebugDumpOneNode(
output: NullablePointer[IOFILE ref] tag,
node: NullablePointer[XmlNode ref] tag,
depth: I32 val)
: None val
Parameters
Returns
xmlDebugDumpString
[Source]
fun box xmlDebugDumpString(
output: NullablePointer[IOFILE ref] tag,
str: String val)
: None val
Parameters
Returns
xmlDecodeEntities
[Source]
fun box xmlDecodeEntities(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
len: I32 val,
what: I32 val,
xmlend: U8 val,
end2: U8 val,
end3: U8 val)
: String val
Parameters
Returns
xmlDefaultSAXHandlerInit
[Source]
fun box xmlDefaultSAXHandlerInit()
: None val
Returns
xmlDelEncodingAlias
[Source]
fun box xmlDelEncodingAlias(
alias: String val)
: I32 val
Parameters
Returns
xmlDeregisterNodeDefault
[Source]
fun box xmlDeregisterNodeDefault(
func: Pointer[None val] tag)
: Pointer[None val] ref
Parameters
Returns
xmlDetectCharEncoding
[Source]
fun box xmlDetectCharEncoding(
xmlin: String val,
len: I32 val)
: I32 val
Parameters
Returns
xmlDictCleanup
[Source]
fun box xmlDictCleanup()
: None val
Returns
xmlDictCreate
[Source]
fun box xmlDictCreate()
: NullablePointer[XmlDict ref] ref
Returns
xmlDictCreateSub
[Source]
fun box xmlDictCreateSub(
sub: NullablePointer[XmlDict ref] tag)
: NullablePointer[XmlDict ref] ref
Parameters
Returns
xmlDictExists
[Source]
fun box xmlDictExists(
dict: NullablePointer[XmlDict ref] tag,
name: String val,
len: I32 val)
: String val
Parameters
Returns
xmlDictFree
[Source]
fun box xmlDictFree(
dict: NullablePointer[XmlDict ref] tag)
: None val
Parameters
Returns
xmlDictGetUsage
[Source]
fun box xmlDictGetUsage(
dict: NullablePointer[XmlDict ref] tag)
: U64 val
Parameters
Returns
xmlDictLookup
[Source]
fun box xmlDictLookup(
dict: NullablePointer[XmlDict ref] tag,
name: String val,
len: I32 val)
: String val
Parameters
Returns
xmlDictOwns
[Source]
fun box xmlDictOwns(
dict: NullablePointer[XmlDict ref] tag,
str: String val)
: I32 val
Parameters
Returns
xmlDictQLookup
[Source]
fun box xmlDictQLookup(
dict: NullablePointer[XmlDict ref] tag,
prefix: String val,
name: String val)
: String val
Parameters
Returns
xmlDictReference
[Source]
fun box xmlDictReference(
dict: NullablePointer[XmlDict ref] tag)
: I32 val
Parameters
Returns
xmlDictSetLimit
[Source]
fun box xmlDictSetLimit(
dict: NullablePointer[XmlDict ref] tag,
limit: U64 val)
: U64 val
Parameters
Returns
xmlDictSize
[Source]
fun box xmlDictSize(
dict: NullablePointer[XmlDict ref] tag)
: I32 val
Parameters
Returns
xmlDocCopyNode
[Source]
fun box xmlDocCopyNode(
node: NullablePointer[XmlNode ref] tag,
doc: NullablePointer[XmlDoc ref] tag,
recursive: I32 val)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlDocCopyNodeList
[Source]
fun box xmlDocCopyNodeList(
doc: NullablePointer[XmlDoc ref] tag,
node: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlDocDump
[Source]
fun box xmlDocDump(
f: NullablePointer[IOFILE ref] tag,
cur: NullablePointer[XmlDoc ref] tag)
: I32 val
Parameters
Returns
[Source]
fun box xmlDocFormatDump(
f: NullablePointer[IOFILE ref] tag,
cur: NullablePointer[XmlDoc ref] tag,
format: I32 val)
: I32 val
Parameters
Returns
xmlDocGetRootElement
[Source]
fun box xmlDocGetRootElement(
doc: NullablePointer[XmlDoc ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlDocSetRootElement
[Source]
fun box xmlDocSetRootElement(
doc: NullablePointer[XmlDoc ref] tag,
root: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlDumpAttributeDecl
[Source]
fun box xmlDumpAttributeDecl(
buf: NullablePointer[XmlBuffer ref] tag,
attr: NullablePointer[XmlAttribute ref] tag)
: None val
Parameters
Returns
xmlDumpAttributeTable
[Source]
fun box xmlDumpAttributeTable(
buf: NullablePointer[XmlBuffer ref] tag,
table: NullablePointer[XmlHashTable ref] tag)
: None val
Parameters
Returns
xmlDumpElementDecl
[Source]
fun box xmlDumpElementDecl(
buf: NullablePointer[XmlBuffer ref] tag,
elem: NullablePointer[XmlElement ref] tag)
: None val
Parameters
Returns
xmlDumpElementTable
[Source]
fun box xmlDumpElementTable(
buf: NullablePointer[XmlBuffer ref] tag,
table: NullablePointer[XmlHashTable ref] tag)
: None val
Parameters
Returns
xmlDumpEntitiesTable
[Source]
fun box xmlDumpEntitiesTable(
buf: NullablePointer[XmlBuffer ref] tag,
table: NullablePointer[XmlHashTable ref] tag)
: None val
Parameters
Returns
xmlDumpEntityDecl
[Source]
fun box xmlDumpEntityDecl(
buf: NullablePointer[XmlBuffer ref] tag,
ent: NullablePointer[XmlEntity ref] tag)
: None val
Parameters
Returns
xmlDumpNotationDecl
[Source]
fun box xmlDumpNotationDecl(
buf: NullablePointer[XmlBuffer ref] tag,
nota: NullablePointer[XmlNotation ref] tag)
: None val
Parameters
Returns
xmlDumpNotationTable
[Source]
fun box xmlDumpNotationTable(
buf: NullablePointer[XmlBuffer ref] tag,
table: NullablePointer[XmlHashTable ref] tag)
: None val
Parameters
Returns
xmlElemDump
[Source]
fun box xmlElemDump(
f: NullablePointer[IOFILE ref] tag,
doc: NullablePointer[XmlDoc ref] tag,
cur: NullablePointer[XmlNode ref] tag)
: None val
Parameters
Returns
xmlEncodeEntities
[Source]
fun box xmlEncodeEntities(
doc: NullablePointer[XmlDoc ref] tag,
input: String val)
: String val
Parameters
Returns
xmlEncodeEntitiesReentrant
[Source]
fun box xmlEncodeEntitiesReentrant(
doc: NullablePointer[XmlDoc ref] tag,
input: String val)
: String val
Parameters
Returns
xmlEncodeSpecialChars
[Source]
fun box xmlEncodeSpecialChars(
doc: NullablePointer[XmlDoc ref] tag,
input: String val)
: String val
Parameters
Returns
xmlFileClose
[Source]
fun box xmlFileClose(
context: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlFileMatch
[Source]
fun box xmlFileMatch(
filename: String val)
: I32 val
Parameters
Returns
xmlFileOpen
[Source]
fun box xmlFileOpen(
filename: String val)
: Pointer[None val] ref
Parameters
Returns
xmlFileRead
[Source]
fun box xmlFileRead(
context: Pointer[None val] tag,
buffer: String val,
len: I32 val)
: I32 val
Parameters
Returns
xmlFindCharEncodingHandler
[Source]
fun box xmlFindCharEncodingHandler(
name: String val)
: NullablePointer[XmlCharEncodingHandler ref] ref
Parameters
Returns
xmlFirstElementChild
[Source]
fun box xmlFirstElementChild(
parent: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlFreeAttributeTable
[Source]
fun box xmlFreeAttributeTable(
table: NullablePointer[XmlHashTable ref] tag)
: None val
Parameters
Returns
xmlFreeAutomata
[Source]
fun box xmlFreeAutomata(
am: NullablePointer[XmlAutomata ref] tag)
: None val
Parameters
Returns
xmlFreeCatalog
[Source]
fun box xmlFreeCatalog(
catal: NullablePointer[XmlCatalog ref] tag)
: None val
Parameters
Returns
xmlFreeDoc
[Source]
fun box xmlFreeDoc(
cur: NullablePointer[XmlDoc ref] tag)
: None val
Parameters
Returns
xmlFreeDocElementContent
[Source]
fun box xmlFreeDocElementContent(
doc: NullablePointer[XmlDoc ref] tag,
cur: NullablePointer[XmlElementContent ref] tag)
: None val
Parameters
Returns
xmlFreeDtd
[Source]
fun box xmlFreeDtd(
cur: NullablePointer[XmlDtd ref] tag)
: None val
Parameters
Returns
xmlFreeElementContent
[Source]
fun box xmlFreeElementContent(
cur: NullablePointer[XmlElementContent ref] tag)
: None val
Parameters
Returns
xmlFreeElementTable
[Source]
fun box xmlFreeElementTable(
table: NullablePointer[XmlHashTable ref] tag)
: None val
Parameters
Returns
xmlFreeEntitiesTable
[Source]
fun box xmlFreeEntitiesTable(
table: NullablePointer[XmlHashTable ref] tag)
: None val
Parameters
Returns
xmlFreeEnumeration
[Source]
fun box xmlFreeEnumeration(
cur: NullablePointer[XmlEnumeration ref] tag)
: None val
Parameters
Returns
xmlFreeIDTable
[Source]
fun box xmlFreeIDTable(
table: NullablePointer[XmlHashTable ref] tag)
: None val
Parameters
Returns
[Source]
fun box xmlFreeInputStream(
input: NullablePointer[XmlParserInput ref] tag)
: None val
Parameters
Returns
xmlFreeMutex
[Source]
fun box xmlFreeMutex(
tok: NullablePointer[XmlMutex ref] tag)
: None val
Parameters
Returns
xmlFreeNode
[Source]
fun box xmlFreeNode(
cur: NullablePointer[XmlNode ref] tag)
: None val
Parameters
Returns
xmlFreeNodeList
[Source]
fun box xmlFreeNodeList(
cur: NullablePointer[XmlNode ref] tag)
: None val
Parameters
Returns
xmlFreeNotationTable
[Source]
fun box xmlFreeNotationTable(
table: NullablePointer[XmlHashTable ref] tag)
: None val
Parameters
Returns
xmlFreeNs
[Source]
fun box xmlFreeNs(
cur: NullablePointer[XmlNs ref] tag)
: None val
Parameters
Returns
xmlFreeNsList
[Source]
fun box xmlFreeNsList(
cur: NullablePointer[XmlNs ref] tag)
: None val
Parameters
Returns
xmlFreeParserCtxt
[Source]
fun box xmlFreeParserCtxt(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: None val
Parameters
Returns
[Source]
fun box xmlFreeParserInputBuffer(
xmlin: NullablePointer[XmlParserInputBuffer ref] tag)
: None val
Parameters
Returns
xmlFreePattern
[Source]
fun box xmlFreePattern(
comp: NullablePointer[XmlPattern ref] tag)
: None val
Parameters
Returns
xmlFreePatternList
[Source]
fun box xmlFreePatternList(
comp: NullablePointer[XmlPattern ref] tag)
: None val
Parameters
Returns
xmlFreeProp
[Source]
fun box xmlFreeProp(
cur: NullablePointer[XmlAttr ref] tag)
: None val
Parameters
Returns
xmlFreePropList
[Source]
fun box xmlFreePropList(
cur: NullablePointer[XmlAttr ref] tag)
: None val
Parameters
Returns
xmlFreeRMutex
[Source]
fun box xmlFreeRMutex(
tok: NullablePointer[XmlRMutex ref] tag)
: None val
Parameters
Returns
xmlFreeRefTable
[Source]
fun box xmlFreeRefTable(
table: NullablePointer[XmlHashTable ref] tag)
: None val
Parameters
Returns
xmlFreeStreamCtxt
[Source]
fun box xmlFreeStreamCtxt(
stream: NullablePointer[XmlStreamCtxt ref] tag)
: None val
Parameters
Returns
xmlFreeTextReader
[Source]
fun box xmlFreeTextReader(
reader: NullablePointer[XmlTextReader ref] tag)
: None val
Parameters
Returns
xmlFreeTextWriter
[Source]
fun box xmlFreeTextWriter(
writer: NullablePointer[XmlTextWriter ref] tag)
: None val
Parameters
Returns
xmlFreeURI
[Source]
fun box xmlFreeURI(
uri: NullablePointer[XmlURI ref] tag)
: None val
Parameters
Returns
xmlFreeValidCtxt
[Source]
fun box xmlFreeValidCtxt(
parg0: NullablePointer[XmlValidCtxt ref] tag)
: None val
Parameters
Returns
xmlGcMemGet
[Source]
fun box xmlGcMemGet(
freeFunc: NullablePointer[Pointer[None val] ref] tag,
mallocFunc: NullablePointer[Pointer[None val] ref] tag,
mallocAtomicFunc: NullablePointer[Pointer[None val] ref] tag,
reallocFunc: NullablePointer[Pointer[None val] ref] tag,
strdupFunc: NullablePointer[Pointer[None val] ref] tag)
: I32 val
Parameters
Returns
xmlGcMemSetup
[Source]
fun box xmlGcMemSetup(
freeFunc: Pointer[None val] tag,
mallocFunc: Pointer[None val] tag,
mallocAtomicFunc: Pointer[None val] tag,
reallocFunc: Pointer[None val] tag,
strdupFunc: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlGetBufferAllocationScheme
[Source]
fun box xmlGetBufferAllocationScheme()
: I32 val
Returns
xmlGetCharEncodingHandler
[Source]
fun box xmlGetCharEncodingHandler(
enc: I32 val)
: NullablePointer[XmlCharEncodingHandler ref] ref
Parameters
Returns
xmlGetCharEncodingName
[Source]
fun box xmlGetCharEncodingName(
enc: I32 val)
: String val
Parameters
Returns
xmlGetCompressMode
[Source]
fun box xmlGetCompressMode()
: I32 val
Returns
xmlGetDocCompressMode
[Source]
fun box xmlGetDocCompressMode(
doc: NullablePointer[XmlDoc ref] tag)
: I32 val
Parameters
Returns
xmlGetDocEntity
[Source]
fun box xmlGetDocEntity(
doc: NullablePointer[XmlDoc ref] tag,
name: String val)
: NullablePointer[XmlEntity ref] ref
Parameters
Returns
xmlGetDtdAttrDesc
[Source]
fun box xmlGetDtdAttrDesc(
dtd: NullablePointer[XmlDtd ref] tag,
elem: String val,
name: String val)
: NullablePointer[XmlAttribute ref] ref
Parameters
Returns
xmlGetDtdElementDesc
[Source]
fun box xmlGetDtdElementDesc(
dtd: NullablePointer[XmlDtd ref] tag,
name: String val)
: NullablePointer[XmlElement ref] ref
Parameters
Returns
xmlGetDtdEntity
[Source]
fun box xmlGetDtdEntity(
doc: NullablePointer[XmlDoc ref] tag,
name: String val)
: NullablePointer[XmlEntity ref] ref
Parameters
Returns
xmlGetDtdNotationDesc
[Source]
fun box xmlGetDtdNotationDesc(
dtd: NullablePointer[XmlDtd ref] tag,
name: String val)
: NullablePointer[XmlNotation ref] ref
Parameters
Returns
xmlGetDtdQAttrDesc
[Source]
fun box xmlGetDtdQAttrDesc(
dtd: NullablePointer[XmlDtd ref] tag,
elem: String val,
name: String val,
prefix: String val)
: NullablePointer[XmlAttribute ref] ref
Parameters
Returns
xmlGetDtdQElementDesc
[Source]
fun box xmlGetDtdQElementDesc(
dtd: NullablePointer[XmlDtd ref] tag,
name: String val,
prefix: String val)
: NullablePointer[XmlElement ref] ref
Parameters
Returns
xmlGetEncodingAlias
[Source]
fun box xmlGetEncodingAlias(
alias: String val)
: String val
Parameters
Returns
xmlGetExternalEntityLoader
[Source]
fun box xmlGetExternalEntityLoader()
: Pointer[None val] ref
Returns
xmlGetFeature
[Source]
fun box xmlGetFeature(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
name: String val,
result: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlGetGlobalState
[Source]
fun box xmlGetGlobalState()
: NullablePointer[XmlGlobalState ref] ref
Returns
xmlGetID
[Source]
fun box xmlGetID(
doc: NullablePointer[XmlDoc ref] tag,
iD: String val)
: NullablePointer[XmlAttr ref] ref
Parameters
Returns
xmlGetIntSubset
[Source]
fun box xmlGetIntSubset(
doc: NullablePointer[XmlDoc ref] tag)
: NullablePointer[XmlDtd ref] ref
Parameters
Returns
xmlGetLastChild
[Source]
fun box xmlGetLastChild(
parent: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlGetLastError
[Source]
fun box xmlGetLastError()
: NullablePointer[XmlError ref] ref
Returns
xmlGetLineNo
[Source]
fun box xmlGetLineNo(
node: NullablePointer[XmlNode ref] tag)
: I64 val
Parameters
Returns
xmlGetNoNsProp
[Source]
fun box xmlGetNoNsProp(
node: NullablePointer[XmlNode ref] tag,
name: String val)
: String val
Parameters
Returns
xmlGetNodePath
[Source]
fun box xmlGetNodePath(
node: NullablePointer[XmlNode ref] tag)
: String val
Parameters
Returns
xmlGetNsList
[Source]
fun box xmlGetNsList(
doc: NullablePointer[XmlDoc ref] tag,
node: NullablePointer[XmlNode ref] tag)
: Pointer[NullablePointer[XmlNs ref] ref] ref
Parameters
Returns
xmlGetNsProp
[Source]
fun box xmlGetNsProp(
node: NullablePointer[XmlNode ref] tag,
name: String val,
nameSpace: String val)
: String val
Parameters
Returns
xmlGetParameterEntity
[Source]
fun box xmlGetParameterEntity(
doc: NullablePointer[XmlDoc ref] tag,
name: String val)
: NullablePointer[XmlEntity ref] ref
Parameters
Returns
xmlGetPredefinedEntity
[Source]
fun box xmlGetPredefinedEntity(
name: String val)
: NullablePointer[XmlEntity ref] ref
Parameters
Returns
xmlGetProp
[Source]
fun box xmlGetProp(
node: NullablePointer[XmlNode ref] tag,
name: String val)
: String val
Parameters
Returns
xmlGetRefs
[Source]
fun box xmlGetRefs(
doc: NullablePointer[XmlDoc ref] tag,
iD: String val)
: NullablePointer[XmlList ref] ref
Parameters
Returns
xmlGetThreadId
[Source]
fun box xmlGetThreadId()
: I32 val
Returns
xmlGetUTF8Char
[Source]
fun box xmlGetUTF8Char(
utf: String val,
len: Pointer[I32 val] tag)
: I32 val
Parameters
Returns
xmlHandleEntity
[Source]
fun box xmlHandleEntity(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
entity: NullablePointer[XmlEntity ref] tag)
: None val
Parameters
Returns
xmlHasFeature
[Source]
fun box xmlHasFeature(
feature: I32 val)
: I32 val
Parameters
Returns
xmlHasNsProp
[Source]
fun box xmlHasNsProp(
node: NullablePointer[XmlNode ref] tag,
name: String val,
nameSpace: String val)
: NullablePointer[XmlAttr ref] ref
Parameters
Returns
xmlHasProp
[Source]
fun box xmlHasProp(
node: NullablePointer[XmlNode ref] tag,
name: String val)
: NullablePointer[XmlAttr ref] ref
Parameters
Returns
xmlHashAddEntry
[Source]
fun box xmlHashAddEntry(
table: NullablePointer[XmlHashTable ref] tag,
name: String val,
userdata: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlHashAddEntry2
[Source]
fun box xmlHashAddEntry2(
table: NullablePointer[XmlHashTable ref] tag,
name: String val,
name2: String val,
userdata: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlHashAddEntry3
[Source]
fun box xmlHashAddEntry3(
table: NullablePointer[XmlHashTable ref] tag,
name: String val,
name2: String val,
name3: String val,
userdata: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlHashCopy
[Source]
fun box xmlHashCopy(
table: NullablePointer[XmlHashTable ref] tag,
f: Pointer[None val] tag)
: NullablePointer[XmlHashTable ref] ref
Parameters
Returns
xmlHashCreate
[Source]
fun box xmlHashCreate(
size: I32 val)
: NullablePointer[XmlHashTable ref] ref
Parameters
Returns
xmlHashCreateDict
[Source]
fun box xmlHashCreateDict(
size: I32 val,
dict: NullablePointer[XmlDict ref] tag)
: NullablePointer[XmlHashTable ref] ref
Parameters
Returns
xmlHashDefaultDeallocator
[Source]
fun box xmlHashDefaultDeallocator(
entry: Pointer[None val] tag,
name: String val)
: None val
Parameters
Returns
xmlHashFree
[Source]
fun box xmlHashFree(
table: NullablePointer[XmlHashTable ref] tag,
f: Pointer[None val] tag)
: None val
Parameters
Returns
xmlHashLookup
[Source]
fun box xmlHashLookup(
table: NullablePointer[XmlHashTable ref] tag,
name: String val)
: Pointer[None val] ref
Parameters
Returns
xmlHashLookup2
[Source]
fun box xmlHashLookup2(
table: NullablePointer[XmlHashTable ref] tag,
name: String val,
name2: String val)
: Pointer[None val] ref
Parameters
Returns
xmlHashLookup3
[Source]
fun box xmlHashLookup3(
table: NullablePointer[XmlHashTable ref] tag,
name: String val,
name2: String val,
name3: String val)
: Pointer[None val] ref
Parameters
Returns
xmlHashQLookup
[Source]
fun box xmlHashQLookup(
table: NullablePointer[XmlHashTable ref] tag,
name: String val,
prefix: String val)
: Pointer[None val] ref
Parameters
Returns
xmlHashQLookup2
[Source]
fun box xmlHashQLookup2(
table: NullablePointer[XmlHashTable ref] tag,
name: String val,
prefix: String val,
name2: String val,
prefix2: String val)
: Pointer[None val] ref
Parameters
Returns
xmlHashQLookup3
[Source]
fun box xmlHashQLookup3(
table: NullablePointer[XmlHashTable ref] tag,
name: String val,
prefix: String val,
name2: String val,
prefix2: String val,
name3: String val,
prefix3: String val)
: Pointer[None val] ref
Parameters
Returns
xmlHashRemoveEntry
[Source]
fun box xmlHashRemoveEntry(
table: NullablePointer[XmlHashTable ref] tag,
name: String val,
f: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlHashRemoveEntry2
[Source]
fun box xmlHashRemoveEntry2(
table: NullablePointer[XmlHashTable ref] tag,
name: String val,
name2: String val,
f: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlHashRemoveEntry3
[Source]
fun box xmlHashRemoveEntry3(
table: NullablePointer[XmlHashTable ref] tag,
name: String val,
name2: String val,
name3: String val,
f: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlHashScan
[Source]
fun box xmlHashScan(
table: NullablePointer[XmlHashTable ref] tag,
f: Pointer[None val] tag,
data: Pointer[None val] tag)
: None val
Parameters
Returns
xmlHashScan3
[Source]
fun box xmlHashScan3(
table: NullablePointer[XmlHashTable ref] tag,
name: String val,
name2: String val,
name3: String val,
f: Pointer[None val] tag,
data: Pointer[None val] tag)
: None val
Parameters
Returns
xmlHashScanFull
[Source]
fun box xmlHashScanFull(
table: NullablePointer[XmlHashTable ref] tag,
f: Pointer[None val] tag,
data: Pointer[None val] tag)
: None val
Parameters
Returns
xmlHashScanFull3
[Source]
fun box xmlHashScanFull3(
table: NullablePointer[XmlHashTable ref] tag,
name: String val,
name2: String val,
name3: String val,
f: Pointer[None val] tag,
data: Pointer[None val] tag)
: None val
Parameters
Returns
xmlHashSize
[Source]
fun box xmlHashSize(
table: NullablePointer[XmlHashTable ref] tag)
: I32 val
Parameters
Returns
xmlHashUpdateEntry
[Source]
fun box xmlHashUpdateEntry(
table: NullablePointer[XmlHashTable ref] tag,
name: String val,
userdata: Pointer[None val] tag,
f: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlHashUpdateEntry2
[Source]
fun box xmlHashUpdateEntry2(
table: NullablePointer[XmlHashTable ref] tag,
name: String val,
name2: String val,
userdata: Pointer[None val] tag,
f: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlHashUpdateEntry3
[Source]
fun box xmlHashUpdateEntry3(
table: NullablePointer[XmlHashTable ref] tag,
name: String val,
name2: String val,
name3: String val,
userdata: Pointer[None val] tag,
f: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlIOFTPClose
[Source]
fun box xmlIOFTPClose(
context: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlIOFTPMatch
[Source]
fun box xmlIOFTPMatch(
filename: String val)
: I32 val
Parameters
Returns
xmlIOFTPOpen
[Source]
fun box xmlIOFTPOpen(
filename: String val)
: Pointer[None val] ref
Parameters
Returns
xmlIOFTPRead
[Source]
fun box xmlIOFTPRead(
context: Pointer[None val] tag,
buffer: String val,
len: I32 val)
: I32 val
Parameters
Returns
xmlIOHTTPClose
[Source]
fun box xmlIOHTTPClose(
context: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlIOHTTPMatch
[Source]
fun box xmlIOHTTPMatch(
filename: String val)
: I32 val
Parameters
Returns
xmlIOHTTPOpen
[Source]
fun box xmlIOHTTPOpen(
filename: String val)
: Pointer[None val] ref
Parameters
Returns
xmlIOHTTPOpenW
[Source]
fun box xmlIOHTTPOpenW(
posturi: String val,
compression: I32 val)
: Pointer[None val] ref
Parameters
Returns
xmlIOHTTPRead
[Source]
fun box xmlIOHTTPRead(
context: Pointer[None val] tag,
buffer: String val,
len: I32 val)
: I32 val
Parameters
Returns
xmlIOParseDTD
[Source]
fun box xmlIOParseDTD(
sax: NullablePointer[XmlSAXHandler ref] tag,
input: NullablePointer[XmlParserInputBuffer ref] tag,
enc: I32 val)
: NullablePointer[XmlDtd ref] ref
Parameters
Returns
xmlInitCharEncodingHandlers
[Source]
fun box xmlInitCharEncodingHandlers()
: None val
Returns
xmlInitGlobals
[Source]
fun box xmlInitGlobals()
: None val
Returns
xmlInitMemory
[Source]
fun box xmlInitMemory()
: I32 val
Returns
xmlInitNodeInfoSeq
[Source]
fun box xmlInitNodeInfoSeq(
seq: NullablePointer[XmlParserNodeInfoSeq ref] tag)
: None val
Parameters
Returns
xmlInitParser
[Source]
fun box xmlInitParser()
: None val
Returns
xmlInitParserCtxt
[Source]
fun box xmlInitParserCtxt(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: I32 val
Parameters
Returns
xmlInitThreads
[Source]
fun box xmlInitThreads()
: None val
Returns
xmlInitializeCatalog
[Source]
fun box xmlInitializeCatalog()
: None val
Returns
xmlInitializeDict
[Source]
fun box xmlInitializeDict()
: I32 val
Returns
xmlInitializeGlobalState
[Source]
fun box xmlInitializeGlobalState(
gs: NullablePointer[XmlGlobalState ref] tag)
: None val
Parameters
Returns
xmlInitializePredefinedEntities
[Source]
fun box xmlInitializePredefinedEntities()
: None val
Returns
xmlIsBaseChar
[Source]
fun box xmlIsBaseChar(
ch: U32 val)
: I32 val
Parameters
Returns
xmlIsBlank
[Source]
fun box xmlIsBlank(
ch: U32 val)
: I32 val
Parameters
Returns
xmlIsBlankNode
[Source]
fun box xmlIsBlankNode(
node: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlIsChar
[Source]
fun box xmlIsChar(
ch: U32 val)
: I32 val
Parameters
Returns
xmlIsCombining
[Source]
fun box xmlIsCombining(
ch: U32 val)
: I32 val
Parameters
Returns
xmlIsDigit
[Source]
fun box xmlIsDigit(
ch: U32 val)
: I32 val
Parameters
Returns
xmlIsExtender
[Source]
fun box xmlIsExtender(
ch: U32 val)
: I32 val
Parameters
Returns
xmlIsID
[Source]
fun box xmlIsID(
doc: NullablePointer[XmlDoc ref] tag,
elem: NullablePointer[XmlNode ref] tag,
attr: NullablePointer[XmlAttr ref] tag)
: I32 val
Parameters
Returns
xmlIsIdeographic
[Source]
fun box xmlIsIdeographic(
ch: U32 val)
: I32 val
Parameters
Returns
xmlIsLetter
[Source]
fun box xmlIsLetter(
c: I32 val)
: I32 val
Parameters
Returns
xmlIsMainThread
[Source]
fun box xmlIsMainThread()
: I32 val
Returns
xmlIsMixedElement
[Source]
fun box xmlIsMixedElement(
doc: NullablePointer[XmlDoc ref] tag,
name: String val)
: I32 val
Parameters
Returns
xmlIsPubidChar
[Source]
fun box xmlIsPubidChar(
ch: U32 val)
: I32 val
Parameters
Returns
xmlIsRef
[Source]
fun box xmlIsRef(
doc: NullablePointer[XmlDoc ref] tag,
elem: NullablePointer[XmlNode ref] tag,
attr: NullablePointer[XmlAttr ref] tag)
: I32 val
Parameters
Returns
xmlIsXHTML
[Source]
fun box xmlIsXHTML(
systemID: String val,
publicID: String val)
: I32 val
Parameters
Returns
xmlKeepBlanksDefault
[Source]
fun box xmlKeepBlanksDefault(
xmlval: I32 val)
: I32 val
Parameters
Returns
xmlLastElementChild
[Source]
fun box xmlLastElementChild(
parent: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlLineNumbersDefault
[Source]
fun box xmlLineNumbersDefault(
xmlval: I32 val)
: I32 val
Parameters
Returns
xmlLinkGetData
[Source]
fun box xmlLinkGetData(
lk: NullablePointer[XmlLink ref] tag)
: Pointer[None val] ref
Parameters
Returns
xmlListAppend
[Source]
fun box xmlListAppend(
l: NullablePointer[XmlList ref] tag,
data: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlListClear
[Source]
fun box xmlListClear(
l: NullablePointer[XmlList ref] tag)
: None val
Parameters
Returns
xmlListCopy
[Source]
fun box xmlListCopy(
cur: NullablePointer[XmlList ref] tag,
old: NullablePointer[XmlList ref] tag)
: I32 val
Parameters
Returns
xmlListCreate
[Source]
fun box xmlListCreate(
deallocator: Pointer[None val] tag,
compare: Pointer[None val] tag)
: NullablePointer[XmlList ref] ref
Parameters
Returns
xmlListDelete
[Source]
fun box xmlListDelete(
l: NullablePointer[XmlList ref] tag)
: None val
Parameters
Returns
xmlListDup
[Source]
fun box xmlListDup(
old: NullablePointer[XmlList ref] tag)
: NullablePointer[XmlList ref] ref
Parameters
Returns
xmlListEmpty
[Source]
fun box xmlListEmpty(
l: NullablePointer[XmlList ref] tag)
: I32 val
Parameters
Returns
xmlListEnd
[Source]
fun box xmlListEnd(
l: NullablePointer[XmlList ref] tag)
: NullablePointer[XmlLink ref] ref
Parameters
Returns
xmlListFront
[Source]
fun box xmlListFront(
l: NullablePointer[XmlList ref] tag)
: NullablePointer[XmlLink ref] ref
Parameters
Returns
xmlListInsert
[Source]
fun box xmlListInsert(
l: NullablePointer[XmlList ref] tag,
data: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlListMerge
[Source]
fun box xmlListMerge(
l1: NullablePointer[XmlList ref] tag,
l2: NullablePointer[XmlList ref] tag)
: None val
Parameters
Returns
xmlListPopBack
[Source]
fun box xmlListPopBack(
l: NullablePointer[XmlList ref] tag)
: None val
Parameters
Returns
xmlListPopFront
[Source]
fun box xmlListPopFront(
l: NullablePointer[XmlList ref] tag)
: None val
Parameters
Returns
xmlListPushBack
[Source]
fun box xmlListPushBack(
l: NullablePointer[XmlList ref] tag,
data: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlListPushFront
[Source]
fun box xmlListPushFront(
l: NullablePointer[XmlList ref] tag,
data: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlListRemoveAll
[Source]
fun box xmlListRemoveAll(
l: NullablePointer[XmlList ref] tag,
data: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlListRemoveFirst
[Source]
fun box xmlListRemoveFirst(
l: NullablePointer[XmlList ref] tag,
data: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlListRemoveLast
[Source]
fun box xmlListRemoveLast(
l: NullablePointer[XmlList ref] tag,
data: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlListReverse
[Source]
fun box xmlListReverse(
l: NullablePointer[XmlList ref] tag)
: None val
Parameters
Returns
xmlListReverseSearch
[Source]
fun box xmlListReverseSearch(
l: NullablePointer[XmlList ref] tag,
data: Pointer[None val] tag)
: Pointer[None val] ref
Parameters
Returns
xmlListReverseWalk
[Source]
fun box xmlListReverseWalk(
l: NullablePointer[XmlList ref] tag,
walker: Pointer[None val] tag,
user: Pointer[None val] tag)
: None val
Parameters
Returns
xmlListSearch
[Source]
fun box xmlListSearch(
l: NullablePointer[XmlList ref] tag,
data: Pointer[None val] tag)
: Pointer[None val] ref
Parameters
Returns
xmlListSize
[Source]
fun box xmlListSize(
l: NullablePointer[XmlList ref] tag)
: I32 val
Parameters
Returns
xmlListSort
[Source]
fun box xmlListSort(
l: NullablePointer[XmlList ref] tag)
: None val
Parameters
Returns
xmlListWalk
[Source]
fun box xmlListWalk(
l: NullablePointer[XmlList ref] tag,
walker: Pointer[None val] tag,
user: Pointer[None val] tag)
: None val
Parameters
Returns
xmlLoadACatalog
[Source]
fun box xmlLoadACatalog(
filename: String val)
: NullablePointer[XmlCatalog ref] ref
Parameters
Returns
xmlLoadCatalog
[Source]
fun box xmlLoadCatalog(
filename: String val)
: I32 val
Parameters
Returns
xmlLoadCatalogs
[Source]
fun box xmlLoadCatalogs(
paths: String val)
: None val
Parameters
Returns
xmlLoadExternalEntity
[Source]
fun box xmlLoadExternalEntity(
uRL: String val,
iD: String val,
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: NullablePointer[XmlParserInput ref] ref
Parameters
Returns
xmlLoadSGMLSuperCatalog
[Source]
fun box xmlLoadSGMLSuperCatalog(
filename: String val)
: NullablePointer[XmlCatalog ref] ref
Parameters
Returns
xmlLockLibrary
[Source]
fun box xmlLockLibrary()
: None val
Returns
xmlLsCountNode
[Source]
fun box xmlLsCountNode(
node: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlLsOneNode
[Source]
fun box xmlLsOneNode(
output: NullablePointer[IOFILE ref] tag,
node: NullablePointer[XmlNode ref] tag)
: None val
Parameters
Returns
xmlMallocAtomicLoc
[Source]
fun box xmlMallocAtomicLoc(
size: U64 val,
file: String val,
line: I32 val)
: Pointer[None val] ref
Parameters
Returns
xmlMallocLoc
[Source]
fun box xmlMallocLoc(
size: U64 val,
file: String val,
line: I32 val)
: Pointer[None val] ref
Parameters
Returns
xmlMemBlocks
[Source]
fun box xmlMemBlocks()
: I32 val
Returns
xmlMemDisplay
[Source]
fun box xmlMemDisplay(
fp: NullablePointer[IOFILE ref] tag)
: None val
Parameters
Returns
xmlMemDisplayLast
[Source]
fun box xmlMemDisplayLast(
fp: NullablePointer[IOFILE ref] tag,
nbBytes: I64 val)
: None val
Parameters
Returns
xmlMemFree
[Source]
fun box xmlMemFree(
ptr: Pointer[None val] tag)
: None val
Parameters
Returns
xmlMemGet
[Source]
fun box xmlMemGet(
freeFunc: NullablePointer[Pointer[None val] ref] tag,
mallocFunc: NullablePointer[Pointer[None val] ref] tag,
reallocFunc: NullablePointer[Pointer[None val] ref] tag,
strdupFunc: NullablePointer[Pointer[None val] ref] tag)
: I32 val
Parameters
Returns
xmlMemMalloc
[Source]
fun box xmlMemMalloc(
size: U64 val)
: Pointer[None val] ref
Parameters
Returns
xmlMemRealloc
[Source]
fun box xmlMemRealloc(
ptr: Pointer[None val] tag,
size: U64 val)
: Pointer[None val] ref
Parameters
Returns
xmlMemSetup
[Source]
fun box xmlMemSetup(
freeFunc: Pointer[None val] tag,
mallocFunc: Pointer[None val] tag,
reallocFunc: Pointer[None val] tag,
strdupFunc: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlMemShow
[Source]
fun box xmlMemShow(
fp: NullablePointer[IOFILE ref] tag,
nr: I32 val)
: None val
Parameters
Returns
xmlMemStrdupLoc
[Source]
fun box xmlMemStrdupLoc(
str: String val,
file: String val,
line: I32 val)
: String val
Parameters
Returns
xmlMemUsed
[Source]
fun box xmlMemUsed()
: I32 val
Returns
xmlMemoryDump
[Source]
fun box xmlMemoryDump()
: None val
Returns
xmlMemoryStrdup
[Source]
fun box xmlMemoryStrdup(
str: String val)
: String val
Parameters
Returns
xmlModuleClose
[Source]
fun box xmlModuleClose(
module: NullablePointer[XmlModule ref] tag)
: I32 val
Parameters
Returns
xmlModuleFree
[Source]
fun box xmlModuleFree(
module: NullablePointer[XmlModule ref] tag)
: I32 val
Parameters
Returns
xmlModuleOpen
[Source]
fun box xmlModuleOpen(
filename: String val,
options: I32 val)
: NullablePointer[XmlModule ref] ref
Parameters
Returns
xmlModuleSymbol
[Source]
fun box xmlModuleSymbol(
module: NullablePointer[XmlModule ref] tag,
name: String val,
result: NullablePointer[Pointer[None val] ref] tag)
: I32 val
Parameters
Returns
xmlMutexLock
[Source]
fun box xmlMutexLock(
tok: NullablePointer[XmlMutex ref] tag)
: None val
Parameters
Returns
xmlMutexUnlock
[Source]
fun box xmlMutexUnlock(
tok: NullablePointer[XmlMutex ref] tag)
: None val
Parameters
Returns
xmlNamespaceParseNCName
[Source]
fun box xmlNamespaceParseNCName(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: String val
Parameters
Returns
xmlNamespaceParseNSDef
[Source]
fun box xmlNamespaceParseNSDef(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: String val
Parameters
Returns
xmlNanoFTPCheckResponse
[Source]
fun box xmlNanoFTPCheckResponse(
ctx: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlNanoFTPCleanup
[Source]
fun box xmlNanoFTPCleanup()
: None val
Returns
xmlNanoFTPClose
[Source]
fun box xmlNanoFTPClose(
ctx: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlNanoFTPCloseConnection
[Source]
fun box xmlNanoFTPCloseConnection(
ctx: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlNanoFTPConnect
[Source]
fun box xmlNanoFTPConnect(
ctx: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlNanoFTPConnectTo
[Source]
fun box xmlNanoFTPConnectTo(
server: String val,
port: I32 val)
: Pointer[None val] ref
Parameters
Returns
xmlNanoFTPCwd
[Source]
fun box xmlNanoFTPCwd(
ctx: Pointer[None val] tag,
directory: String val)
: I32 val
Parameters
Returns
xmlNanoFTPDele
[Source]
fun box xmlNanoFTPDele(
ctx: Pointer[None val] tag,
file: String val)
: I32 val
Parameters
Returns
xmlNanoFTPFreeCtxt
[Source]
fun box xmlNanoFTPFreeCtxt(
ctx: Pointer[None val] tag)
: None val
Parameters
Returns
xmlNanoFTPGet
[Source]
fun box xmlNanoFTPGet(
ctx: Pointer[None val] tag,
callback: Pointer[None val] tag,
userData: Pointer[None val] tag,
filename: String val)
: I32 val
Parameters
Returns
xmlNanoFTPGetConnection
[Source]
fun box xmlNanoFTPGetConnection(
ctx: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlNanoFTPGetResponse
[Source]
fun box xmlNanoFTPGetResponse(
ctx: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlNanoFTPGetSocket
[Source]
fun box xmlNanoFTPGetSocket(
ctx: Pointer[None val] tag,
filename: String val)
: I32 val
Parameters
Returns
xmlNanoFTPInit
[Source]
fun box xmlNanoFTPInit()
: None val
Returns
xmlNanoFTPList
[Source]
fun box xmlNanoFTPList(
ctx: Pointer[None val] tag,
callback: Pointer[None val] tag,
userData: Pointer[None val] tag,
filename: String val)
: I32 val
Parameters
Returns
xmlNanoFTPNewCtxt
[Source]
fun box xmlNanoFTPNewCtxt(
uRL: String val)
: Pointer[None val] ref
Parameters
Returns
xmlNanoFTPOpen
[Source]
fun box xmlNanoFTPOpen(
uRL: String val)
: Pointer[None val] ref
Parameters
Returns
xmlNanoFTPProxy
[Source]
fun box xmlNanoFTPProxy(
host: String val,
port: I32 val,
user: String val,
passwd: String val,
xmltype: I32 val)
: None val
Parameters
Returns
xmlNanoFTPQuit
[Source]
fun box xmlNanoFTPQuit(
ctx: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlNanoFTPRead
[Source]
fun box xmlNanoFTPRead(
ctx: Pointer[None val] tag,
dest: Pointer[None val] tag,
len: I32 val)
: I32 val
Parameters
Returns
xmlNanoFTPScanProxy
[Source]
fun box xmlNanoFTPScanProxy(
uRL: String val)
: None val
Parameters
Returns
xmlNanoFTPUpdateURL
[Source]
fun box xmlNanoFTPUpdateURL(
ctx: Pointer[None val] tag,
uRL: String val)
: I32 val
Parameters
Returns
[Source]
fun box xmlNanoHTTPAuthHeader(
ctx: Pointer[None val] tag)
: String val
Parameters
Returns
xmlNanoHTTPCleanup
[Source]
fun box xmlNanoHTTPCleanup()
: None val
Returns
xmlNanoHTTPClose
[Source]
fun box xmlNanoHTTPClose(
ctx: Pointer[None val] tag)
: None val
Parameters
Returns
xmlNanoHTTPContentLength
[Source]
fun box xmlNanoHTTPContentLength(
ctx: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlNanoHTTPEncoding
[Source]
fun box xmlNanoHTTPEncoding(
ctx: Pointer[None val] tag)
: String val
Parameters
Returns
xmlNanoHTTPInit
[Source]
fun box xmlNanoHTTPInit()
: None val
Returns
xmlNanoHTTPMimeType
[Source]
fun box xmlNanoHTTPMimeType(
ctx: Pointer[None val] tag)
: String val
Parameters
Returns
xmlNanoHTTPRead
[Source]
fun box xmlNanoHTTPRead(
ctx: Pointer[None val] tag,
dest: Pointer[None val] tag,
len: I32 val)
: I32 val
Parameters
Returns
xmlNanoHTTPRedir
[Source]
fun box xmlNanoHTTPRedir(
ctx: Pointer[None val] tag)
: String val
Parameters
Returns
xmlNanoHTTPReturnCode
[Source]
fun box xmlNanoHTTPReturnCode(
ctx: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlNanoHTTPSave
[Source]
fun box xmlNanoHTTPSave(
ctxt: Pointer[None val] tag,
filename: String val)
: I32 val
Parameters
Returns
xmlNanoHTTPScanProxy
[Source]
fun box xmlNanoHTTPScanProxy(
uRL: String val)
: None val
Parameters
Returns
xmlNewAutomata
[Source]
fun box xmlNewAutomata()
: NullablePointer[XmlAutomata ref] ref
Returns
xmlNewCDataBlock
[Source]
fun box xmlNewCDataBlock(
doc: NullablePointer[XmlDoc ref] tag,
content: String val,
len: I32 val)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlNewCatalog
[Source]
fun box xmlNewCatalog(
sgml: I32 val)
: NullablePointer[XmlCatalog ref] ref
Parameters
Returns
xmlNewCharEncodingHandler
[Source]
fun box xmlNewCharEncodingHandler(
name: String val,
input: Pointer[None val] tag,
output: Pointer[None val] tag)
: NullablePointer[XmlCharEncodingHandler ref] ref
Parameters
Returns
xmlNewCharRef
[Source]
fun box xmlNewCharRef(
doc: NullablePointer[XmlDoc ref] tag,
name: String val)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlNewChild
[Source]
fun box xmlNewChild(
parent: NullablePointer[XmlNode ref] tag,
ns: NullablePointer[XmlNs ref] tag,
name: String val,
content: String val)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
[Source]
fun box xmlNewComment(
content: String val)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlNewDoc
[Source]
fun box xmlNewDoc(
version: String val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
[Source]
fun box xmlNewDocComment(
doc: NullablePointer[XmlDoc ref] tag,
content: String val)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlNewDocElementContent
[Source]
fun box xmlNewDocElementContent(
doc: NullablePointer[XmlDoc ref] tag,
name: String val,
xmltype: I32 val)
: NullablePointer[XmlElementContent ref] ref
Parameters
Returns
xmlNewDocFragment
[Source]
fun box xmlNewDocFragment(
doc: NullablePointer[XmlDoc ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlNewDocNode
[Source]
fun box xmlNewDocNode(
doc: NullablePointer[XmlDoc ref] tag,
ns: NullablePointer[XmlNs ref] tag,
name: String val,
content: String val)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlNewDocNodeEatName
[Source]
fun box xmlNewDocNodeEatName(
doc: NullablePointer[XmlDoc ref] tag,
ns: NullablePointer[XmlNs ref] tag,
name: String val,
content: String val)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlNewDocPI
[Source]
fun box xmlNewDocPI(
doc: NullablePointer[XmlDoc ref] tag,
name: String val,
content: String val)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlNewDocProp
[Source]
fun box xmlNewDocProp(
doc: NullablePointer[XmlDoc ref] tag,
name: String val,
value: String val)
: NullablePointer[XmlAttr ref] ref
Parameters
Returns
xmlNewDocRawNode
[Source]
fun box xmlNewDocRawNode(
doc: NullablePointer[XmlDoc ref] tag,
ns: NullablePointer[XmlNs ref] tag,
name: String val,
content: String val)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlNewDocText
[Source]
fun box xmlNewDocText(
doc: NullablePointer[XmlDoc ref] tag,
content: String val)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlNewDocTextLen
[Source]
fun box xmlNewDocTextLen(
doc: NullablePointer[XmlDoc ref] tag,
content: String val,
len: I32 val)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlNewDtd
[Source]
fun box xmlNewDtd(
doc: NullablePointer[XmlDoc ref] tag,
name: String val,
externalID: String val,
systemID: String val)
: NullablePointer[XmlDtd ref] ref
Parameters
Returns
xmlNewElementContent
[Source]
fun box xmlNewElementContent(
name: String val,
xmltype: I32 val)
: NullablePointer[XmlElementContent ref] ref
Parameters
Returns
xmlNewEntity
[Source]
fun box xmlNewEntity(
doc: NullablePointer[XmlDoc ref] tag,
name: String val,
xmltype: I32 val,
externalID: String val,
systemID: String val,
content: String val)
: NullablePointer[XmlEntity ref] ref
Parameters
Returns
[Source]
fun box xmlNewEntityInputStream(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
entity: NullablePointer[XmlEntity ref] tag)
: NullablePointer[XmlParserInput ref] ref
Parameters
Returns
xmlNewGlobalNs
[Source]
fun box xmlNewGlobalNs(
doc: NullablePointer[XmlDoc ref] tag,
href: String val,
prefix: String val)
: NullablePointer[XmlNs ref] ref
Parameters
Returns
[Source]
fun box xmlNewIOInputStream(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
input: NullablePointer[XmlParserInputBuffer ref] tag,
enc: I32 val)
: NullablePointer[XmlParserInput ref] ref
Parameters
Returns
[Source]
fun box xmlNewInputFromFile(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
filename: String val)
: NullablePointer[XmlParserInput ref] ref
Parameters
Returns
[Source]
fun box xmlNewInputStream(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: NullablePointer[XmlParserInput ref] ref
Parameters
Returns
xmlNewMutex
[Source]
fun box xmlNewMutex()
: NullablePointer[XmlMutex ref] ref
Returns
xmlNewNode
[Source]
fun box xmlNewNode(
ns: NullablePointer[XmlNs ref] tag,
name: String val)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlNewNodeEatName
[Source]
fun box xmlNewNodeEatName(
ns: NullablePointer[XmlNs ref] tag,
name: String val)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlNewNs
[Source]
fun box xmlNewNs(
node: NullablePointer[XmlNode ref] tag,
href: String val,
prefix: String val)
: NullablePointer[XmlNs ref] ref
Parameters
Returns
xmlNewNsProp
[Source]
fun box xmlNewNsProp(
node: NullablePointer[XmlNode ref] tag,
ns: NullablePointer[XmlNs ref] tag,
name: String val,
value: String val)
: NullablePointer[XmlAttr ref] ref
Parameters
Returns
xmlNewNsPropEatName
[Source]
fun box xmlNewNsPropEatName(
node: NullablePointer[XmlNode ref] tag,
ns: NullablePointer[XmlNs ref] tag,
name: String val,
value: String val)
: NullablePointer[XmlAttr ref] ref
Parameters
Returns
xmlNewPI
[Source]
fun box xmlNewPI(
name: String val,
content: String val)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlNewParserCtxt
[Source]
fun box xmlNewParserCtxt()
: NullablePointer[XmlParserCtxt ref] ref
Returns
xmlNewProp
[Source]
fun box xmlNewProp(
node: NullablePointer[XmlNode ref] tag,
name: String val,
value: String val)
: NullablePointer[XmlAttr ref] ref
Parameters
Returns
xmlNewRMutex
[Source]
fun box xmlNewRMutex()
: NullablePointer[XmlRMutex ref] ref
Returns
xmlNewReference
[Source]
fun box xmlNewReference(
doc: NullablePointer[XmlDoc ref] tag,
name: String val)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
[Source]
fun box xmlNewStringInputStream(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
buffer: String val)
: NullablePointer[XmlParserInput ref] ref
Parameters
Returns
xmlNewText
[Source]
fun box xmlNewText(
content: String val)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlNewTextChild
[Source]
fun box xmlNewTextChild(
parent: NullablePointer[XmlNode ref] tag,
ns: NullablePointer[XmlNs ref] tag,
name: String val,
content: String val)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlNewTextLen
[Source]
fun box xmlNewTextLen(
content: String val,
len: I32 val)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlNewTextReader
[Source]
fun box xmlNewTextReader(
input: NullablePointer[XmlParserInputBuffer ref] tag,
uRI: String val)
: NullablePointer[XmlTextReader ref] ref
Parameters
Returns
xmlNewTextReaderFilename
[Source]
fun box xmlNewTextReaderFilename(
uRI: String val)
: NullablePointer[XmlTextReader ref] ref
Parameters
Returns
xmlNewTextWriter
[Source]
fun box xmlNewTextWriter(
out: NullablePointer[XmlOutputBuffer ref] tag)
: NullablePointer[XmlTextWriter ref] ref
Parameters
Returns
xmlNewTextWriterDoc
[Source]
fun box xmlNewTextWriterDoc(
doc: Pointer[NullablePointer[XmlDoc ref] ref] tag,
compression: I32 val)
: NullablePointer[XmlTextWriter ref] ref
Parameters
Returns
xmlNewTextWriterFilename
[Source]
fun box xmlNewTextWriterFilename(
uri: String val,
compression: I32 val)
: NullablePointer[XmlTextWriter ref] ref
Parameters
Returns
xmlNewTextWriterMemory
[Source]
fun box xmlNewTextWriterMemory(
buf: NullablePointer[XmlBuffer ref] tag,
compression: I32 val)
: NullablePointer[XmlTextWriter ref] ref
Parameters
Returns
xmlNewTextWriterPushParser
[Source]
fun box xmlNewTextWriterPushParser(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
compression: I32 val)
: NullablePointer[XmlTextWriter ref] ref
Parameters
Returns
xmlNewTextWriterTree
[Source]
fun box xmlNewTextWriterTree(
doc: NullablePointer[XmlDoc ref] tag,
node: NullablePointer[XmlNode ref] tag,
compression: I32 val)
: NullablePointer[XmlTextWriter ref] ref
Parameters
Returns
xmlNewValidCtxt
[Source]
fun box xmlNewValidCtxt()
: NullablePointer[XmlValidCtxt ref] ref
Returns
xmlNextChar
[Source]
fun box xmlNextChar(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: None val
Parameters
Returns
xmlNextElementSibling
[Source]
fun box xmlNextElementSibling(
node: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlNoNetExternalEntityLoader
[Source]
fun box xmlNoNetExternalEntityLoader(
uRL: String val,
iD: String val,
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: NullablePointer[XmlParserInput ref] ref
Parameters
Returns
xmlNodeAddContent
[Source]
fun box xmlNodeAddContent(
cur: NullablePointer[XmlNode ref] tag,
content: String val)
: None val
Parameters
Returns
xmlNodeAddContentLen
[Source]
fun box xmlNodeAddContentLen(
cur: NullablePointer[XmlNode ref] tag,
content: String val,
len: I32 val)
: None val
Parameters
Returns
xmlNodeBufGetContent
[Source]
fun box xmlNodeBufGetContent(
buffer: NullablePointer[XmlBuffer ref] tag,
cur: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlNodeDump
[Source]
fun box xmlNodeDump(
buf: NullablePointer[XmlBuffer ref] tag,
doc: NullablePointer[XmlDoc ref] tag,
cur: NullablePointer[XmlNode ref] tag,
level: I32 val,
format: I32 val)
: I32 val
Parameters
Returns
xmlNodeDumpOutput
[Source]
fun box xmlNodeDumpOutput(
buf: NullablePointer[XmlOutputBuffer ref] tag,
doc: NullablePointer[XmlDoc ref] tag,
cur: NullablePointer[XmlNode ref] tag,
level: I32 val,
format: I32 val,
encoding: String val)
: None val
Parameters
Returns
xmlNodeGetBase
[Source]
fun box xmlNodeGetBase(
doc: NullablePointer[XmlDoc ref] tag,
cur: NullablePointer[XmlNode ref] tag)
: String val
Parameters
Returns
xmlNodeGetContent
[Source]
fun box xmlNodeGetContent(
cur: NullablePointer[XmlNode ref] tag)
: String val
Parameters
Returns
xmlNodeGetLang
[Source]
fun box xmlNodeGetLang(
cur: NullablePointer[XmlNode ref] tag)
: String val
Parameters
Returns
xmlNodeGetSpacePreserve
[Source]
fun box xmlNodeGetSpacePreserve(
cur: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlNodeIsText
[Source]
fun box xmlNodeIsText(
node: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlNodeListGetRawString
[Source]
fun box xmlNodeListGetRawString(
doc: NullablePointer[XmlDoc ref] tag,
list: NullablePointer[XmlNode ref] tag,
inLine: I32 val)
: String val
Parameters
Returns
xmlNodeListGetString
[Source]
fun box xmlNodeListGetString(
doc: NullablePointer[XmlDoc ref] tag,
list: NullablePointer[XmlNode ref] tag,
inLine: I32 val)
: String val
Parameters
Returns
xmlNodeSetBase
[Source]
fun box xmlNodeSetBase(
cur: NullablePointer[XmlNode ref] tag,
uri: String val)
: None val
Parameters
Returns
xmlNodeSetContent
[Source]
fun box xmlNodeSetContent(
cur: NullablePointer[XmlNode ref] tag,
content: String val)
: None val
Parameters
Returns
xmlNodeSetContentLen
[Source]
fun box xmlNodeSetContentLen(
cur: NullablePointer[XmlNode ref] tag,
content: String val,
len: I32 val)
: None val
Parameters
Returns
xmlNodeSetLang
[Source]
fun box xmlNodeSetLang(
cur: NullablePointer[XmlNode ref] tag,
lang: String val)
: None val
Parameters
Returns
xmlNodeSetName
[Source]
fun box xmlNodeSetName(
cur: NullablePointer[XmlNode ref] tag,
name: String val)
: None val
Parameters
Returns
xmlNodeSetSpacePreserve
[Source]
fun box xmlNodeSetSpacePreserve(
cur: NullablePointer[XmlNode ref] tag,
xmlval: I32 val)
: None val
Parameters
Returns
xmlNormalizeURIPath
[Source]
fun box xmlNormalizeURIPath(
path: String val)
: I32 val
Parameters
Returns
xmlNormalizeWindowsPath
[Source]
fun box xmlNormalizeWindowsPath(
path: String val)
: String val
Parameters
Returns
xmlOutputBufferClose
[Source]
fun box xmlOutputBufferClose(
out: NullablePointer[XmlOutputBuffer ref] tag)
: I32 val
Parameters
Returns
xmlOutputBufferCreateBuffer
[Source]
fun box xmlOutputBufferCreateBuffer(
buffer: NullablePointer[XmlBuffer ref] tag,
encoder: NullablePointer[XmlCharEncodingHandler ref] tag)
: NullablePointer[XmlOutputBuffer ref] ref
Parameters
Returns
xmlOutputBufferCreateFd
[Source]
fun box xmlOutputBufferCreateFd(
fd: I32 val,
encoder: NullablePointer[XmlCharEncodingHandler ref] tag)
: NullablePointer[XmlOutputBuffer ref] ref
Parameters
Returns
xmlOutputBufferCreateFile
[Source]
fun box xmlOutputBufferCreateFile(
file: NullablePointer[IOFILE ref] tag,
encoder: NullablePointer[XmlCharEncodingHandler ref] tag)
: NullablePointer[XmlOutputBuffer ref] ref
Parameters
Returns
xmlOutputBufferCreateFilename
[Source]
fun box xmlOutputBufferCreateFilename(
uRI: String val,
encoder: NullablePointer[XmlCharEncodingHandler ref] tag,
compression: I32 val)
: NullablePointer[XmlOutputBuffer ref] ref
Parameters
Returns
xmlOutputBufferCreateFilenameDefault
[Source]
fun box xmlOutputBufferCreateFilenameDefault(
func: Pointer[None val] tag)
: Pointer[None val] ref
Parameters
Returns
xmlOutputBufferCreateIO
[Source]
fun box xmlOutputBufferCreateIO(
iowrite: Pointer[None val] tag,
ioclose: Pointer[None val] tag,
ioctx: Pointer[None val] tag,
encoder: NullablePointer[XmlCharEncodingHandler ref] tag)
: NullablePointer[XmlOutputBuffer ref] ref
Parameters
Returns
xmlOutputBufferFlush
[Source]
fun box xmlOutputBufferFlush(
out: NullablePointer[XmlOutputBuffer ref] tag)
: I32 val
Parameters
Returns
xmlOutputBufferGetContent
[Source]
fun box xmlOutputBufferGetContent(
out: NullablePointer[XmlOutputBuffer ref] tag)
: String val
Parameters
Returns
xmlOutputBufferGetSize
[Source]
fun box xmlOutputBufferGetSize(
out: NullablePointer[XmlOutputBuffer ref] tag)
: U64 val
Parameters
Returns
xmlOutputBufferWrite
[Source]
fun box xmlOutputBufferWrite(
out: NullablePointer[XmlOutputBuffer ref] tag,
len: I32 val,
buf: String val)
: I32 val
Parameters
Returns
xmlOutputBufferWriteEscape
[Source]
fun box xmlOutputBufferWriteEscape(
out: NullablePointer[XmlOutputBuffer ref] tag,
str: String val,
escaping: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlOutputBufferWriteString
[Source]
fun box xmlOutputBufferWriteString(
out: NullablePointer[XmlOutputBuffer ref] tag,
str: String val)
: I32 val
Parameters
Returns
xmlParseAttValue
[Source]
fun box xmlParseAttValue(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: String val
Parameters
Returns
xmlParseAttributeListDecl
[Source]
fun box xmlParseAttributeListDecl(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: None val
Parameters
Returns
xmlParseAttributeType
[Source]
fun box xmlParseAttributeType(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
tree: Pointer[NullablePointer[XmlEnumeration ref] ref] tag)
: I32 val
Parameters
Returns
xmlParseBalancedChunkMemory
[Source]
fun box xmlParseBalancedChunkMemory(
doc: NullablePointer[XmlDoc ref] tag,
sax: NullablePointer[XmlSAXHandler ref] tag,
userdata: Pointer[None val] tag,
depth: I32 val,
string: String val,
lst: Pointer[NullablePointer[XmlNode ref] ref] tag)
: I32 val
Parameters
Returns
xmlParseBalancedChunkMemoryRecover
[Source]
fun box xmlParseBalancedChunkMemoryRecover(
doc: NullablePointer[XmlDoc ref] tag,
sax: NullablePointer[XmlSAXHandler ref] tag,
userdata: Pointer[None val] tag,
depth: I32 val,
string: String val,
lst: Pointer[NullablePointer[XmlNode ref] ref] tag,
xmlrecover: I32 val)
: I32 val
Parameters
Returns
xmlParseCDSect
[Source]
fun box xmlParseCDSect(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: None val
Parameters
Returns
xmlParseCatalogFile
[Source]
fun box xmlParseCatalogFile(
filename: String val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
xmlParseCharData
[Source]
fun box xmlParseCharData(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
cdata: I32 val)
: None val
Parameters
Returns
xmlParseCharEncoding
[Source]
fun box xmlParseCharEncoding(
name: String val)
: I32 val
Parameters
Returns
xmlParseCharRef
[Source]
fun box xmlParseCharRef(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: I32 val
Parameters
Returns
xmlParseChunk
[Source]
fun box xmlParseChunk(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
chunk: String val,
size: I32 val,
terminate: I32 val)
: I32 val
Parameters
Returns
[Source]
fun box xmlParseComment(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: None val
Parameters
Returns
xmlParseContent
[Source]
fun box xmlParseContent(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: None val
Parameters
Returns
xmlParseCtxtExternalEntity
[Source]
fun box xmlParseCtxtExternalEntity(
ctx: NullablePointer[XmlParserCtxt ref] tag,
uRL: String val,
iD: String val,
lst: Pointer[NullablePointer[XmlNode ref] ref] tag)
: I32 val
Parameters
Returns
xmlParseDTD
[Source]
fun box xmlParseDTD(
externalID: String val,
systemID: String val)
: NullablePointer[XmlDtd ref] ref
Parameters
Returns
xmlParseDoc
[Source]
fun box xmlParseDoc(
cur: String val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
xmlParseDocTypeDecl
[Source]
fun box xmlParseDocTypeDecl(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: None val
Parameters
Returns
xmlParseDocument
[Source]
fun box xmlParseDocument(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: I32 val
Parameters
Returns
xmlParseElement
[Source]
fun box xmlParseElement(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: None val
Parameters
Returns
xmlParseElementChildrenContentDecl
[Source]
fun box xmlParseElementChildrenContentDecl(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
inputchk: I32 val)
: NullablePointer[XmlElementContent ref] ref
Parameters
Returns
xmlParseElementContentDecl
[Source]
fun box xmlParseElementContentDecl(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
name: String val,
result: Pointer[NullablePointer[XmlElementContent ref] ref] tag)
: I32 val
Parameters
Returns
xmlParseElementDecl
[Source]
fun box xmlParseElementDecl(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: I32 val
Parameters
Returns
xmlParseElementMixedContentDecl
[Source]
fun box xmlParseElementMixedContentDecl(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
inputchk: I32 val)
: NullablePointer[XmlElementContent ref] ref
Parameters
Returns
xmlParseEncName
[Source]
fun box xmlParseEncName(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: String val
Parameters
Returns
xmlParseEncodingDecl
[Source]
fun box xmlParseEncodingDecl(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: String val
Parameters
Returns
xmlParseEndTag
[Source]
fun box xmlParseEndTag(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: None val
Parameters
Returns
xmlParseEntity
[Source]
fun box xmlParseEntity(
filename: String val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
xmlParseEntityDecl
[Source]
fun box xmlParseEntityDecl(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: None val
Parameters
Returns
xmlParseEntityRef
[Source]
fun box xmlParseEntityRef(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: NullablePointer[XmlEntity ref] ref
Parameters
Returns
xmlParseEnumeratedType
[Source]
fun box xmlParseEnumeratedType(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
tree: Pointer[NullablePointer[XmlEnumeration ref] ref] tag)
: I32 val
Parameters
Returns
xmlParseEnumerationType
[Source]
fun box xmlParseEnumerationType(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: NullablePointer[XmlEnumeration ref] ref
Parameters
Returns
xmlParseExtParsedEnt
[Source]
fun box xmlParseExtParsedEnt(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: I32 val
Parameters
Returns
xmlParseExternalEntity
[Source]
fun box xmlParseExternalEntity(
doc: NullablePointer[XmlDoc ref] tag,
sax: NullablePointer[XmlSAXHandler ref] tag,
userdata: Pointer[None val] tag,
depth: I32 val,
uRL: String val,
iD: String val,
lst: Pointer[NullablePointer[XmlNode ref] ref] tag)
: I32 val
Parameters
Returns
xmlParseExternalSubset
[Source]
fun box xmlParseExternalSubset(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
externalID: String val,
systemID: String val)
: None val
Parameters
Returns
xmlParseFile
[Source]
fun box xmlParseFile(
filename: String val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
xmlParseInNodeContext
[Source]
fun box xmlParseInNodeContext(
node: NullablePointer[XmlNode ref] tag,
data: String val,
datalen: I32 val,
options: I32 val,
lst: Pointer[NullablePointer[XmlNode ref] ref] tag)
: I32 val
Parameters
Returns
xmlParseMarkupDecl
[Source]
fun box xmlParseMarkupDecl(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: None val
Parameters
Returns
xmlParseMemory
[Source]
fun box xmlParseMemory(
buffer: String val,
size: I32 val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
xmlParseMisc
[Source]
fun box xmlParseMisc(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: None val
Parameters
Returns
xmlParseName
[Source]
fun box xmlParseName(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: String val
Parameters
Returns
xmlParseNamespace
[Source]
fun box xmlParseNamespace(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: None val
Parameters
Returns
xmlParseNmtoken
[Source]
fun box xmlParseNmtoken(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: String val
Parameters
Returns
xmlParseNotationDecl
[Source]
fun box xmlParseNotationDecl(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: None val
Parameters
Returns
xmlParseNotationType
[Source]
fun box xmlParseNotationType(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: NullablePointer[XmlEnumeration ref] ref
Parameters
Returns
xmlParsePEReference
[Source]
fun box xmlParsePEReference(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: None val
Parameters
Returns
xmlParsePI
[Source]
fun box xmlParsePI(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: None val
Parameters
Returns
xmlParsePITarget
[Source]
fun box xmlParsePITarget(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: String val
Parameters
Returns
xmlParsePubidLiteral
[Source]
fun box xmlParsePubidLiteral(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: String val
Parameters
Returns
xmlParseQuotedString
[Source]
fun box xmlParseQuotedString(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: String val
Parameters
Returns
xmlParseReference
[Source]
fun box xmlParseReference(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: None val
Parameters
Returns
xmlParseSDDecl
[Source]
fun box xmlParseSDDecl(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: I32 val
Parameters
Returns
xmlParseStartTag
[Source]
fun box xmlParseStartTag(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: String val
Parameters
Returns
xmlParseSystemLiteral
[Source]
fun box xmlParseSystemLiteral(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: String val
Parameters
Returns
xmlParseTextDecl
[Source]
fun box xmlParseTextDecl(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: None val
Parameters
Returns
xmlParseURI
[Source]
fun box xmlParseURI(
str: String val)
: NullablePointer[XmlURI ref] ref
Parameters
Returns
xmlParseURIRaw
[Source]
fun box xmlParseURIRaw(
str: String val,
raw: I32 val)
: NullablePointer[XmlURI ref] ref
Parameters
Returns
xmlParseURIReference
[Source]
fun box xmlParseURIReference(
uri: NullablePointer[XmlURI ref] tag,
str: String val)
: I32 val
Parameters
Returns
xmlParseVersionInfo
[Source]
fun box xmlParseVersionInfo(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: String val
Parameters
Returns
xmlParseVersionNum
[Source]
fun box xmlParseVersionNum(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: String val
Parameters
Returns
xmlParseXMLDecl
[Source]
fun box xmlParseXMLDecl(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: None val
Parameters
Returns
xmlParserAddNodeInfo
[Source]
fun box xmlParserAddNodeInfo(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
info: NullablePointer[XmlParserNodeInfo ref] tag)
: None val
Parameters
Returns
xmlParserFindNodeInfo
[Source]
fun box xmlParserFindNodeInfo(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
node: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlParserNodeInfo ref] ref
Parameters
Returns
xmlParserFindNodeInfoIndex
[Source]
fun box xmlParserFindNodeInfoIndex(
seq: NullablePointer[XmlParserNodeInfoSeq ref] tag,
node: NullablePointer[XmlNode ref] tag)
: U64 val
Parameters
Returns
xmlParserGetDirectory
[Source]
fun box xmlParserGetDirectory(
filename: String val)
: String val
Parameters
Returns
xmlParserHandlePEReference
[Source]
fun box xmlParserHandlePEReference(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: None val
Parameters
Returns
xmlParserHandleReference
[Source]
fun box xmlParserHandleReference(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: None val
Parameters
Returns
[Source]
fun box xmlParserInputBufferCreateFd(
fd: I32 val,
enc: I32 val)
: NullablePointer[XmlParserInputBuffer ref] ref
Parameters
Returns
[Source]
fun box xmlParserInputBufferCreateFile(
file: NullablePointer[IOFILE ref] tag,
enc: I32 val)
: NullablePointer[XmlParserInputBuffer ref] ref
Parameters
Returns
[Source]
fun box xmlParserInputBufferCreateFilename(
uRI: String val,
enc: I32 val)
: NullablePointer[XmlParserInputBuffer ref] ref
Parameters
Returns
[Source]
fun box xmlParserInputBufferCreateFilenameDefault(
func: Pointer[None val] tag)
: Pointer[None val] ref
Parameters
Returns
[Source]
fun box xmlParserInputBufferCreateIO(
ioread: Pointer[None val] tag,
ioclose: Pointer[None val] tag,
ioctx: Pointer[None val] tag,
enc: I32 val)
: NullablePointer[XmlParserInputBuffer ref] ref
Parameters
Returns
[Source]
fun box xmlParserInputBufferCreateMem(
mem: String val,
size: I32 val,
enc: I32 val)
: NullablePointer[XmlParserInputBuffer ref] ref
Parameters
Returns
[Source]
fun box xmlParserInputBufferCreateStatic(
mem: String val,
size: I32 val,
enc: I32 val)
: NullablePointer[XmlParserInputBuffer ref] ref
Parameters
Returns
[Source]
fun box xmlParserInputBufferGrow(
xmlin: NullablePointer[XmlParserInputBuffer ref] tag,
len: I32 val)
: I32 val
Parameters
Returns
[Source]
fun box xmlParserInputBufferPush(
xmlin: NullablePointer[XmlParserInputBuffer ref] tag,
len: I32 val,
buf: String val)
: I32 val
Parameters
Returns
[Source]
fun box xmlParserInputBufferRead(
xmlin: NullablePointer[XmlParserInputBuffer ref] tag,
len: I32 val)
: I32 val
Parameters
Returns
[Source]
fun box xmlParserInputGrow(
xmlin: NullablePointer[XmlParserInput ref] tag,
len: I32 val)
: I32 val
Parameters
Returns
[Source]
fun box xmlParserInputRead(
xmlin: NullablePointer[XmlParserInput ref] tag,
len: I32 val)
: I32 val
Parameters
Returns
[Source]
fun box xmlParserInputShrink(
xmlin: NullablePointer[XmlParserInput ref] tag)
: None val
Parameters
Returns
xmlParserPrintFileContext
[Source]
fun box xmlParserPrintFileContext(
input: NullablePointer[XmlParserInput ref] tag)
: None val
Parameters
Returns
xmlParserPrintFileInfo
[Source]
fun box xmlParserPrintFileInfo(
input: NullablePointer[XmlParserInput ref] tag)
: None val
Parameters
Returns
xmlPathToURI
[Source]
fun box xmlPathToURI(
path: String val)
: String val
Parameters
Returns
xmlPatternFromRoot
[Source]
fun box xmlPatternFromRoot(
comp: NullablePointer[XmlPattern ref] tag)
: I32 val
Parameters
Returns
xmlPatternGetStreamCtxt
[Source]
fun box xmlPatternGetStreamCtxt(
comp: NullablePointer[XmlPattern ref] tag)
: NullablePointer[XmlStreamCtxt ref] ref
Parameters
Returns
xmlPatternMatch
[Source]
fun box xmlPatternMatch(
comp: NullablePointer[XmlPattern ref] tag,
node: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlPatternMaxDepth
[Source]
fun box xmlPatternMaxDepth(
comp: NullablePointer[XmlPattern ref] tag)
: I32 val
Parameters
Returns
xmlPatternMinDepth
[Source]
fun box xmlPatternMinDepth(
comp: NullablePointer[XmlPattern ref] tag)
: I32 val
Parameters
Returns
xmlPatternStreamable
[Source]
fun box xmlPatternStreamable(
comp: NullablePointer[XmlPattern ref] tag)
: I32 val
Parameters
Returns
xmlPedanticParserDefault
[Source]
fun box xmlPedanticParserDefault(
xmlval: I32 val)
: I32 val
Parameters
Returns
[Source]
fun box xmlPopInput(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: U8 val
Parameters
Returns
[Source]
fun box xmlPopInputCallbacks()
: I32 val
Returns
xmlPopOutputCallbacks
[Source]
fun box xmlPopOutputCallbacks()
: I32 val
Returns
xmlPreviousElementSibling
[Source]
fun box xmlPreviousElementSibling(
node: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlPrintURI
[Source]
fun box xmlPrintURI(
stream: NullablePointer[IOFILE ref] tag,
uri: NullablePointer[XmlURI ref] tag)
: None val
Parameters
Returns
[Source]
fun box xmlPushInput(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
input: NullablePointer[XmlParserInput ref] tag)
: I32 val
Parameters
Returns
xmlRMutexLock
[Source]
fun box xmlRMutexLock(
tok: NullablePointer[XmlRMutex ref] tag)
: None val
Parameters
Returns
xmlRMutexUnlock
[Source]
fun box xmlRMutexUnlock(
tok: NullablePointer[XmlRMutex ref] tag)
: None val
Parameters
Returns
xmlReadDoc
[Source]
fun box xmlReadDoc(
cur: String val,
uRL: String val,
encoding: String val,
options: I32 val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
xmlReadFd
[Source]
fun box xmlReadFd(
fd: I32 val,
uRL: String val,
encoding: String val,
options: I32 val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
xmlReadFile
[Source]
fun box xmlReadFile(
uRL: String val,
encoding: String val,
options: I32 val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
xmlReadIO
[Source]
fun box xmlReadIO(
ioread: Pointer[None val] tag,
ioclose: Pointer[None val] tag,
ioctx: Pointer[None val] tag,
uRL: String val,
encoding: String val,
options: I32 val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
xmlReadMemory
[Source]
fun box xmlReadMemory(
buffer: String val,
size: I32 val,
uRL: String val,
encoding: String val,
options: I32 val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
xmlReaderForDoc
[Source]
fun box xmlReaderForDoc(
cur: String val,
uRL: String val,
encoding: String val,
options: I32 val)
: NullablePointer[XmlTextReader ref] ref
Parameters
Returns
xmlReaderForFd
[Source]
fun box xmlReaderForFd(
fd: I32 val,
uRL: String val,
encoding: String val,
options: I32 val)
: NullablePointer[XmlTextReader ref] ref
Parameters
Returns
xmlReaderForFile
[Source]
fun box xmlReaderForFile(
filename: String val,
encoding: String val,
options: I32 val)
: NullablePointer[XmlTextReader ref] ref
Parameters
Returns
xmlReaderForIO
[Source]
fun box xmlReaderForIO(
ioread: Pointer[None val] tag,
ioclose: Pointer[None val] tag,
ioctx: Pointer[None val] tag,
uRL: String val,
encoding: String val,
options: I32 val)
: NullablePointer[XmlTextReader ref] ref
Parameters
Returns
[Source]
fun box xmlReaderForMemory(
buffer: String val,
size: I32 val,
uRL: String val,
encoding: String val,
options: I32 val)
: NullablePointer[XmlTextReader ref] ref
Parameters
Returns
xmlReaderNewDoc
[Source]
fun box xmlReaderNewDoc(
reader: NullablePointer[XmlTextReader ref] tag,
cur: String val,
uRL: String val,
encoding: String val,
options: I32 val)
: I32 val
Parameters
Returns
xmlReaderNewFd
[Source]
fun box xmlReaderNewFd(
reader: NullablePointer[XmlTextReader ref] tag,
fd: I32 val,
uRL: String val,
encoding: String val,
options: I32 val)
: I32 val
Parameters
Returns
xmlReaderNewFile
[Source]
fun box xmlReaderNewFile(
reader: NullablePointer[XmlTextReader ref] tag,
filename: String val,
encoding: String val,
options: I32 val)
: I32 val
Parameters
Returns
xmlReaderNewIO
[Source]
fun box xmlReaderNewIO(
reader: NullablePointer[XmlTextReader ref] tag,
ioread: Pointer[None val] tag,
ioclose: Pointer[None val] tag,
ioctx: Pointer[None val] tag,
uRL: String val,
encoding: String val,
options: I32 val)
: I32 val
Parameters
Returns
xmlReaderNewMemory
[Source]
fun box xmlReaderNewMemory(
reader: NullablePointer[XmlTextReader ref] tag,
buffer: String val,
size: I32 val,
uRL: String val,
encoding: String val,
options: I32 val)
: I32 val
Parameters
Returns
xmlReaderNewWalker
[Source]
fun box xmlReaderNewWalker(
reader: NullablePointer[XmlTextReader ref] tag,
doc: NullablePointer[XmlDoc ref] tag)
: I32 val
Parameters
Returns
xmlReaderWalker
[Source]
fun box xmlReaderWalker(
doc: NullablePointer[XmlDoc ref] tag)
: NullablePointer[XmlTextReader ref] ref
Parameters
Returns
xmlReallocLoc
[Source]
fun box xmlReallocLoc(
ptr: Pointer[None val] tag,
size: U64 val,
file: String val,
line: I32 val)
: Pointer[None val] ref
Parameters
Returns
xmlReconciliateNs
[Source]
fun box xmlReconciliateNs(
doc: NullablePointer[XmlDoc ref] tag,
tree: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlRecoverDoc
[Source]
fun box xmlRecoverDoc(
cur: String val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
xmlRecoverFile
[Source]
fun box xmlRecoverFile(
filename: String val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
xmlRecoverMemory
[Source]
fun box xmlRecoverMemory(
buffer: String val,
size: I32 val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
xmlRegExecPushString
[Source]
fun box xmlRegExecPushString(
exec: NullablePointer[XmlRegExecCtxt ref] tag,
value: String val,
data: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlRegExecPushString2
[Source]
fun box xmlRegExecPushString2(
exec: NullablePointer[XmlRegExecCtxt ref] tag,
value: String val,
value2: String val,
data: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlRegFreeExecCtxt
[Source]
fun box xmlRegFreeExecCtxt(
exec: NullablePointer[XmlRegExecCtxt ref] tag)
: None val
Parameters
Returns
xmlRegFreeRegexp
[Source]
fun box xmlRegFreeRegexp(
regexp: NullablePointer[XmlRegexp ref] tag)
: None val
Parameters
Returns
xmlRegNewExecCtxt
[Source]
fun box xmlRegNewExecCtxt(
comp: NullablePointer[XmlRegexp ref] tag,
callback: Pointer[None val] tag,
data: Pointer[None val] tag)
: NullablePointer[XmlRegExecCtxt ref] ref
Parameters
Returns
xmlRegexpCompile
[Source]
fun box xmlRegexpCompile(
regexp: String val)
: NullablePointer[XmlRegexp ref] ref
Parameters
Returns
xmlRegexpExec
[Source]
fun box xmlRegexpExec(
comp: NullablePointer[XmlRegexp ref] tag,
value: String val)
: I32 val
Parameters
Returns
xmlRegexpIsDeterminist
[Source]
fun box xmlRegexpIsDeterminist(
comp: NullablePointer[XmlRegexp ref] tag)
: I32 val
Parameters
Returns
xmlRegexpPrint
[Source]
fun box xmlRegexpPrint(
output: NullablePointer[IOFILE ref] tag,
regexp: NullablePointer[XmlRegexp ref] tag)
: None val
Parameters
Returns
xmlRegisterCharEncodingHandler
[Source]
fun box xmlRegisterCharEncodingHandler(
handler: NullablePointer[XmlCharEncodingHandler ref] tag)
: None val
Parameters
Returns
[Source]
fun box xmlRegisterDefaultInputCallbacks()
: None val
Returns
xmlRegisterDefaultOutputCallbacks
[Source]
fun box xmlRegisterDefaultOutputCallbacks()
: None val
Returns
xmlRegisterHTTPPostCallbacks
[Source]
fun box xmlRegisterHTTPPostCallbacks()
: None val
Returns
[Source]
fun box xmlRegisterInputCallbacks(
matchFunc: Pointer[None val] tag,
openFunc: Pointer[None val] tag,
readFunc: Pointer[None val] tag,
closeFunc: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlRegisterNodeDefault
[Source]
fun box xmlRegisterNodeDefault(
func: Pointer[None val] tag)
: Pointer[None val] ref
Parameters
Returns
xmlRegisterOutputCallbacks
[Source]
fun box xmlRegisterOutputCallbacks(
matchFunc: Pointer[None val] tag,
openFunc: Pointer[None val] tag,
writeFunc: Pointer[None val] tag,
closeFunc: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlRelaxNGCleanupTypes
[Source]
fun box xmlRelaxNGCleanupTypes()
: None val
Returns
xmlRelaxNGDump
[Source]
fun box xmlRelaxNGDump(
output: NullablePointer[IOFILE ref] tag,
schema: NullablePointer[XmlRelaxNG ref] tag)
: None val
Parameters
Returns
xmlRelaxNGDumpTree
[Source]
fun box xmlRelaxNGDumpTree(
output: NullablePointer[IOFILE ref] tag,
schema: NullablePointer[XmlRelaxNG ref] tag)
: None val
Parameters
Returns
xmlRelaxNGFree
[Source]
fun box xmlRelaxNGFree(
schema: NullablePointer[XmlRelaxNG ref] tag)
: None val
Parameters
Returns
xmlRelaxNGFreeParserCtxt
[Source]
fun box xmlRelaxNGFreeParserCtxt(
ctxt: NullablePointer[XmlRelaxNGParserCtxt ref] tag)
: None val
Parameters
Returns
xmlRelaxNGFreeValidCtxt
[Source]
fun box xmlRelaxNGFreeValidCtxt(
ctxt: NullablePointer[XmlRelaxNGValidCtxt ref] tag)
: None val
Parameters
Returns
xmlRelaxNGGetParserErrors
[Source]
fun box xmlRelaxNGGetParserErrors(
ctxt: NullablePointer[XmlRelaxNGParserCtxt ref] tag,
err: NullablePointer[Pointer[None val] ref] tag,
warn: NullablePointer[Pointer[None val] ref] tag,
ctx: NullablePointer[Pointer[None val] ref] tag)
: I32 val
Parameters
Returns
xmlRelaxNGGetValidErrors
[Source]
fun box xmlRelaxNGGetValidErrors(
ctxt: NullablePointer[XmlRelaxNGValidCtxt ref] tag,
err: NullablePointer[Pointer[None val] ref] tag,
warn: NullablePointer[Pointer[None val] ref] tag,
ctx: NullablePointer[Pointer[None val] ref] tag)
: I32 val
Parameters
Returns
xmlRelaxNGInitTypes
[Source]
fun box xmlRelaxNGInitTypes()
: I32 val
Returns
xmlRelaxNGNewDocParserCtxt
[Source]
fun box xmlRelaxNGNewDocParserCtxt(
doc: NullablePointer[XmlDoc ref] tag)
: NullablePointer[XmlRelaxNGParserCtxt ref] ref
Parameters
Returns
xmlRelaxNGNewMemParserCtxt
[Source]
fun box xmlRelaxNGNewMemParserCtxt(
buffer: String val,
size: I32 val)
: NullablePointer[XmlRelaxNGParserCtxt ref] ref
Parameters
Returns
xmlRelaxNGNewParserCtxt
[Source]
fun box xmlRelaxNGNewParserCtxt(
uRL: String val)
: NullablePointer[XmlRelaxNGParserCtxt ref] ref
Parameters
Returns
xmlRelaxNGNewValidCtxt
[Source]
fun box xmlRelaxNGNewValidCtxt(
schema: NullablePointer[XmlRelaxNG ref] tag)
: NullablePointer[XmlRelaxNGValidCtxt ref] ref
Parameters
Returns
xmlRelaxNGParse
[Source]
fun box xmlRelaxNGParse(
ctxt: NullablePointer[XmlRelaxNGParserCtxt ref] tag)
: NullablePointer[XmlRelaxNG ref] ref
Parameters
Returns
xmlRelaxNGSetParserErrors
[Source]
fun box xmlRelaxNGSetParserErrors(
ctxt: NullablePointer[XmlRelaxNGParserCtxt ref] tag,
err: Pointer[None val] tag,
warn: Pointer[None val] tag,
ctx: Pointer[None val] tag)
: None val
Parameters
Returns
xmlRelaxNGSetParserStructuredErrors
[Source]
fun box xmlRelaxNGSetParserStructuredErrors(
ctxt: NullablePointer[XmlRelaxNGParserCtxt ref] tag,
serror: Pointer[None val] tag,
ctx: Pointer[None val] tag)
: None val
Parameters
Returns
xmlRelaxNGSetValidErrors
[Source]
fun box xmlRelaxNGSetValidErrors(
ctxt: NullablePointer[XmlRelaxNGValidCtxt ref] tag,
err: Pointer[None val] tag,
warn: Pointer[None val] tag,
ctx: Pointer[None val] tag)
: None val
Parameters
Returns
xmlRelaxNGSetValidStructuredErrors
[Source]
fun box xmlRelaxNGSetValidStructuredErrors(
ctxt: NullablePointer[XmlRelaxNGValidCtxt ref] tag,
serror: Pointer[None val] tag,
ctx: Pointer[None val] tag)
: None val
Parameters
Returns
xmlRelaxNGValidateDoc
[Source]
fun box xmlRelaxNGValidateDoc(
ctxt: NullablePointer[XmlRelaxNGValidCtxt ref] tag,
doc: NullablePointer[XmlDoc ref] tag)
: I32 val
Parameters
Returns
xmlRelaxNGValidateFullElement
[Source]
fun box xmlRelaxNGValidateFullElement(
ctxt: NullablePointer[XmlRelaxNGValidCtxt ref] tag,
doc: NullablePointer[XmlDoc ref] tag,
elem: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlRelaxNGValidatePopElement
[Source]
fun box xmlRelaxNGValidatePopElement(
ctxt: NullablePointer[XmlRelaxNGValidCtxt ref] tag,
doc: NullablePointer[XmlDoc ref] tag,
elem: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlRelaxNGValidatePushCData
[Source]
fun box xmlRelaxNGValidatePushCData(
ctxt: NullablePointer[XmlRelaxNGValidCtxt ref] tag,
data: String val,
len: I32 val)
: I32 val
Parameters
Returns
xmlRelaxNGValidatePushElement
[Source]
fun box xmlRelaxNGValidatePushElement(
ctxt: NullablePointer[XmlRelaxNGValidCtxt ref] tag,
doc: NullablePointer[XmlDoc ref] tag,
elem: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlRelaxParserSetFlag
[Source]
fun box xmlRelaxParserSetFlag(
ctxt: NullablePointer[XmlRelaxNGParserCtxt ref] tag,
flag: I32 val)
: I32 val
Parameters
Returns
xmlRemoveID
[Source]
fun box xmlRemoveID(
doc: NullablePointer[XmlDoc ref] tag,
attr: NullablePointer[XmlAttr ref] tag)
: I32 val
Parameters
Returns
xmlRemoveProp
[Source]
fun box xmlRemoveProp(
cur: NullablePointer[XmlAttr ref] tag)
: I32 val
Parameters
Returns
xmlRemoveRef
[Source]
fun box xmlRemoveRef(
doc: NullablePointer[XmlDoc ref] tag,
attr: NullablePointer[XmlAttr ref] tag)
: I32 val
Parameters
Returns
xmlReplaceNode
[Source]
fun box xmlReplaceNode(
old: NullablePointer[XmlNode ref] tag,
cur: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlResetError
[Source]
fun box xmlResetError(
err: NullablePointer[XmlError ref] tag)
: None val
Parameters
Returns
xmlResetLastError
[Source]
fun box xmlResetLastError()
: None val
Returns
xmlSAX2AttributeDecl
[Source]
fun box xmlSAX2AttributeDecl(
ctx: Pointer[None val] tag,
elem: String val,
fullname: String val,
xmltype: I32 val,
def: I32 val,
defaultValue: String val,
tree: NullablePointer[XmlEnumeration ref] tag)
: None val
Parameters
Returns
xmlSAX2CDataBlock
[Source]
fun box xmlSAX2CDataBlock(
ctx: Pointer[None val] tag,
value: String val,
len: I32 val)
: None val
Parameters
Returns
xmlSAX2Characters
[Source]
fun box xmlSAX2Characters(
ctx: Pointer[None val] tag,
ch: String val,
len: I32 val)
: None val
Parameters
Returns
[Source]
fun box xmlSAX2Comment(
ctx: Pointer[None val] tag,
value: String val)
: None val
Parameters
Returns
xmlSAX2ElementDecl
[Source]
fun box xmlSAX2ElementDecl(
ctx: Pointer[None val] tag,
name: String val,
xmltype: I32 val,
content: NullablePointer[XmlElementContent ref] tag)
: None val
Parameters
Returns
xmlSAX2EndDocument
[Source]
fun box xmlSAX2EndDocument(
ctx: Pointer[None val] tag)
: None val
Parameters
Returns
xmlSAX2EndElement
[Source]
fun box xmlSAX2EndElement(
ctx: Pointer[None val] tag,
name: String val)
: None val
Parameters
Returns
xmlSAX2EndElementNs
[Source]
fun box xmlSAX2EndElementNs(
ctx: Pointer[None val] tag,
localname: String val,
prefix: String val,
uRI: String val)
: None val
Parameters
Returns
xmlSAX2EntityDecl
[Source]
fun box xmlSAX2EntityDecl(
ctx: Pointer[None val] tag,
name: String val,
xmltype: I32 val,
publicId: String val,
systemId: String val,
content: String val)
: None val
Parameters
Returns
xmlSAX2ExternalSubset
[Source]
fun box xmlSAX2ExternalSubset(
ctx: Pointer[None val] tag,
name: String val,
externalID: String val,
systemID: String val)
: None val
Parameters
Returns
xmlSAX2GetColumnNumber
[Source]
fun box xmlSAX2GetColumnNumber(
ctx: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlSAX2GetEntity
[Source]
fun box xmlSAX2GetEntity(
ctx: Pointer[None val] tag,
name: String val)
: NullablePointer[XmlEntity ref] ref
Parameters
Returns
xmlSAX2GetLineNumber
[Source]
fun box xmlSAX2GetLineNumber(
ctx: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlSAX2GetParameterEntity
[Source]
fun box xmlSAX2GetParameterEntity(
ctx: Pointer[None val] tag,
name: String val)
: NullablePointer[XmlEntity ref] ref
Parameters
Returns
xmlSAX2GetPublicId
[Source]
fun box xmlSAX2GetPublicId(
ctx: Pointer[None val] tag)
: String val
Parameters
Returns
xmlSAX2GetSystemId
[Source]
fun box xmlSAX2GetSystemId(
ctx: Pointer[None val] tag)
: String val
Parameters
Returns
xmlSAX2HasExternalSubset
[Source]
fun box xmlSAX2HasExternalSubset(
ctx: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlSAX2HasInternalSubset
[Source]
fun box xmlSAX2HasInternalSubset(
ctx: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlSAX2IgnorableWhitespace
[Source]
fun box xmlSAX2IgnorableWhitespace(
ctx: Pointer[None val] tag,
ch: String val,
len: I32 val)
: None val
Parameters
Returns
xmlSAX2InitDefaultSAXHandler
[Source]
fun box xmlSAX2InitDefaultSAXHandler(
hdlr: NullablePointer[XmlSAXHandler ref] tag,
warning: I32 val)
: None val
Parameters
Returns
xmlSAX2InitDocbDefaultSAXHandler
[Source]
fun box xmlSAX2InitDocbDefaultSAXHandler(
hdlr: NullablePointer[XmlSAXHandler ref] tag)
: None val
Parameters
Returns
xmlSAX2InitHtmlDefaultSAXHandler
[Source]
fun box xmlSAX2InitHtmlDefaultSAXHandler(
hdlr: NullablePointer[XmlSAXHandler ref] tag)
: None val
Parameters
Returns
xmlSAX2InternalSubset
[Source]
fun box xmlSAX2InternalSubset(
ctx: Pointer[None val] tag,
name: String val,
externalID: String val,
systemID: String val)
: None val
Parameters
Returns
xmlSAX2IsStandalone
[Source]
fun box xmlSAX2IsStandalone(
ctx: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlSAX2NotationDecl
[Source]
fun box xmlSAX2NotationDecl(
ctx: Pointer[None val] tag,
name: String val,
publicId: String val,
systemId: String val)
: None val
Parameters
Returns
xmlSAX2ProcessingInstruction
[Source]
fun box xmlSAX2ProcessingInstruction(
ctx: Pointer[None val] tag,
target: String val,
data: String val)
: None val
Parameters
Returns
xmlSAX2Reference
[Source]
fun box xmlSAX2Reference(
ctx: Pointer[None val] tag,
name: String val)
: None val
Parameters
Returns
xmlSAX2ResolveEntity
[Source]
fun box xmlSAX2ResolveEntity(
ctx: Pointer[None val] tag,
publicId: String val,
systemId: String val)
: NullablePointer[XmlParserInput ref] ref
Parameters
Returns
xmlSAX2SetDocumentLocator
[Source]
fun box xmlSAX2SetDocumentLocator(
ctx: Pointer[None val] tag,
loc: NullablePointer[XmlSAXLocator ref] tag)
: None val
Parameters
Returns
xmlSAX2StartDocument
[Source]
fun box xmlSAX2StartDocument(
ctx: Pointer[None val] tag)
: None val
Parameters
Returns
xmlSAX2UnparsedEntityDecl
[Source]
fun box xmlSAX2UnparsedEntityDecl(
ctx: Pointer[None val] tag,
name: String val,
publicId: String val,
systemId: String val,
notationName: String val)
: None val
Parameters
Returns
xmlSAXDefaultVersion
[Source]
fun box xmlSAXDefaultVersion(
version: I32 val)
: I32 val
Parameters
Returns
xmlSAXParseDTD
[Source]
fun box xmlSAXParseDTD(
sax: NullablePointer[XmlSAXHandler ref] tag,
externalID: String val,
systemID: String val)
: NullablePointer[XmlDtd ref] ref
Parameters
Returns
xmlSAXParseDoc
[Source]
fun box xmlSAXParseDoc(
sax: NullablePointer[XmlSAXHandler ref] tag,
cur: String val,
recovery: I32 val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
xmlSAXParseEntity
[Source]
fun box xmlSAXParseEntity(
sax: NullablePointer[XmlSAXHandler ref] tag,
filename: String val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
xmlSAXParseFile
[Source]
fun box xmlSAXParseFile(
sax: NullablePointer[XmlSAXHandler ref] tag,
filename: String val,
recovery: I32 val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
xmlSAXParseFileWithData
[Source]
fun box xmlSAXParseFileWithData(
sax: NullablePointer[XmlSAXHandler ref] tag,
filename: String val,
recovery: I32 val,
data: Pointer[None val] tag)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
xmlSAXParseMemory
[Source]
fun box xmlSAXParseMemory(
sax: NullablePointer[XmlSAXHandler ref] tag,
buffer: String val,
size: I32 val,
recovery: I32 val)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
xmlSAXParseMemoryWithData
[Source]
fun box xmlSAXParseMemoryWithData(
sax: NullablePointer[XmlSAXHandler ref] tag,
buffer: String val,
size: I32 val,
recovery: I32 val,
data: Pointer[None val] tag)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
xmlSAXUserParseFile
[Source]
fun box xmlSAXUserParseFile(
sax: NullablePointer[XmlSAXHandler ref] tag,
userdata: Pointer[None val] tag,
filename: String val)
: I32 val
Parameters
Returns
xmlSAXUserParseMemory
[Source]
fun box xmlSAXUserParseMemory(
sax: NullablePointer[XmlSAXHandler ref] tag,
userdata: Pointer[None val] tag,
buffer: String val,
size: I32 val)
: I32 val
Parameters
Returns
xmlSAXVersion
[Source]
fun box xmlSAXVersion(
hdlr: NullablePointer[XmlSAXHandler ref] tag,
version: I32 val)
: I32 val
Parameters
Returns
xmlSaveClose
[Source]
fun box xmlSaveClose(
ctxt: NullablePointer[XmlSaveCtxt ref] tag)
: I32 val
Parameters
Returns
xmlSaveDoc
[Source]
fun box xmlSaveDoc(
ctxt: NullablePointer[XmlSaveCtxt ref] tag,
doc: NullablePointer[XmlDoc ref] tag)
: I64 val
Parameters
Returns
xmlSaveFile
[Source]
fun box xmlSaveFile(
filename: String val,
cur: NullablePointer[XmlDoc ref] tag)
: I32 val
Parameters
Returns
xmlSaveFileEnc
[Source]
fun box xmlSaveFileEnc(
filename: String val,
cur: NullablePointer[XmlDoc ref] tag,
encoding: String val)
: I32 val
Parameters
Returns
xmlSaveFileTo
[Source]
fun box xmlSaveFileTo(
buf: NullablePointer[XmlOutputBuffer ref] tag,
cur: NullablePointer[XmlDoc ref] tag,
encoding: String val)
: I32 val
Parameters
Returns
xmlSaveFlush
[Source]
fun box xmlSaveFlush(
ctxt: NullablePointer[XmlSaveCtxt ref] tag)
: I32 val
Parameters
Returns
[Source]
fun box xmlSaveFormatFile(
filename: String val,
cur: NullablePointer[XmlDoc ref] tag,
format: I32 val)
: I32 val
Parameters
Returns
[Source]
fun box xmlSaveFormatFileEnc(
filename: String val,
cur: NullablePointer[XmlDoc ref] tag,
encoding: String val,
format: I32 val)
: I32 val
Parameters
Returns
[Source]
fun box xmlSaveFormatFileTo(
buf: NullablePointer[XmlOutputBuffer ref] tag,
cur: NullablePointer[XmlDoc ref] tag,
encoding: String val,
format: I32 val)
: I32 val
Parameters
Returns
xmlSaveSetAttrEscape
[Source]
fun box xmlSaveSetAttrEscape(
ctxt: NullablePointer[XmlSaveCtxt ref] tag,
escape: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlSaveSetEscape
[Source]
fun box xmlSaveSetEscape(
ctxt: NullablePointer[XmlSaveCtxt ref] tag,
escape: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlSaveToBuffer
[Source]
fun box xmlSaveToBuffer(
buffer: NullablePointer[XmlBuffer ref] tag,
encoding: String val,
options: I32 val)
: NullablePointer[XmlSaveCtxt ref] ref
Parameters
Returns
xmlSaveToFd
[Source]
fun box xmlSaveToFd(
fd: I32 val,
encoding: String val,
options: I32 val)
: NullablePointer[XmlSaveCtxt ref] ref
Parameters
Returns
xmlSaveToFilename
[Source]
fun box xmlSaveToFilename(
filename: String val,
encoding: String val,
options: I32 val)
: NullablePointer[XmlSaveCtxt ref] ref
Parameters
Returns
xmlSaveToIO
[Source]
fun box xmlSaveToIO(
iowrite: Pointer[None val] tag,
ioclose: Pointer[None val] tag,
ioctx: Pointer[None val] tag,
encoding: String val,
options: I32 val)
: NullablePointer[XmlSaveCtxt ref] ref
Parameters
Returns
xmlSaveTree
[Source]
fun box xmlSaveTree(
ctxt: NullablePointer[XmlSaveCtxt ref] tag,
node: NullablePointer[XmlNode ref] tag)
: I64 val
Parameters
Returns
xmlSaveUri
[Source]
fun box xmlSaveUri(
uri: NullablePointer[XmlURI ref] tag)
: String val
Parameters
Returns
xmlScanName
[Source]
fun box xmlScanName(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: String val
Parameters
Returns
xmlSchemaCheckFacet
[Source]
fun box xmlSchemaCheckFacet(
facet: NullablePointer[XmlSchemaFacet ref] tag,
typeDecl: NullablePointer[XmlSchemaType ref] tag,
ctxt: NullablePointer[XmlSchemaParserCtxt ref] tag,
name: String val)
: I32 val
Parameters
Returns
xmlSchemaCleanupTypes
[Source]
fun box xmlSchemaCleanupTypes()
: None val
Returns
xmlSchemaCollapseString
[Source]
fun box xmlSchemaCollapseString(
value: String val)
: String val
Parameters
Returns
xmlSchemaCompareValues
[Source]
fun box xmlSchemaCompareValues(
x: NullablePointer[XmlSchemaVal ref] tag,
y: NullablePointer[XmlSchemaVal ref] tag)
: I32 val
Parameters
Returns
xmlSchemaCompareValuesWhtsp
[Source]
fun box xmlSchemaCompareValuesWhtsp(
x: NullablePointer[XmlSchemaVal ref] tag,
xws: I32 val,
y: NullablePointer[XmlSchemaVal ref] tag,
yws: I32 val)
: I32 val
Parameters
Returns
xmlSchemaCopyValue
[Source]
fun box xmlSchemaCopyValue(
xmlval: NullablePointer[XmlSchemaVal ref] tag)
: NullablePointer[XmlSchemaVal ref] ref
Parameters
Returns
xmlSchemaDump
[Source]
fun box xmlSchemaDump(
output: NullablePointer[IOFILE ref] tag,
schema: NullablePointer[XmlSchema ref] tag)
: None val
Parameters
Returns
xmlSchemaFree
[Source]
fun box xmlSchemaFree(
schema: NullablePointer[XmlSchema ref] tag)
: None val
Parameters
Returns
xmlSchemaFreeFacet
[Source]
fun box xmlSchemaFreeFacet(
facet: NullablePointer[XmlSchemaFacet ref] tag)
: None val
Parameters
Returns
xmlSchemaFreeParserCtxt
[Source]
fun box xmlSchemaFreeParserCtxt(
ctxt: NullablePointer[XmlSchemaParserCtxt ref] tag)
: None val
Parameters
Returns
xmlSchemaFreeType
[Source]
fun box xmlSchemaFreeType(
xmltype: NullablePointer[XmlSchemaType ref] tag)
: None val
Parameters
Returns
xmlSchemaFreeValidCtxt
[Source]
fun box xmlSchemaFreeValidCtxt(
ctxt: NullablePointer[XmlSchemaValidCtxt ref] tag)
: None val
Parameters
Returns
xmlSchemaFreeValue
[Source]
fun box xmlSchemaFreeValue(
xmlval: NullablePointer[XmlSchemaVal ref] tag)
: None val
Parameters
Returns
xmlSchemaFreeWildcard
[Source]
fun box xmlSchemaFreeWildcard(
wildcard: NullablePointer[XmlSchemaWildcard ref] tag)
: None val
Parameters
Returns
xmlSchemaGetBuiltInListSimpleTypeItemType
[Source]
fun box xmlSchemaGetBuiltInListSimpleTypeItemType(
xmltype: NullablePointer[XmlSchemaType ref] tag)
: NullablePointer[XmlSchemaType ref] ref
Parameters
Returns
xmlSchemaGetBuiltInType
[Source]
fun box xmlSchemaGetBuiltInType(
xmltype: I32 val)
: NullablePointer[XmlSchemaType ref] ref
Parameters
Returns
xmlSchemaGetFacetValueAsULong
[Source]
fun box xmlSchemaGetFacetValueAsULong(
facet: NullablePointer[XmlSchemaFacet ref] tag)
: U64 val
Parameters
Returns
xmlSchemaGetParserErrors
[Source]
fun box xmlSchemaGetParserErrors(
ctxt: NullablePointer[XmlSchemaParserCtxt ref] tag,
err: NullablePointer[Pointer[None val] ref] tag,
warn: NullablePointer[Pointer[None val] ref] tag,
ctx: NullablePointer[Pointer[None val] ref] tag)
: I32 val
Parameters
Returns
xmlSchemaGetPredefinedType
[Source]
fun box xmlSchemaGetPredefinedType(
name: String val,
ns: String val)
: NullablePointer[XmlSchemaType ref] ref
Parameters
Returns
xmlSchemaGetValType
[Source]
fun box xmlSchemaGetValType(
xmlval: NullablePointer[XmlSchemaVal ref] tag)
: I32 val
Parameters
Returns
xmlSchemaGetValidErrors
[Source]
fun box xmlSchemaGetValidErrors(
ctxt: NullablePointer[XmlSchemaValidCtxt ref] tag,
err: NullablePointer[Pointer[None val] ref] tag,
warn: NullablePointer[Pointer[None val] ref] tag,
ctx: NullablePointer[Pointer[None val] ref] tag)
: I32 val
Parameters
Returns
xmlSchemaInitTypes
[Source]
fun box xmlSchemaInitTypes()
: None val
Returns
xmlSchemaIsBuiltInTypeFacet
[Source]
fun box xmlSchemaIsBuiltInTypeFacet(
xmltype: NullablePointer[XmlSchemaType ref] tag,
facetType: I32 val)
: I32 val
Parameters
Returns
xmlSchemaIsValid
[Source]
fun box xmlSchemaIsValid(
ctxt: NullablePointer[XmlSchemaValidCtxt ref] tag)
: I32 val
Parameters
Returns
xmlSchemaNewDocParserCtxt
[Source]
fun box xmlSchemaNewDocParserCtxt(
doc: NullablePointer[XmlDoc ref] tag)
: NullablePointer[XmlSchemaParserCtxt ref] ref
Parameters
Returns
xmlSchemaNewFacet
[Source]
fun box xmlSchemaNewFacet()
: NullablePointer[XmlSchemaFacet ref] ref
Returns
xmlSchemaNewMemParserCtxt
[Source]
fun box xmlSchemaNewMemParserCtxt(
buffer: String val,
size: I32 val)
: NullablePointer[XmlSchemaParserCtxt ref] ref
Parameters
Returns
xmlSchemaNewNOTATIONValue
[Source]
fun box xmlSchemaNewNOTATIONValue(
name: String val,
ns: String val)
: NullablePointer[XmlSchemaVal ref] ref
Parameters
Returns
xmlSchemaNewParserCtxt
[Source]
fun box xmlSchemaNewParserCtxt(
uRL: String val)
: NullablePointer[XmlSchemaParserCtxt ref] ref
Parameters
Returns
xmlSchemaNewQNameValue
[Source]
fun box xmlSchemaNewQNameValue(
namespaceName: String val,
localName: String val)
: NullablePointer[XmlSchemaVal ref] ref
Parameters
Returns
xmlSchemaNewStringValue
[Source]
fun box xmlSchemaNewStringValue(
xmltype: I32 val,
value: String val)
: NullablePointer[XmlSchemaVal ref] ref
Parameters
Returns
xmlSchemaNewValidCtxt
[Source]
fun box xmlSchemaNewValidCtxt(
schema: NullablePointer[XmlSchema ref] tag)
: NullablePointer[XmlSchemaValidCtxt ref] ref
Parameters
Returns
xmlSchemaParse
[Source]
fun box xmlSchemaParse(
ctxt: NullablePointer[XmlSchemaParserCtxt ref] tag)
: NullablePointer[XmlSchema ref] ref
Parameters
Returns
xmlSchemaSAXPlug
[Source]
fun box xmlSchemaSAXPlug(
ctxt: NullablePointer[XmlSchemaValidCtxt ref] tag,
sax: Pointer[NullablePointer[XmlSAXHandler ref] ref] tag,
userdata: NullablePointer[Pointer[None val] ref] tag)
: NullablePointer[XmlSchemaSAXPlug ref] ref
Parameters
Returns
xmlSchemaSAXUnplug
[Source]
fun box xmlSchemaSAXUnplug(
plug: NullablePointer[XmlSchemaSAXPlug ref] tag)
: I32 val
Parameters
Returns
xmlSchemaSetParserErrors
[Source]
fun box xmlSchemaSetParserErrors(
ctxt: NullablePointer[XmlSchemaParserCtxt ref] tag,
err: Pointer[None val] tag,
warn: Pointer[None val] tag,
ctx: Pointer[None val] tag)
: None val
Parameters
Returns
xmlSchemaSetParserStructuredErrors
[Source]
fun box xmlSchemaSetParserStructuredErrors(
ctxt: NullablePointer[XmlSchemaParserCtxt ref] tag,
serror: Pointer[None val] tag,
ctx: Pointer[None val] tag)
: None val
Parameters
Returns
xmlSchemaSetValidErrors
[Source]
fun box xmlSchemaSetValidErrors(
ctxt: NullablePointer[XmlSchemaValidCtxt ref] tag,
err: Pointer[None val] tag,
warn: Pointer[None val] tag,
ctx: Pointer[None val] tag)
: None val
Parameters
Returns
xmlSchemaSetValidOptions
[Source]
fun box xmlSchemaSetValidOptions(
ctxt: NullablePointer[XmlSchemaValidCtxt ref] tag,
options: I32 val)
: I32 val
Parameters
Returns
xmlSchemaSetValidStructuredErrors
[Source]
fun box xmlSchemaSetValidStructuredErrors(
ctxt: NullablePointer[XmlSchemaValidCtxt ref] tag,
serror: Pointer[None val] tag,
ctx: Pointer[None val] tag)
: None val
Parameters
Returns
xmlSchemaValPredefTypeNode
[Source]
fun box xmlSchemaValPredefTypeNode(
xmltype: NullablePointer[XmlSchemaType ref] tag,
value: String val,
xmlval: Pointer[NullablePointer[XmlSchemaVal ref] ref] tag,
node: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlSchemaValPredefTypeNodeNoNorm
[Source]
fun box xmlSchemaValPredefTypeNodeNoNorm(
xmltype: NullablePointer[XmlSchemaType ref] tag,
value: String val,
xmlval: Pointer[NullablePointer[XmlSchemaVal ref] ref] tag,
node: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlSchemaValidCtxtGetOptions
[Source]
fun box xmlSchemaValidCtxtGetOptions(
ctxt: NullablePointer[XmlSchemaValidCtxt ref] tag)
: I32 val
Parameters
Returns
xmlSchemaValidCtxtGetParserCtxt
[Source]
fun box xmlSchemaValidCtxtGetParserCtxt(
ctxt: NullablePointer[XmlSchemaValidCtxt ref] tag)
: NullablePointer[XmlParserCtxt ref] ref
Parameters
Returns
xmlSchemaValidateDoc
[Source]
fun box xmlSchemaValidateDoc(
ctxt: NullablePointer[XmlSchemaValidCtxt ref] tag,
instance: NullablePointer[XmlDoc ref] tag)
: I32 val
Parameters
Returns
xmlSchemaValidateFacet
[Source]
fun box xmlSchemaValidateFacet(
base: NullablePointer[XmlSchemaType ref] tag,
facet: NullablePointer[XmlSchemaFacet ref] tag,
value: String val,
xmlval: NullablePointer[XmlSchemaVal ref] tag)
: I32 val
Parameters
Returns
xmlSchemaValidateFacetWhtsp
[Source]
fun box xmlSchemaValidateFacetWhtsp(
facet: NullablePointer[XmlSchemaFacet ref] tag,
fws: I32 val,
valType: I32 val,
value: String val,
xmlval: NullablePointer[XmlSchemaVal ref] tag,
ws: I32 val)
: I32 val
Parameters
Returns
xmlSchemaValidateFile
[Source]
fun box xmlSchemaValidateFile(
ctxt: NullablePointer[XmlSchemaValidCtxt ref] tag,
filename: String val,
options: I32 val)
: I32 val
Parameters
Returns
xmlSchemaValidateLengthFacet
[Source]
fun box xmlSchemaValidateLengthFacet(
xmltype: NullablePointer[XmlSchemaType ref] tag,
facet: NullablePointer[XmlSchemaFacet ref] tag,
value: String val,
xmlval: NullablePointer[XmlSchemaVal ref] tag,
length: Pointer[U64 val] tag)
: I32 val
Parameters
Returns
xmlSchemaValidateLengthFacetWhtsp
[Source]
fun box xmlSchemaValidateLengthFacetWhtsp(
facet: NullablePointer[XmlSchemaFacet ref] tag,
valType: I32 val,
value: String val,
xmlval: NullablePointer[XmlSchemaVal ref] tag,
length: Pointer[U64 val] tag,
ws: I32 val)
: I32 val
Parameters
Returns
xmlSchemaValidateListSimpleTypeFacet
[Source]
fun box xmlSchemaValidateListSimpleTypeFacet(
facet: NullablePointer[XmlSchemaFacet ref] tag,
value: String val,
actualLen: U64 val,
expectedLen: Pointer[U64 val] tag)
: I32 val
Parameters
Returns
xmlSchemaValidateOneElement
[Source]
fun box xmlSchemaValidateOneElement(
ctxt: NullablePointer[XmlSchemaValidCtxt ref] tag,
elem: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlSchemaValidatePredefinedType
[Source]
fun box xmlSchemaValidatePredefinedType(
xmltype: NullablePointer[XmlSchemaType ref] tag,
value: String val,
xmlval: Pointer[NullablePointer[XmlSchemaVal ref] ref] tag)
: I32 val
Parameters
Returns
xmlSchemaValidateSetFilename
[Source]
fun box xmlSchemaValidateSetFilename(
vctxt: NullablePointer[XmlSchemaValidCtxt ref] tag,
filename: String val)
: None val
Parameters
Returns
xmlSchemaValidateSetLocator
[Source]
fun box xmlSchemaValidateSetLocator(
vctxt: NullablePointer[XmlSchemaValidCtxt ref] tag,
f: Pointer[None val] tag,
ctxt: Pointer[None val] tag)
: None val
Parameters
Returns
xmlSchemaValidateStream
[Source]
fun box xmlSchemaValidateStream(
ctxt: NullablePointer[XmlSchemaValidCtxt ref] tag,
input: NullablePointer[XmlParserInputBuffer ref] tag,
enc: I32 val,
sax: NullablePointer[XmlSAXHandler ref] tag,
userdata: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlSchemaValueAppend
[Source]
fun box xmlSchemaValueAppend(
prev: NullablePointer[XmlSchemaVal ref] tag,
cur: NullablePointer[XmlSchemaVal ref] tag)
: I32 val
Parameters
Returns
xmlSchemaValueGetAsBoolean
[Source]
fun box xmlSchemaValueGetAsBoolean(
xmlval: NullablePointer[XmlSchemaVal ref] tag)
: I32 val
Parameters
Returns
xmlSchemaValueGetAsString
[Source]
fun box xmlSchemaValueGetAsString(
xmlval: NullablePointer[XmlSchemaVal ref] tag)
: String val
Parameters
Returns
xmlSchemaValueGetNext
[Source]
fun box xmlSchemaValueGetNext(
cur: NullablePointer[XmlSchemaVal ref] tag)
: NullablePointer[XmlSchemaVal ref] ref
Parameters
Returns
xmlSchemaWhiteSpaceReplace
[Source]
fun box xmlSchemaWhiteSpaceReplace(
value: String val)
: String val
Parameters
Returns
xmlSchematronFree
[Source]
fun box xmlSchematronFree(
schema: NullablePointer[XmlSchematron ref] tag)
: None val
Parameters
Returns
xmlSchematronFreeParserCtxt
[Source]
fun box xmlSchematronFreeParserCtxt(
ctxt: NullablePointer[XmlSchematronParserCtxt ref] tag)
: None val
Parameters
Returns
xmlSchematronFreeValidCtxt
[Source]
fun box xmlSchematronFreeValidCtxt(
ctxt: NullablePointer[XmlSchematronValidCtxt ref] tag)
: None val
Parameters
Returns
xmlSchematronNewDocParserCtxt
[Source]
fun box xmlSchematronNewDocParserCtxt(
doc: NullablePointer[XmlDoc ref] tag)
: NullablePointer[XmlSchematronParserCtxt ref] ref
Parameters
Returns
xmlSchematronNewMemParserCtxt
[Source]
fun box xmlSchematronNewMemParserCtxt(
buffer: String val,
size: I32 val)
: NullablePointer[XmlSchematronParserCtxt ref] ref
Parameters
Returns
xmlSchematronNewParserCtxt
[Source]
fun box xmlSchematronNewParserCtxt(
uRL: String val)
: NullablePointer[XmlSchematronParserCtxt ref] ref
Parameters
Returns
xmlSchematronNewValidCtxt
[Source]
fun box xmlSchematronNewValidCtxt(
schema: NullablePointer[XmlSchematron ref] tag,
options: I32 val)
: NullablePointer[XmlSchematronValidCtxt ref] ref
Parameters
Returns
xmlSchematronParse
[Source]
fun box xmlSchematronParse(
ctxt: NullablePointer[XmlSchematronParserCtxt ref] tag)
: NullablePointer[XmlSchematron ref] ref
Parameters
Returns
xmlSchematronSetValidStructuredErrors
[Source]
fun box xmlSchematronSetValidStructuredErrors(
ctxt: NullablePointer[XmlSchematronValidCtxt ref] tag,
serror: Pointer[None val] tag,
ctx: Pointer[None val] tag)
: None val
Parameters
Returns
xmlSchematronValidateDoc
[Source]
fun box xmlSchematronValidateDoc(
ctxt: NullablePointer[XmlSchematronValidCtxt ref] tag,
instance: NullablePointer[XmlDoc ref] tag)
: I32 val
Parameters
Returns
xmlSearchNs
[Source]
fun box xmlSearchNs(
doc: NullablePointer[XmlDoc ref] tag,
node: NullablePointer[XmlNode ref] tag,
nameSpace: String val)
: NullablePointer[XmlNs ref] ref
Parameters
Returns
xmlSearchNsByHref
[Source]
fun box xmlSearchNsByHref(
doc: NullablePointer[XmlDoc ref] tag,
node: NullablePointer[XmlNode ref] tag,
href: String val)
: NullablePointer[XmlNs ref] ref
Parameters
Returns
xmlSetBufferAllocationScheme
[Source]
fun box xmlSetBufferAllocationScheme(
scheme: I32 val)
: None val
Parameters
Returns
xmlSetCompressMode
[Source]
fun box xmlSetCompressMode(
mode: I32 val)
: None val
Parameters
Returns
xmlSetDocCompressMode
[Source]
fun box xmlSetDocCompressMode(
doc: NullablePointer[XmlDoc ref] tag,
mode: I32 val)
: None val
Parameters
Returns
xmlSetEntityReferenceFunc
[Source]
fun box xmlSetEntityReferenceFunc(
func: Pointer[None val] tag)
: None val
Parameters
Returns
xmlSetExternalEntityLoader
[Source]
fun box xmlSetExternalEntityLoader(
f: Pointer[None val] tag)
: None val
Parameters
Returns
xmlSetFeature
[Source]
fun box xmlSetFeature(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
name: String val,
value: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlSetGenericErrorFunc
[Source]
fun box xmlSetGenericErrorFunc(
ctx: Pointer[None val] tag,
handler: Pointer[None val] tag)
: None val
Parameters
Returns
xmlSetListDoc
[Source]
fun box xmlSetListDoc(
list: NullablePointer[XmlNode ref] tag,
doc: NullablePointer[XmlDoc ref] tag)
: None val
Parameters
Returns
xmlSetNs
[Source]
fun box xmlSetNs(
node: NullablePointer[XmlNode ref] tag,
ns: NullablePointer[XmlNs ref] tag)
: None val
Parameters
Returns
xmlSetNsProp
[Source]
fun box xmlSetNsProp(
node: NullablePointer[XmlNode ref] tag,
ns: NullablePointer[XmlNs ref] tag,
name: String val,
value: String val)
: NullablePointer[XmlAttr ref] ref
Parameters
Returns
xmlSetProp
[Source]
fun box xmlSetProp(
node: NullablePointer[XmlNode ref] tag,
name: String val,
value: String val)
: NullablePointer[XmlAttr ref] ref
Parameters
Returns
xmlSetStructuredErrorFunc
[Source]
fun box xmlSetStructuredErrorFunc(
ctx: Pointer[None val] tag,
handler: Pointer[None val] tag)
: None val
Parameters
Returns
xmlSetTreeDoc
[Source]
fun box xmlSetTreeDoc(
tree: NullablePointer[XmlNode ref] tag,
doc: NullablePointer[XmlDoc ref] tag)
: None val
Parameters
Returns
xmlSetupParserForBuffer
[Source]
fun box xmlSetupParserForBuffer(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
buffer: String val,
filename: String val)
: None val
Parameters
Returns
xmlShell
[Source]
fun box xmlShell(
doc: NullablePointer[XmlDoc ref] tag,
filename: String val,
input: Pointer[None val] tag,
output: NullablePointer[IOFILE ref] tag)
: None val
Parameters
Returns
xmlShellBase
[Source]
fun box xmlShellBase(
ctxt: NullablePointer[XmlShellCtxt ref] tag,
arg: String val,
node: NullablePointer[XmlNode ref] tag,
node2: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlShellCat
[Source]
fun box xmlShellCat(
ctxt: NullablePointer[XmlShellCtxt ref] tag,
arg: String val,
node: NullablePointer[XmlNode ref] tag,
node2: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlShellDir
[Source]
fun box xmlShellDir(
ctxt: NullablePointer[XmlShellCtxt ref] tag,
arg: String val,
node: NullablePointer[XmlNode ref] tag,
node2: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlShellDu
[Source]
fun box xmlShellDu(
ctxt: NullablePointer[XmlShellCtxt ref] tag,
arg: String val,
tree: NullablePointer[XmlNode ref] tag,
node2: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlShellList
[Source]
fun box xmlShellList(
ctxt: NullablePointer[XmlShellCtxt ref] tag,
arg: String val,
node: NullablePointer[XmlNode ref] tag,
node2: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlShellLoad
[Source]
fun box xmlShellLoad(
ctxt: NullablePointer[XmlShellCtxt ref] tag,
filename: String val,
node: NullablePointer[XmlNode ref] tag,
node2: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlShellPrintNode
[Source]
fun box xmlShellPrintNode(
node: NullablePointer[XmlNode ref] tag)
: None val
Parameters
Returns
xmlShellPrintXPathError
[Source]
fun box xmlShellPrintXPathError(
errorType: I32 val,
arg: String val)
: None val
Parameters
Returns
xmlShellPrintXPathResult
[Source]
fun box xmlShellPrintXPathResult(
list: NullablePointer[XmlXPathObject ref] tag)
: None val
Parameters
Returns
xmlShellPwd
[Source]
fun box xmlShellPwd(
ctxt: NullablePointer[XmlShellCtxt ref] tag,
buffer: String val,
node: NullablePointer[XmlNode ref] tag,
node2: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlShellSave
[Source]
fun box xmlShellSave(
ctxt: NullablePointer[XmlShellCtxt ref] tag,
filename: String val,
node: NullablePointer[XmlNode ref] tag,
node2: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlShellValidate
[Source]
fun box xmlShellValidate(
ctxt: NullablePointer[XmlShellCtxt ref] tag,
dtd: String val,
node: NullablePointer[XmlNode ref] tag,
node2: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlShellWrite
[Source]
fun box xmlShellWrite(
ctxt: NullablePointer[XmlShellCtxt ref] tag,
filename: String val,
node: NullablePointer[XmlNode ref] tag,
node2: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlSkipBlankChars
[Source]
fun box xmlSkipBlankChars(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: I32 val
Parameters
Returns
xmlSnprintfElementContent
[Source]
fun box xmlSnprintfElementContent(
buf: String val,
size: I32 val,
content: NullablePointer[XmlElementContent ref] tag,
englob: I32 val)
: None val
Parameters
Returns
xmlSplitQName3
[Source]
fun box xmlSplitQName3(
name: String val,
len: Pointer[I32 val] tag)
: String val
Parameters
Returns
xmlSprintfElementContent
[Source]
fun box xmlSprintfElementContent(
buf: String val,
content: NullablePointer[XmlElementContent ref] tag,
englob: I32 val)
: None val
Parameters
Returns
xmlStopParser
[Source]
fun box xmlStopParser(
ctxt: NullablePointer[XmlParserCtxt ref] tag)
: None val
Parameters
Returns
xmlStrEqual
[Source]
fun box xmlStrEqual(
str1: String val,
str2: String val)
: I32 val
Parameters
Returns
xmlStrQEqual
[Source]
fun box xmlStrQEqual(
pref: String val,
name: String val,
str: String val)
: I32 val
Parameters
Returns
xmlStrcasecmp
[Source]
fun box xmlStrcasecmp(
str1: String val,
str2: String val)
: I32 val
Parameters
Returns
xmlStrcasestr
[Source]
fun box xmlStrcasestr(
str: String val,
xmlval: String val)
: String val
Parameters
Returns
xmlStrcat
[Source]
fun box xmlStrcat(
cur: String val,
add: String val)
: String val
Parameters
Returns
xmlStrchr
[Source]
fun box xmlStrchr(
str: String val,
xmlval: U8 val)
: String val
Parameters
Returns
xmlStrcmp
[Source]
fun box xmlStrcmp(
str1: String val,
str2: String val)
: I32 val
Parameters
Returns
xmlStrdup
[Source]
fun box xmlStrdup(
cur: String val)
: String val
Parameters
Returns
xmlStreamPop
[Source]
fun box xmlStreamPop(
stream: NullablePointer[XmlStreamCtxt ref] tag)
: I32 val
Parameters
Returns
xmlStreamPush
[Source]
fun box xmlStreamPush(
stream: NullablePointer[XmlStreamCtxt ref] tag,
name: String val,
ns: String val)
: I32 val
Parameters
Returns
xmlStreamPushAttr
[Source]
fun box xmlStreamPushAttr(
stream: NullablePointer[XmlStreamCtxt ref] tag,
name: String val,
ns: String val)
: I32 val
Parameters
Returns
xmlStreamPushNode
[Source]
fun box xmlStreamPushNode(
stream: NullablePointer[XmlStreamCtxt ref] tag,
name: String val,
ns: String val,
nodeType: I32 val)
: I32 val
Parameters
Returns
xmlStreamWantsAnyNode
[Source]
fun box xmlStreamWantsAnyNode(
stream: NullablePointer[XmlStreamCtxt ref] tag)
: I32 val
Parameters
Returns
xmlStringCurrentChar
[Source]
fun box xmlStringCurrentChar(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
cur: String val,
len: Pointer[I32 val] tag)
: I32 val
Parameters
Returns
xmlStringDecodeEntities
[Source]
fun box xmlStringDecodeEntities(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
str: String val,
what: I32 val,
xmlend: U8 val,
end2: U8 val,
end3: U8 val)
: String val
Parameters
Returns
xmlStringGetNodeList
[Source]
fun box xmlStringGetNodeList(
doc: NullablePointer[XmlDoc ref] tag,
value: String val)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlStringLenDecodeEntities
[Source]
fun box xmlStringLenDecodeEntities(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
str: String val,
len: I32 val,
what: I32 val,
xmlend: U8 val,
end2: U8 val,
end3: U8 val)
: String val
Parameters
Returns
xmlStringLenGetNodeList
[Source]
fun box xmlStringLenGetNodeList(
doc: NullablePointer[XmlDoc ref] tag,
value: String val,
len: I32 val)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlStrlen
[Source]
fun box xmlStrlen(
str: String val)
: I32 val
Parameters
Returns
xmlStrncasecmp
[Source]
fun box xmlStrncasecmp(
str1: String val,
str2: String val,
len: I32 val)
: I32 val
Parameters
Returns
xmlStrncat
[Source]
fun box xmlStrncat(
cur: String val,
add: String val,
len: I32 val)
: String val
Parameters
Returns
xmlStrncatNew
[Source]
fun box xmlStrncatNew(
str1: String val,
str2: String val,
len: I32 val)
: String val
Parameters
Returns
xmlStrncmp
[Source]
fun box xmlStrncmp(
str1: String val,
str2: String val,
len: I32 val)
: I32 val
Parameters
Returns
xmlStrndup
[Source]
fun box xmlStrndup(
cur: String val,
len: I32 val)
: String val
Parameters
Returns
xmlStrstr
[Source]
fun box xmlStrstr(
str: String val,
xmlval: String val)
: String val
Parameters
Returns
xmlStrsub
[Source]
fun box xmlStrsub(
str: String val,
start: I32 val,
len: I32 val)
: String val
Parameters
Returns
xmlSubstituteEntitiesDefault
[Source]
fun box xmlSubstituteEntitiesDefault(
xmlval: I32 val)
: I32 val
Parameters
Returns
xmlSwitchEncoding
[Source]
fun box xmlSwitchEncoding(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
enc: I32 val)
: I32 val
Parameters
Returns
[Source]
fun box xmlSwitchInputEncoding(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
input: NullablePointer[XmlParserInput ref] tag,
handler: NullablePointer[XmlCharEncodingHandler ref] tag)
: I32 val
Parameters
Returns
xmlSwitchToEncoding
[Source]
fun box xmlSwitchToEncoding(
ctxt: NullablePointer[XmlParserCtxt ref] tag,
handler: NullablePointer[XmlCharEncodingHandler ref] tag)
: I32 val
Parameters
Returns
xmlTextConcat
[Source]
fun box xmlTextConcat(
node: NullablePointer[XmlNode ref] tag,
content: String val,
len: I32 val)
: I32 val
Parameters
Returns
xmlTextMerge
[Source]
fun box xmlTextMerge(
first: NullablePointer[XmlNode ref] tag,
second: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlTextReaderAttributeCount
[Source]
fun box xmlTextReaderAttributeCount(
reader: NullablePointer[XmlTextReader ref] tag)
: I32 val
Parameters
Returns
xmlTextReaderBaseUri
[Source]
fun box xmlTextReaderBaseUri(
reader: NullablePointer[XmlTextReader ref] tag)
: String val
Parameters
Returns
xmlTextReaderByteConsumed
[Source]
fun box xmlTextReaderByteConsumed(
reader: NullablePointer[XmlTextReader ref] tag)
: I64 val
Parameters
Returns
xmlTextReaderClose
[Source]
fun box xmlTextReaderClose(
reader: NullablePointer[XmlTextReader ref] tag)
: I32 val
Parameters
Returns
xmlTextReaderConstBaseUri
[Source]
fun box xmlTextReaderConstBaseUri(
reader: NullablePointer[XmlTextReader ref] tag)
: String val
Parameters
Returns
xmlTextReaderConstEncoding
[Source]
fun box xmlTextReaderConstEncoding(
reader: NullablePointer[XmlTextReader ref] tag)
: String val
Parameters
Returns
xmlTextReaderConstLocalName
[Source]
fun box xmlTextReaderConstLocalName(
reader: NullablePointer[XmlTextReader ref] tag)
: String val
Parameters
Returns
xmlTextReaderConstName
[Source]
fun box xmlTextReaderConstName(
reader: NullablePointer[XmlTextReader ref] tag)
: String val
Parameters
Returns
xmlTextReaderConstNamespaceUri
[Source]
fun box xmlTextReaderConstNamespaceUri(
reader: NullablePointer[XmlTextReader ref] tag)
: String val
Parameters
Returns
xmlTextReaderConstPrefix
[Source]
fun box xmlTextReaderConstPrefix(
reader: NullablePointer[XmlTextReader ref] tag)
: String val
Parameters
Returns
xmlTextReaderConstString
[Source]
fun box xmlTextReaderConstString(
reader: NullablePointer[XmlTextReader ref] tag,
str: String val)
: String val
Parameters
Returns
xmlTextReaderConstValue
[Source]
fun box xmlTextReaderConstValue(
reader: NullablePointer[XmlTextReader ref] tag)
: String val
Parameters
Returns
xmlTextReaderConstXmlLang
[Source]
fun box xmlTextReaderConstXmlLang(
reader: NullablePointer[XmlTextReader ref] tag)
: String val
Parameters
Returns
xmlTextReaderConstXmlVersion
[Source]
fun box xmlTextReaderConstXmlVersion(
reader: NullablePointer[XmlTextReader ref] tag)
: String val
Parameters
Returns
xmlTextReaderCurrentDoc
[Source]
fun box xmlTextReaderCurrentDoc(
reader: NullablePointer[XmlTextReader ref] tag)
: NullablePointer[XmlDoc ref] ref
Parameters
Returns
xmlTextReaderCurrentNode
[Source]
fun box xmlTextReaderCurrentNode(
reader: NullablePointer[XmlTextReader ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlTextReaderDepth
[Source]
fun box xmlTextReaderDepth(
reader: NullablePointer[XmlTextReader ref] tag)
: I32 val
Parameters
Returns
xmlTextReaderExpand
[Source]
fun box xmlTextReaderExpand(
reader: NullablePointer[XmlTextReader ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlTextReaderGetAttribute
[Source]
fun box xmlTextReaderGetAttribute(
reader: NullablePointer[XmlTextReader ref] tag,
name: String val)
: String val
Parameters
Returns
xmlTextReaderGetAttributeNo
[Source]
fun box xmlTextReaderGetAttributeNo(
reader: NullablePointer[XmlTextReader ref] tag,
no: I32 val)
: String val
Parameters
Returns
xmlTextReaderGetAttributeNs
[Source]
fun box xmlTextReaderGetAttributeNs(
reader: NullablePointer[XmlTextReader ref] tag,
localName: String val,
namespaceURI: String val)
: String val
Parameters
Returns
xmlTextReaderGetErrorHandler
[Source]
fun box xmlTextReaderGetErrorHandler(
reader: NullablePointer[XmlTextReader ref] tag,
f: NullablePointer[Pointer[None val] ref] tag,
arg: NullablePointer[Pointer[None val] ref] tag)
: None val
Parameters
Returns
xmlTextReaderGetParserColumnNumber
[Source]
fun box xmlTextReaderGetParserColumnNumber(
reader: NullablePointer[XmlTextReader ref] tag)
: I32 val
Parameters
Returns
xmlTextReaderGetParserLineNumber
[Source]
fun box xmlTextReaderGetParserLineNumber(
reader: NullablePointer[XmlTextReader ref] tag)
: I32 val
Parameters
Returns
xmlTextReaderGetParserProp
[Source]
fun box xmlTextReaderGetParserProp(
reader: NullablePointer[XmlTextReader ref] tag,
prop: I32 val)
: I32 val
Parameters
Returns
xmlTextReaderGetRemainder
[Source]
fun box xmlTextReaderGetRemainder(
reader: NullablePointer[XmlTextReader ref] tag)
: NullablePointer[XmlParserInputBuffer ref] ref
Parameters
Returns
xmlTextReaderHasAttributes
[Source]
fun box xmlTextReaderHasAttributes(
reader: NullablePointer[XmlTextReader ref] tag)
: I32 val
Parameters
Returns
xmlTextReaderHasValue
[Source]
fun box xmlTextReaderHasValue(
reader: NullablePointer[XmlTextReader ref] tag)
: I32 val
Parameters
Returns
xmlTextReaderIsDefault
[Source]
fun box xmlTextReaderIsDefault(
reader: NullablePointer[XmlTextReader ref] tag)
: I32 val
Parameters
Returns
xmlTextReaderIsEmptyElement
[Source]
fun box xmlTextReaderIsEmptyElement(
reader: NullablePointer[XmlTextReader ref] tag)
: I32 val
Parameters
Returns
xmlTextReaderIsNamespaceDecl
[Source]
fun box xmlTextReaderIsNamespaceDecl(
reader: NullablePointer[XmlTextReader ref] tag)
: I32 val
Parameters
Returns
xmlTextReaderIsValid
[Source]
fun box xmlTextReaderIsValid(
reader: NullablePointer[XmlTextReader ref] tag)
: I32 val
Parameters
Returns
xmlTextReaderLocalName
[Source]
fun box xmlTextReaderLocalName(
reader: NullablePointer[XmlTextReader ref] tag)
: String val
Parameters
Returns
xmlTextReaderLocatorBaseURI
[Source]
fun box xmlTextReaderLocatorBaseURI(
locator: Pointer[None val] tag)
: String val
Parameters
Returns
xmlTextReaderLocatorLineNumber
[Source]
fun box xmlTextReaderLocatorLineNumber(
locator: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlTextReaderLookupNamespace
[Source]
fun box xmlTextReaderLookupNamespace(
reader: NullablePointer[XmlTextReader ref] tag,
prefix: String val)
: String val
Parameters
Returns
xmlTextReaderMoveToAttribute
[Source]
fun box xmlTextReaderMoveToAttribute(
reader: NullablePointer[XmlTextReader ref] tag,
name: String val)
: I32 val
Parameters
Returns
xmlTextReaderMoveToAttributeNo
[Source]
fun box xmlTextReaderMoveToAttributeNo(
reader: NullablePointer[XmlTextReader ref] tag,
no: I32 val)
: I32 val
Parameters
Returns
xmlTextReaderMoveToAttributeNs
[Source]
fun box xmlTextReaderMoveToAttributeNs(
reader: NullablePointer[XmlTextReader ref] tag,
localName: String val,
namespaceURI: String val)
: I32 val
Parameters
Returns
xmlTextReaderMoveToElement
[Source]
fun box xmlTextReaderMoveToElement(
reader: NullablePointer[XmlTextReader ref] tag)
: I32 val
Parameters
Returns
xmlTextReaderMoveToFirstAttribute
[Source]
fun box xmlTextReaderMoveToFirstAttribute(
reader: NullablePointer[XmlTextReader ref] tag)
: I32 val
Parameters
Returns
xmlTextReaderMoveToNextAttribute
[Source]
fun box xmlTextReaderMoveToNextAttribute(
reader: NullablePointer[XmlTextReader ref] tag)
: I32 val
Parameters
Returns
xmlTextReaderName
[Source]
fun box xmlTextReaderName(
reader: NullablePointer[XmlTextReader ref] tag)
: String val
Parameters
Returns
xmlTextReaderNamespaceUri
[Source]
fun box xmlTextReaderNamespaceUri(
reader: NullablePointer[XmlTextReader ref] tag)
: String val
Parameters
Returns
xmlTextReaderNext
[Source]
fun box xmlTextReaderNext(
reader: NullablePointer[XmlTextReader ref] tag)
: I32 val
Parameters
Returns
xmlTextReaderNextSibling
[Source]
fun box xmlTextReaderNextSibling(
reader: NullablePointer[XmlTextReader ref] tag)
: I32 val
Parameters
Returns
xmlTextReaderNodeType
[Source]
fun box xmlTextReaderNodeType(
reader: NullablePointer[XmlTextReader ref] tag)
: I32 val
Parameters
Returns
xmlTextReaderNormalization
[Source]
fun box xmlTextReaderNormalization(
reader: NullablePointer[XmlTextReader ref] tag)
: I32 val
Parameters
Returns
xmlTextReaderPrefix
[Source]
fun box xmlTextReaderPrefix(
reader: NullablePointer[XmlTextReader ref] tag)
: String val
Parameters
Returns
xmlTextReaderPreserve
[Source]
fun box xmlTextReaderPreserve(
reader: NullablePointer[XmlTextReader ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlTextReaderQuoteChar
[Source]
fun box xmlTextReaderQuoteChar(
reader: NullablePointer[XmlTextReader ref] tag)
: I32 val
Parameters
Returns
xmlTextReaderRead
[Source]
fun box xmlTextReaderRead(
reader: NullablePointer[XmlTextReader ref] tag)
: I32 val
Parameters
Returns
xmlTextReaderReadAttributeValue
[Source]
fun box xmlTextReaderReadAttributeValue(
reader: NullablePointer[XmlTextReader ref] tag)
: I32 val
Parameters
Returns
xmlTextReaderReadInnerXml
[Source]
fun box xmlTextReaderReadInnerXml(
reader: NullablePointer[XmlTextReader ref] tag)
: String val
Parameters
Returns
xmlTextReaderReadOuterXml
[Source]
fun box xmlTextReaderReadOuterXml(
reader: NullablePointer[XmlTextReader ref] tag)
: String val
Parameters
Returns
xmlTextReaderReadState
[Source]
fun box xmlTextReaderReadState(
reader: NullablePointer[XmlTextReader ref] tag)
: I32 val
Parameters
Returns
xmlTextReaderReadString
[Source]
fun box xmlTextReaderReadString(
reader: NullablePointer[XmlTextReader ref] tag)
: String val
Parameters
Returns
xmlTextReaderRelaxNGSetSchema
[Source]
fun box xmlTextReaderRelaxNGSetSchema(
reader: NullablePointer[XmlTextReader ref] tag,
schema: NullablePointer[XmlRelaxNG ref] tag)
: I32 val
Parameters
Returns
xmlTextReaderRelaxNGValidate
[Source]
fun box xmlTextReaderRelaxNGValidate(
reader: NullablePointer[XmlTextReader ref] tag,
rng: String val)
: I32 val
Parameters
Returns
xmlTextReaderRelaxNGValidateCtxt
[Source]
fun box xmlTextReaderRelaxNGValidateCtxt(
reader: NullablePointer[XmlTextReader ref] tag,
ctxt: NullablePointer[XmlRelaxNGValidCtxt ref] tag,
options: I32 val)
: I32 val
Parameters
Returns
xmlTextReaderSchemaValidate
[Source]
fun box xmlTextReaderSchemaValidate(
reader: NullablePointer[XmlTextReader ref] tag,
xsd: String val)
: I32 val
Parameters
Returns
xmlTextReaderSchemaValidateCtxt
[Source]
fun box xmlTextReaderSchemaValidateCtxt(
reader: NullablePointer[XmlTextReader ref] tag,
ctxt: NullablePointer[XmlSchemaValidCtxt ref] tag,
options: I32 val)
: I32 val
Parameters
Returns
xmlTextReaderSetErrorHandler
[Source]
fun box xmlTextReaderSetErrorHandler(
reader: NullablePointer[XmlTextReader ref] tag,
f: Pointer[None val] tag,
arg: Pointer[None val] tag)
: None val
Parameters
Returns
xmlTextReaderSetParserProp
[Source]
fun box xmlTextReaderSetParserProp(
reader: NullablePointer[XmlTextReader ref] tag,
prop: I32 val,
value: I32 val)
: I32 val
Parameters
Returns
xmlTextReaderSetSchema
[Source]
fun box xmlTextReaderSetSchema(
reader: NullablePointer[XmlTextReader ref] tag,
schema: NullablePointer[XmlSchema ref] tag)
: I32 val
Parameters
Returns
xmlTextReaderSetStructuredErrorHandler
[Source]
fun box xmlTextReaderSetStructuredErrorHandler(
reader: NullablePointer[XmlTextReader ref] tag,
f: Pointer[None val] tag,
arg: Pointer[None val] tag)
: None val
Parameters
Returns
xmlTextReaderSetup
[Source]
fun box xmlTextReaderSetup(
reader: NullablePointer[XmlTextReader ref] tag,
input: NullablePointer[XmlParserInputBuffer ref] tag,
uRL: String val,
encoding: String val,
options: I32 val)
: I32 val
Parameters
Returns
xmlTextReaderStandalone
[Source]
fun box xmlTextReaderStandalone(
reader: NullablePointer[XmlTextReader ref] tag)
: I32 val
Parameters
Returns
xmlTextReaderValue
[Source]
fun box xmlTextReaderValue(
reader: NullablePointer[XmlTextReader ref] tag)
: String val
Parameters
Returns
xmlTextReaderXmlLang
[Source]
fun box xmlTextReaderXmlLang(
reader: NullablePointer[XmlTextReader ref] tag)
: String val
Parameters
Returns
xmlTextWriterEndAttribute
[Source]
fun box xmlTextWriterEndAttribute(
writer: NullablePointer[XmlTextWriter ref] tag)
: I32 val
Parameters
Returns
xmlTextWriterEndCDATA
[Source]
fun box xmlTextWriterEndCDATA(
writer: NullablePointer[XmlTextWriter ref] tag)
: I32 val
Parameters
Returns
[Source]
fun box xmlTextWriterEndComment(
writer: NullablePointer[XmlTextWriter ref] tag)
: I32 val
Parameters
Returns
xmlTextWriterEndDTD
[Source]
fun box xmlTextWriterEndDTD(
writer: NullablePointer[XmlTextWriter ref] tag)
: I32 val
Parameters
Returns
xmlTextWriterEndDTDAttlist
[Source]
fun box xmlTextWriterEndDTDAttlist(
writer: NullablePointer[XmlTextWriter ref] tag)
: I32 val
Parameters
Returns
xmlTextWriterEndDTDElement
[Source]
fun box xmlTextWriterEndDTDElement(
writer: NullablePointer[XmlTextWriter ref] tag)
: I32 val
Parameters
Returns
xmlTextWriterEndDTDEntity
[Source]
fun box xmlTextWriterEndDTDEntity(
writer: NullablePointer[XmlTextWriter ref] tag)
: I32 val
Parameters
Returns
xmlTextWriterEndDocument
[Source]
fun box xmlTextWriterEndDocument(
writer: NullablePointer[XmlTextWriter ref] tag)
: I32 val
Parameters
Returns
xmlTextWriterEndElement
[Source]
fun box xmlTextWriterEndElement(
writer: NullablePointer[XmlTextWriter ref] tag)
: I32 val
Parameters
Returns
xmlTextWriterEndPI
[Source]
fun box xmlTextWriterEndPI(
writer: NullablePointer[XmlTextWriter ref] tag)
: I32 val
Parameters
Returns
xmlTextWriterFlush
[Source]
fun box xmlTextWriterFlush(
writer: NullablePointer[XmlTextWriter ref] tag)
: I32 val
Parameters
Returns
xmlTextWriterFullEndElement
[Source]
fun box xmlTextWriterFullEndElement(
writer: NullablePointer[XmlTextWriter ref] tag)
: I32 val
Parameters
Returns
xmlTextWriterSetIndent
[Source]
fun box xmlTextWriterSetIndent(
writer: NullablePointer[XmlTextWriter ref] tag,
indent: I32 val)
: I32 val
Parameters
Returns
xmlTextWriterSetIndentString
[Source]
fun box xmlTextWriterSetIndentString(
writer: NullablePointer[XmlTextWriter ref] tag,
str: String val)
: I32 val
Parameters
Returns
xmlTextWriterSetQuoteChar
[Source]
fun box xmlTextWriterSetQuoteChar(
writer: NullablePointer[XmlTextWriter ref] tag,
quotechar: U8 val)
: I32 val
Parameters
Returns
xmlTextWriterStartAttribute
[Source]
fun box xmlTextWriterStartAttribute(
writer: NullablePointer[XmlTextWriter ref] tag,
name: String val)
: I32 val
Parameters
Returns
xmlTextWriterStartAttributeNS
[Source]
fun box xmlTextWriterStartAttributeNS(
writer: NullablePointer[XmlTextWriter ref] tag,
prefix: String val,
name: String val,
namespaceURI: String val)
: I32 val
Parameters
Returns
xmlTextWriterStartCDATA
[Source]
fun box xmlTextWriterStartCDATA(
writer: NullablePointer[XmlTextWriter ref] tag)
: I32 val
Parameters
Returns
[Source]
fun box xmlTextWriterStartComment(
writer: NullablePointer[XmlTextWriter ref] tag)
: I32 val
Parameters
Returns
xmlTextWriterStartDTD
[Source]
fun box xmlTextWriterStartDTD(
writer: NullablePointer[XmlTextWriter ref] tag,
name: String val,
pubid: String val,
sysid: String val)
: I32 val
Parameters
Returns
xmlTextWriterStartDTDAttlist
[Source]
fun box xmlTextWriterStartDTDAttlist(
writer: NullablePointer[XmlTextWriter ref] tag,
name: String val)
: I32 val
Parameters
Returns
xmlTextWriterStartDTDElement
[Source]
fun box xmlTextWriterStartDTDElement(
writer: NullablePointer[XmlTextWriter ref] tag,
name: String val)
: I32 val
Parameters
Returns
xmlTextWriterStartDTDEntity
[Source]
fun box xmlTextWriterStartDTDEntity(
writer: NullablePointer[XmlTextWriter ref] tag,
pe: I32 val,
name: String val)
: I32 val
Parameters
Returns
xmlTextWriterStartDocument
[Source]
fun box xmlTextWriterStartDocument(
writer: NullablePointer[XmlTextWriter ref] tag,
version: String val,
encoding: String val,
standalone: String val)
: I32 val
Parameters
Returns
xmlTextWriterStartElement
[Source]
fun box xmlTextWriterStartElement(
writer: NullablePointer[XmlTextWriter ref] tag,
name: String val)
: I32 val
Parameters
Returns
xmlTextWriterStartElementNS
[Source]
fun box xmlTextWriterStartElementNS(
writer: NullablePointer[XmlTextWriter ref] tag,
prefix: String val,
name: String val,
namespaceURI: String val)
: I32 val
Parameters
Returns
xmlTextWriterStartPI
[Source]
fun box xmlTextWriterStartPI(
writer: NullablePointer[XmlTextWriter ref] tag,
target: String val)
: I32 val
Parameters
Returns
xmlTextWriterWriteAttribute
[Source]
fun box xmlTextWriterWriteAttribute(
writer: NullablePointer[XmlTextWriter ref] tag,
name: String val,
content: String val)
: I32 val
Parameters
Returns
xmlTextWriterWriteAttributeNS
[Source]
fun box xmlTextWriterWriteAttributeNS(
writer: NullablePointer[XmlTextWriter ref] tag,
prefix: String val,
name: String val,
namespaceURI: String val,
content: String val)
: I32 val
Parameters
Returns
xmlTextWriterWriteBase64
[Source]
fun box xmlTextWriterWriteBase64(
writer: NullablePointer[XmlTextWriter ref] tag,
data: String val,
start: I32 val,
len: I32 val)
: I32 val
Parameters
Returns
xmlTextWriterWriteBinHex
[Source]
fun box xmlTextWriterWriteBinHex(
writer: NullablePointer[XmlTextWriter ref] tag,
data: String val,
start: I32 val,
len: I32 val)
: I32 val
Parameters
Returns
xmlTextWriterWriteCDATA
[Source]
fun box xmlTextWriterWriteCDATA(
writer: NullablePointer[XmlTextWriter ref] tag,
content: String val)
: I32 val
Parameters
Returns
[Source]
fun box xmlTextWriterWriteComment(
writer: NullablePointer[XmlTextWriter ref] tag,
content: String val)
: I32 val
Parameters
Returns
xmlTextWriterWriteDTD
[Source]
fun box xmlTextWriterWriteDTD(
writer: NullablePointer[XmlTextWriter ref] tag,
name: String val,
pubid: String val,
sysid: String val,
subset: String val)
: I32 val
Parameters
Returns
xmlTextWriterWriteDTDAttlist
[Source]
fun box xmlTextWriterWriteDTDAttlist(
writer: NullablePointer[XmlTextWriter ref] tag,
name: String val,
content: String val)
: I32 val
Parameters
Returns
xmlTextWriterWriteDTDElement
[Source]
fun box xmlTextWriterWriteDTDElement(
writer: NullablePointer[XmlTextWriter ref] tag,
name: String val,
content: String val)
: I32 val
Parameters
Returns
xmlTextWriterWriteDTDEntity
[Source]
fun box xmlTextWriterWriteDTDEntity(
writer: NullablePointer[XmlTextWriter ref] tag,
pe: I32 val,
name: String val,
pubid: String val,
sysid: String val,
ndataid: String val,
content: String val)
: I32 val
Parameters
Returns
xmlTextWriterWriteDTDExternalEntity
[Source]
fun box xmlTextWriterWriteDTDExternalEntity(
writer: NullablePointer[XmlTextWriter ref] tag,
pe: I32 val,
name: String val,
pubid: String val,
sysid: String val,
ndataid: String val)
: I32 val
Parameters
Returns
xmlTextWriterWriteDTDExternalEntityContents
[Source]
fun box xmlTextWriterWriteDTDExternalEntityContents(
writer: NullablePointer[XmlTextWriter ref] tag,
pubid: String val,
sysid: String val,
ndataid: String val)
: I32 val
Parameters
Returns
xmlTextWriterWriteDTDInternalEntity
[Source]
fun box xmlTextWriterWriteDTDInternalEntity(
writer: NullablePointer[XmlTextWriter ref] tag,
pe: I32 val,
name: String val,
content: String val)
: I32 val
Parameters
Returns
xmlTextWriterWriteDTDNotation
[Source]
fun box xmlTextWriterWriteDTDNotation(
writer: NullablePointer[XmlTextWriter ref] tag,
name: String val,
pubid: String val,
sysid: String val)
: I32 val
Parameters
Returns
xmlTextWriterWriteElement
[Source]
fun box xmlTextWriterWriteElement(
writer: NullablePointer[XmlTextWriter ref] tag,
name: String val,
content: String val)
: I32 val
Parameters
Returns
xmlTextWriterWriteElementNS
[Source]
fun box xmlTextWriterWriteElementNS(
writer: NullablePointer[XmlTextWriter ref] tag,
prefix: String val,
name: String val,
namespaceURI: String val,
content: String val)
: I32 val
Parameters
Returns
xmlTextWriterWritePI
[Source]
fun box xmlTextWriterWritePI(
writer: NullablePointer[XmlTextWriter ref] tag,
target: String val,
content: String val)
: I32 val
Parameters
Returns
xmlTextWriterWriteRaw
[Source]
fun box xmlTextWriterWriteRaw(
writer: NullablePointer[XmlTextWriter ref] tag,
content: String val)
: I32 val
Parameters
Returns
xmlTextWriterWriteRawLen
[Source]
fun box xmlTextWriterWriteRawLen(
writer: NullablePointer[XmlTextWriter ref] tag,
content: String val,
len: I32 val)
: I32 val
Parameters
Returns
xmlTextWriterWriteString
[Source]
fun box xmlTextWriterWriteString(
writer: NullablePointer[XmlTextWriter ref] tag,
content: String val)
: I32 val
Parameters
Returns
xmlThrDefBufferAllocScheme
[Source]
fun box xmlThrDefBufferAllocScheme(
v: I32 val)
: I32 val
Parameters
Returns
xmlThrDefDefaultBufferSize
[Source]
fun box xmlThrDefDefaultBufferSize(
v: I32 val)
: I32 val
Parameters
Returns
xmlThrDefDeregisterNodeDefault
[Source]
fun box xmlThrDefDeregisterNodeDefault(
func: Pointer[None val] tag)
: Pointer[None val] ref
Parameters
Returns
xmlThrDefDoValidityCheckingDefaultValue
[Source]
fun box xmlThrDefDoValidityCheckingDefaultValue(
v: I32 val)
: I32 val
Parameters
Returns
xmlThrDefGetWarningsDefaultValue
[Source]
fun box xmlThrDefGetWarningsDefaultValue(
v: I32 val)
: I32 val
Parameters
Returns
xmlThrDefIndentTreeOutput
[Source]
fun box xmlThrDefIndentTreeOutput(
v: I32 val)
: I32 val
Parameters
Returns
xmlThrDefKeepBlanksDefaultValue
[Source]
fun box xmlThrDefKeepBlanksDefaultValue(
v: I32 val)
: I32 val
Parameters
Returns
xmlThrDefLineNumbersDefaultValue
[Source]
fun box xmlThrDefLineNumbersDefaultValue(
v: I32 val)
: I32 val
Parameters
Returns
xmlThrDefLoadExtDtdDefaultValue
[Source]
fun box xmlThrDefLoadExtDtdDefaultValue(
v: I32 val)
: I32 val
Parameters
Returns
xmlThrDefOutputBufferCreateFilenameDefault
[Source]
fun box xmlThrDefOutputBufferCreateFilenameDefault(
func: Pointer[None val] tag)
: Pointer[None val] ref
Parameters
Returns
xmlThrDefParserDebugEntities
[Source]
fun box xmlThrDefParserDebugEntities(
v: I32 val)
: I32 val
Parameters
Returns
[Source]
fun box xmlThrDefParserInputBufferCreateFilenameDefault(
func: Pointer[None val] tag)
: Pointer[None val] ref
Parameters
Returns
xmlThrDefPedanticParserDefaultValue
[Source]
fun box xmlThrDefPedanticParserDefaultValue(
v: I32 val)
: I32 val
Parameters
Returns
xmlThrDefRegisterNodeDefault
[Source]
fun box xmlThrDefRegisterNodeDefault(
func: Pointer[None val] tag)
: Pointer[None val] ref
Parameters
Returns
[Source]
fun box xmlThrDefSaveNoEmptyTags(
v: I32 val)
: I32 val
Parameters
Returns
xmlThrDefSetGenericErrorFunc
[Source]
fun box xmlThrDefSetGenericErrorFunc(
ctx: Pointer[None val] tag,
handler: Pointer[None val] tag)
: None val
Parameters
Returns
xmlThrDefSetStructuredErrorFunc
[Source]
fun box xmlThrDefSetStructuredErrorFunc(
ctx: Pointer[None val] tag,
handler: Pointer[None val] tag)
: None val
Parameters
Returns
xmlThrDefSubstituteEntitiesDefaultValue
[Source]
fun box xmlThrDefSubstituteEntitiesDefaultValue(
v: I32 val)
: I32 val
Parameters
Returns
xmlThrDefTreeIndentString
[Source]
fun box xmlThrDefTreeIndentString(
v: String val)
: String val
Parameters
Returns
xmlUCSIsAegeanNumbers
[Source]
fun box xmlUCSIsAegeanNumbers(
code: I32 val)
: I32 val
Parameters
Returns
[Source]
fun box xmlUCSIsAlphabeticPresentationForms(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsArabic
[Source]
fun box xmlUCSIsArabic(
code: I32 val)
: I32 val
Parameters
Returns
[Source]
fun box xmlUCSIsArabicPresentationFormsA(
code: I32 val)
: I32 val
Parameters
Returns
[Source]
fun box xmlUCSIsArabicPresentationFormsB(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsArmenian
[Source]
fun box xmlUCSIsArmenian(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsArrows
[Source]
fun box xmlUCSIsArrows(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsBasicLatin
[Source]
fun box xmlUCSIsBasicLatin(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsBengali
[Source]
fun box xmlUCSIsBengali(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsBlock
[Source]
fun box xmlUCSIsBlock(
code: I32 val,
block: String val)
: I32 val
Parameters
Returns
xmlUCSIsBlockElements
[Source]
fun box xmlUCSIsBlockElements(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsBopomofo
[Source]
fun box xmlUCSIsBopomofo(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsBopomofoExtended
[Source]
fun box xmlUCSIsBopomofoExtended(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsBoxDrawing
[Source]
fun box xmlUCSIsBoxDrawing(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsBraillePatterns
[Source]
fun box xmlUCSIsBraillePatterns(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsBuhid
[Source]
fun box xmlUCSIsBuhid(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsByzantineMusicalSymbols
[Source]
fun box xmlUCSIsByzantineMusicalSymbols(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCJKCompatibility
[Source]
fun box xmlUCSIsCJKCompatibility(
code: I32 val)
: I32 val
Parameters
Returns
[Source]
fun box xmlUCSIsCJKCompatibilityForms(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCJKCompatibilityIdeographs
[Source]
fun box xmlUCSIsCJKCompatibilityIdeographs(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCJKCompatibilityIdeographsSupplement
[Source]
fun box xmlUCSIsCJKCompatibilityIdeographsSupplement(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCJKRadicalsSupplement
[Source]
fun box xmlUCSIsCJKRadicalsSupplement(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCJKSymbolsandPunctuation
[Source]
fun box xmlUCSIsCJKSymbolsandPunctuation(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCJKUnifiedIdeographs
[Source]
fun box xmlUCSIsCJKUnifiedIdeographs(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCJKUnifiedIdeographsExtensionA
[Source]
fun box xmlUCSIsCJKUnifiedIdeographsExtensionA(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCJKUnifiedIdeographsExtensionB
[Source]
fun box xmlUCSIsCJKUnifiedIdeographsExtensionB(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCat
[Source]
fun box xmlUCSIsCat(
code: I32 val,
cat: String val)
: I32 val
Parameters
Returns
xmlUCSIsCatC
[Source]
fun box xmlUCSIsCatC(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatCc
[Source]
fun box xmlUCSIsCatCc(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatCf
[Source]
fun box xmlUCSIsCatCf(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatCo
[Source]
fun box xmlUCSIsCatCo(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatCs
[Source]
fun box xmlUCSIsCatCs(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatL
[Source]
fun box xmlUCSIsCatL(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatLl
[Source]
fun box xmlUCSIsCatLl(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatLm
[Source]
fun box xmlUCSIsCatLm(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatLo
[Source]
fun box xmlUCSIsCatLo(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatLt
[Source]
fun box xmlUCSIsCatLt(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatLu
[Source]
fun box xmlUCSIsCatLu(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatM
[Source]
fun box xmlUCSIsCatM(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatMc
[Source]
fun box xmlUCSIsCatMc(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatMe
[Source]
fun box xmlUCSIsCatMe(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatMn
[Source]
fun box xmlUCSIsCatMn(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatN
[Source]
fun box xmlUCSIsCatN(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatNd
[Source]
fun box xmlUCSIsCatNd(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatNl
[Source]
fun box xmlUCSIsCatNl(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatNo
[Source]
fun box xmlUCSIsCatNo(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatP
[Source]
fun box xmlUCSIsCatP(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatPc
[Source]
fun box xmlUCSIsCatPc(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatPd
[Source]
fun box xmlUCSIsCatPd(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatPe
[Source]
fun box xmlUCSIsCatPe(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatPf
[Source]
fun box xmlUCSIsCatPf(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatPi
[Source]
fun box xmlUCSIsCatPi(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatPo
[Source]
fun box xmlUCSIsCatPo(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatPs
[Source]
fun box xmlUCSIsCatPs(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatS
[Source]
fun box xmlUCSIsCatS(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatSc
[Source]
fun box xmlUCSIsCatSc(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatSk
[Source]
fun box xmlUCSIsCatSk(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatSm
[Source]
fun box xmlUCSIsCatSm(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatSo
[Source]
fun box xmlUCSIsCatSo(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatZ
[Source]
fun box xmlUCSIsCatZ(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatZl
[Source]
fun box xmlUCSIsCatZl(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatZp
[Source]
fun box xmlUCSIsCatZp(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCatZs
[Source]
fun box xmlUCSIsCatZs(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCherokee
[Source]
fun box xmlUCSIsCherokee(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCombiningDiacriticalMarks
[Source]
fun box xmlUCSIsCombiningDiacriticalMarks(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCombiningDiacriticalMarksforSymbols
[Source]
fun box xmlUCSIsCombiningDiacriticalMarksforSymbols(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCombiningHalfMarks
[Source]
fun box xmlUCSIsCombiningHalfMarks(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCombiningMarksforSymbols
[Source]
fun box xmlUCSIsCombiningMarksforSymbols(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsControlPictures
[Source]
fun box xmlUCSIsControlPictures(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCurrencySymbols
[Source]
fun box xmlUCSIsCurrencySymbols(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCypriotSyllabary
[Source]
fun box xmlUCSIsCypriotSyllabary(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCyrillic
[Source]
fun box xmlUCSIsCyrillic(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsCyrillicSupplement
[Source]
fun box xmlUCSIsCyrillicSupplement(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsDeseret
[Source]
fun box xmlUCSIsDeseret(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsDevanagari
[Source]
fun box xmlUCSIsDevanagari(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsDingbats
[Source]
fun box xmlUCSIsDingbats(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsEnclosedAlphanumerics
[Source]
fun box xmlUCSIsEnclosedAlphanumerics(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsEnclosedCJKLettersandMonths
[Source]
fun box xmlUCSIsEnclosedCJKLettersandMonths(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsEthiopic
[Source]
fun box xmlUCSIsEthiopic(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsGeneralPunctuation
[Source]
fun box xmlUCSIsGeneralPunctuation(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsGeometricShapes
[Source]
fun box xmlUCSIsGeometricShapes(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsGeorgian
[Source]
fun box xmlUCSIsGeorgian(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsGothic
[Source]
fun box xmlUCSIsGothic(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsGreek
[Source]
fun box xmlUCSIsGreek(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsGreekExtended
[Source]
fun box xmlUCSIsGreekExtended(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsGreekandCoptic
[Source]
fun box xmlUCSIsGreekandCoptic(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsGujarati
[Source]
fun box xmlUCSIsGujarati(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsGurmukhi
[Source]
fun box xmlUCSIsGurmukhi(
code: I32 val)
: I32 val
Parameters
Returns
[Source]
fun box xmlUCSIsHalfwidthandFullwidthForms(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsHangulCompatibilityJamo
[Source]
fun box xmlUCSIsHangulCompatibilityJamo(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsHangulJamo
[Source]
fun box xmlUCSIsHangulJamo(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsHangulSyllables
[Source]
fun box xmlUCSIsHangulSyllables(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsHanunoo
[Source]
fun box xmlUCSIsHanunoo(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsHebrew
[Source]
fun box xmlUCSIsHebrew(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsHighPrivateUseSurrogates
[Source]
fun box xmlUCSIsHighPrivateUseSurrogates(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsHighSurrogates
[Source]
fun box xmlUCSIsHighSurrogates(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsHiragana
[Source]
fun box xmlUCSIsHiragana(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsIPAExtensions
[Source]
fun box xmlUCSIsIPAExtensions(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsIdeographicDescriptionCharacters
[Source]
fun box xmlUCSIsIdeographicDescriptionCharacters(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsKanbun
[Source]
fun box xmlUCSIsKanbun(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsKangxiRadicals
[Source]
fun box xmlUCSIsKangxiRadicals(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsKannada
[Source]
fun box xmlUCSIsKannada(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsKatakana
[Source]
fun box xmlUCSIsKatakana(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsKatakanaPhoneticExtensions
[Source]
fun box xmlUCSIsKatakanaPhoneticExtensions(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsKhmer
[Source]
fun box xmlUCSIsKhmer(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsKhmerSymbols
[Source]
fun box xmlUCSIsKhmerSymbols(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsLao
[Source]
fun box xmlUCSIsLao(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsLatin1Supplement
[Source]
fun box xmlUCSIsLatin1Supplement(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsLatinExtendedA
[Source]
fun box xmlUCSIsLatinExtendedA(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsLatinExtendedAdditional
[Source]
fun box xmlUCSIsLatinExtendedAdditional(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsLatinExtendedB
[Source]
fun box xmlUCSIsLatinExtendedB(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsLetterlikeSymbols
[Source]
fun box xmlUCSIsLetterlikeSymbols(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsLimbu
[Source]
fun box xmlUCSIsLimbu(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsLinearBIdeograms
[Source]
fun box xmlUCSIsLinearBIdeograms(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsLinearBSyllabary
[Source]
fun box xmlUCSIsLinearBSyllabary(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsLowSurrogates
[Source]
fun box xmlUCSIsLowSurrogates(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsMalayalam
[Source]
fun box xmlUCSIsMalayalam(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsMathematicalAlphanumericSymbols
[Source]
fun box xmlUCSIsMathematicalAlphanumericSymbols(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsMathematicalOperators
[Source]
fun box xmlUCSIsMathematicalOperators(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsMiscellaneousMathematicalSymbolsA
[Source]
fun box xmlUCSIsMiscellaneousMathematicalSymbolsA(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsMiscellaneousMathematicalSymbolsB
[Source]
fun box xmlUCSIsMiscellaneousMathematicalSymbolsB(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsMiscellaneousSymbols
[Source]
fun box xmlUCSIsMiscellaneousSymbols(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsMiscellaneousSymbolsandArrows
[Source]
fun box xmlUCSIsMiscellaneousSymbolsandArrows(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsMiscellaneousTechnical
[Source]
fun box xmlUCSIsMiscellaneousTechnical(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsMongolian
[Source]
fun box xmlUCSIsMongolian(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsMusicalSymbols
[Source]
fun box xmlUCSIsMusicalSymbols(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsMyanmar
[Source]
fun box xmlUCSIsMyanmar(
code: I32 val)
: I32 val
Parameters
Returns
[Source]
fun box xmlUCSIsNumberForms(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsOgham
[Source]
fun box xmlUCSIsOgham(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsOldItalic
[Source]
fun box xmlUCSIsOldItalic(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsOpticalCharacterRecognition
[Source]
fun box xmlUCSIsOpticalCharacterRecognition(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsOriya
[Source]
fun box xmlUCSIsOriya(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsOsmanya
[Source]
fun box xmlUCSIsOsmanya(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsPhoneticExtensions
[Source]
fun box xmlUCSIsPhoneticExtensions(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsPrivateUse
[Source]
fun box xmlUCSIsPrivateUse(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsPrivateUseArea
[Source]
fun box xmlUCSIsPrivateUseArea(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsRunic
[Source]
fun box xmlUCSIsRunic(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsShavian
[Source]
fun box xmlUCSIsShavian(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsSinhala
[Source]
fun box xmlUCSIsSinhala(
code: I32 val)
: I32 val
Parameters
Returns
[Source]
fun box xmlUCSIsSmallFormVariants(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsSpacingModifierLetters
[Source]
fun box xmlUCSIsSpacingModifierLetters(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsSpecials
[Source]
fun box xmlUCSIsSpecials(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsSuperscriptsandSubscripts
[Source]
fun box xmlUCSIsSuperscriptsandSubscripts(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsSupplementalArrowsA
[Source]
fun box xmlUCSIsSupplementalArrowsA(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsSupplementalArrowsB
[Source]
fun box xmlUCSIsSupplementalArrowsB(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsSupplementalMathematicalOperators
[Source]
fun box xmlUCSIsSupplementalMathematicalOperators(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsSupplementaryPrivateUseAreaA
[Source]
fun box xmlUCSIsSupplementaryPrivateUseAreaA(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsSupplementaryPrivateUseAreaB
[Source]
fun box xmlUCSIsSupplementaryPrivateUseAreaB(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsSyriac
[Source]
fun box xmlUCSIsSyriac(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsTagalog
[Source]
fun box xmlUCSIsTagalog(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsTagbanwa
[Source]
fun box xmlUCSIsTagbanwa(
code: I32 val)
: I32 val
Parameters
Returns
[Source]
fun box xmlUCSIsTags(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsTaiLe
[Source]
fun box xmlUCSIsTaiLe(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsTaiXuanJingSymbols
[Source]
fun box xmlUCSIsTaiXuanJingSymbols(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsTamil
[Source]
fun box xmlUCSIsTamil(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsTelugu
[Source]
fun box xmlUCSIsTelugu(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsThaana
[Source]
fun box xmlUCSIsThaana(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsThai
[Source]
fun box xmlUCSIsThai(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsTibetan
[Source]
fun box xmlUCSIsTibetan(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsUgaritic
[Source]
fun box xmlUCSIsUgaritic(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsUnifiedCanadianAboriginalSyllabics
[Source]
fun box xmlUCSIsUnifiedCanadianAboriginalSyllabics(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsVariationSelectors
[Source]
fun box xmlUCSIsVariationSelectors(
code: I32 val)
: I32 val
Parameters
Returns
[Source]
fun box xmlUCSIsVariationSelectorsSupplement(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsYiRadicals
[Source]
fun box xmlUCSIsYiRadicals(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsYiSyllables
[Source]
fun box xmlUCSIsYiSyllables(
code: I32 val)
: I32 val
Parameters
Returns
xmlUCSIsYijingHexagramSymbols
[Source]
fun box xmlUCSIsYijingHexagramSymbols(
code: I32 val)
: I32 val
Parameters
Returns
xmlURIEscape
[Source]
fun box xmlURIEscape(
str: String val)
: String val
Parameters
Returns
xmlURIEscapeStr
[Source]
fun box xmlURIEscapeStr(
str: String val,
list: String val)
: String val
Parameters
Returns
xmlURIUnescapeString
[Source]
fun box xmlURIUnescapeString(
str: String val,
len: I32 val,
target: String val)
: String val
Parameters
Returns
xmlUTF8Charcmp
[Source]
fun box xmlUTF8Charcmp(
utf1: String val,
utf2: String val)
: I32 val
Parameters
Returns
xmlUTF8Size
[Source]
fun box xmlUTF8Size(
utf: String val)
: I32 val
Parameters
Returns
xmlUTF8Strlen
[Source]
fun box xmlUTF8Strlen(
utf: String val)
: I32 val
Parameters
Returns
xmlUTF8Strloc
[Source]
fun box xmlUTF8Strloc(
utf: String val,
utfchar: String val)
: I32 val
Parameters
Returns
xmlUTF8Strndup
[Source]
fun box xmlUTF8Strndup(
utf: String val,
len: I32 val)
: String val
Parameters
Returns
xmlUTF8Strpos
[Source]
fun box xmlUTF8Strpos(
utf: String val,
pos: I32 val)
: String val
Parameters
Returns
xmlUTF8Strsize
[Source]
fun box xmlUTF8Strsize(
utf: String val,
len: I32 val)
: I32 val
Parameters
Returns
xmlUTF8Strsub
[Source]
fun box xmlUTF8Strsub(
utf: String val,
start: I32 val,
len: I32 val)
: String val
Parameters
Returns
xmlUnlinkNode
[Source]
fun box xmlUnlinkNode(
cur: NullablePointer[XmlNode ref] tag)
: None val
Parameters
Returns
xmlUnlockLibrary
[Source]
fun box xmlUnlockLibrary()
: None val
Returns
xmlUnsetNsProp
[Source]
fun box xmlUnsetNsProp(
node: NullablePointer[XmlNode ref] tag,
ns: NullablePointer[XmlNs ref] tag,
name: String val)
: I32 val
Parameters
Returns
xmlUnsetProp
[Source]
fun box xmlUnsetProp(
node: NullablePointer[XmlNode ref] tag,
name: String val)
: I32 val
Parameters
Returns
xmlValidBuildContentModel
[Source]
fun box xmlValidBuildContentModel(
ctxt: NullablePointer[XmlValidCtxt ref] tag,
elem: NullablePointer[XmlElement ref] tag)
: I32 val
Parameters
Returns
xmlValidCtxtNormalizeAttributeValue
[Source]
fun box xmlValidCtxtNormalizeAttributeValue(
ctxt: NullablePointer[XmlValidCtxt ref] tag,
doc: NullablePointer[XmlDoc ref] tag,
elem: NullablePointer[XmlNode ref] tag,
name: String val,
value: String val)
: String val
Parameters
Returns
xmlValidNormalizeAttributeValue
[Source]
fun box xmlValidNormalizeAttributeValue(
doc: NullablePointer[XmlDoc ref] tag,
elem: NullablePointer[XmlNode ref] tag,
name: String val,
value: String val)
: String val
Parameters
Returns
xmlValidateAttributeDecl
[Source]
fun box xmlValidateAttributeDecl(
ctxt: NullablePointer[XmlValidCtxt ref] tag,
doc: NullablePointer[XmlDoc ref] tag,
attr: NullablePointer[XmlAttribute ref] tag)
: I32 val
Parameters
Returns
xmlValidateAttributeValue
[Source]
fun box xmlValidateAttributeValue(
xmltype: I32 val,
value: String val)
: I32 val
Parameters
Returns
xmlValidateDocument
[Source]
fun box xmlValidateDocument(
ctxt: NullablePointer[XmlValidCtxt ref] tag,
doc: NullablePointer[XmlDoc ref] tag)
: I32 val
Parameters
Returns
xmlValidateDocumentFinal
[Source]
fun box xmlValidateDocumentFinal(
ctxt: NullablePointer[XmlValidCtxt ref] tag,
doc: NullablePointer[XmlDoc ref] tag)
: I32 val
Parameters
Returns
xmlValidateDtd
[Source]
fun box xmlValidateDtd(
ctxt: NullablePointer[XmlValidCtxt ref] tag,
doc: NullablePointer[XmlDoc ref] tag,
dtd: NullablePointer[XmlDtd ref] tag)
: I32 val
Parameters
Returns
xmlValidateDtdFinal
[Source]
fun box xmlValidateDtdFinal(
ctxt: NullablePointer[XmlValidCtxt ref] tag,
doc: NullablePointer[XmlDoc ref] tag)
: I32 val
Parameters
Returns
xmlValidateElement
[Source]
fun box xmlValidateElement(
ctxt: NullablePointer[XmlValidCtxt ref] tag,
doc: NullablePointer[XmlDoc ref] tag,
elem: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlValidateElementDecl
[Source]
fun box xmlValidateElementDecl(
ctxt: NullablePointer[XmlValidCtxt ref] tag,
doc: NullablePointer[XmlDoc ref] tag,
elem: NullablePointer[XmlElement ref] tag)
: I32 val
Parameters
Returns
xmlValidateNCName
[Source]
fun box xmlValidateNCName(
value: String val,
space: I32 val)
: I32 val
Parameters
Returns
xmlValidateNMToken
[Source]
fun box xmlValidateNMToken(
value: String val,
space: I32 val)
: I32 val
Parameters
Returns
xmlValidateName
[Source]
fun box xmlValidateName(
value: String val,
space: I32 val)
: I32 val
Parameters
Returns
xmlValidateNameValue
[Source]
fun box xmlValidateNameValue(
value: String val)
: I32 val
Parameters
Returns
xmlValidateNamesValue
[Source]
fun box xmlValidateNamesValue(
value: String val)
: I32 val
Parameters
Returns
xmlValidateNmtokenValue
[Source]
fun box xmlValidateNmtokenValue(
value: String val)
: I32 val
Parameters
Returns
xmlValidateNmtokensValue
[Source]
fun box xmlValidateNmtokensValue(
value: String val)
: I32 val
Parameters
Returns
xmlValidateNotationDecl
[Source]
fun box xmlValidateNotationDecl(
ctxt: NullablePointer[XmlValidCtxt ref] tag,
doc: NullablePointer[XmlDoc ref] tag,
nota: NullablePointer[XmlNotation ref] tag)
: I32 val
Parameters
Returns
xmlValidateNotationUse
[Source]
fun box xmlValidateNotationUse(
ctxt: NullablePointer[XmlValidCtxt ref] tag,
doc: NullablePointer[XmlDoc ref] tag,
notationName: String val)
: I32 val
Parameters
Returns
xmlValidateOneAttribute
[Source]
fun box xmlValidateOneAttribute(
ctxt: NullablePointer[XmlValidCtxt ref] tag,
doc: NullablePointer[XmlDoc ref] tag,
elem: NullablePointer[XmlNode ref] tag,
attr: NullablePointer[XmlAttr ref] tag,
value: String val)
: I32 val
Parameters
Returns
xmlValidateOneElement
[Source]
fun box xmlValidateOneElement(
ctxt: NullablePointer[XmlValidCtxt ref] tag,
doc: NullablePointer[XmlDoc ref] tag,
elem: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlValidateOneNamespace
[Source]
fun box xmlValidateOneNamespace(
ctxt: NullablePointer[XmlValidCtxt ref] tag,
doc: NullablePointer[XmlDoc ref] tag,
elem: NullablePointer[XmlNode ref] tag,
prefix: String val,
ns: NullablePointer[XmlNs ref] tag,
value: String val)
: I32 val
Parameters
Returns
xmlValidatePopElement
[Source]
fun box xmlValidatePopElement(
ctxt: NullablePointer[XmlValidCtxt ref] tag,
doc: NullablePointer[XmlDoc ref] tag,
elem: NullablePointer[XmlNode ref] tag,
qname: String val)
: I32 val
Parameters
Returns
xmlValidatePushCData
[Source]
fun box xmlValidatePushCData(
ctxt: NullablePointer[XmlValidCtxt ref] tag,
data: String val,
len: I32 val)
: I32 val
Parameters
Returns
xmlValidatePushElement
[Source]
fun box xmlValidatePushElement(
ctxt: NullablePointer[XmlValidCtxt ref] tag,
doc: NullablePointer[XmlDoc ref] tag,
elem: NullablePointer[XmlNode ref] tag,
qname: String val)
: I32 val
Parameters
Returns
xmlValidateQName
[Source]
fun box xmlValidateQName(
value: String val,
space: I32 val)
: I32 val
Parameters
Returns
xmlValidateRoot
[Source]
fun box xmlValidateRoot(
ctxt: NullablePointer[XmlValidCtxt ref] tag,
doc: NullablePointer[XmlDoc ref] tag)
: I32 val
Parameters
Returns
xmlXIncludeFreeContext
[Source]
fun box xmlXIncludeFreeContext(
ctxt: NullablePointer[XmlXIncludeCtxt ref] tag)
: None val
Parameters
Returns
xmlXIncludeNewContext
[Source]
fun box xmlXIncludeNewContext(
doc: NullablePointer[XmlDoc ref] tag)
: NullablePointer[XmlXIncludeCtxt ref] ref
Parameters
Returns
xmlXIncludeProcess
[Source]
fun box xmlXIncludeProcess(
doc: NullablePointer[XmlDoc ref] tag)
: I32 val
Parameters
Returns
xmlXIncludeProcessFlags
[Source]
fun box xmlXIncludeProcessFlags(
doc: NullablePointer[XmlDoc ref] tag,
flags: I32 val)
: I32 val
Parameters
Returns
xmlXIncludeProcessFlagsData
[Source]
fun box xmlXIncludeProcessFlagsData(
doc: NullablePointer[XmlDoc ref] tag,
flags: I32 val,
data: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlXIncludeProcessNode
[Source]
fun box xmlXIncludeProcessNode(
ctxt: NullablePointer[XmlXIncludeCtxt ref] tag,
tree: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlXIncludeProcessTree
[Source]
fun box xmlXIncludeProcessTree(
tree: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlXIncludeProcessTreeFlags
[Source]
fun box xmlXIncludeProcessTreeFlags(
tree: NullablePointer[XmlNode ref] tag,
flags: I32 val)
: I32 val
Parameters
Returns
xmlXIncludeProcessTreeFlagsData
[Source]
fun box xmlXIncludeProcessTreeFlagsData(
tree: NullablePointer[XmlNode ref] tag,
flags: I32 val,
data: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlXIncludeSetFlags
[Source]
fun box xmlXIncludeSetFlags(
ctxt: NullablePointer[XmlXIncludeCtxt ref] tag,
flags: I32 val)
: I32 val
Parameters
Returns
xmlXPathAddValues
[Source]
fun box xmlXPathAddValues(
ctxt: NullablePointer[XmlXPathParserContext ref] tag)
: None val
Parameters
Returns
xmlXPathBooleanFunction
[Source]
fun box xmlXPathBooleanFunction(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
nargs: I32 val)
: None val
Parameters
Returns
xmlXPathCastBooleanToNumber
[Source]
fun box xmlXPathCastBooleanToNumber(
xmlval: I32 val)
: F64 val
Parameters
Returns
xmlXPathCastBooleanToString
[Source]
fun box xmlXPathCastBooleanToString(
xmlval: I32 val)
: String val
Parameters
Returns
xmlXPathCastNodeSetToBoolean
[Source]
fun box xmlXPathCastNodeSetToBoolean(
ns: NullablePointer[XmlNodeSet ref] tag)
: I32 val
Parameters
Returns
xmlXPathCastNodeSetToNumber
[Source]
fun box xmlXPathCastNodeSetToNumber(
ns: NullablePointer[XmlNodeSet ref] tag)
: F64 val
Parameters
Returns
xmlXPathCastNodeSetToString
[Source]
fun box xmlXPathCastNodeSetToString(
ns: NullablePointer[XmlNodeSet ref] tag)
: String val
Parameters
Returns
xmlXPathCastNodeToNumber
[Source]
fun box xmlXPathCastNodeToNumber(
node: NullablePointer[XmlNode ref] tag)
: F64 val
Parameters
Returns
xmlXPathCastNodeToString
[Source]
fun box xmlXPathCastNodeToString(
node: NullablePointer[XmlNode ref] tag)
: String val
Parameters
Returns
xmlXPathCastNumberToBoolean
[Source]
fun box xmlXPathCastNumberToBoolean(
xmlval: F64 val)
: I32 val
Parameters
Returns
xmlXPathCastNumberToString
[Source]
fun box xmlXPathCastNumberToString(
xmlval: F64 val)
: String val
Parameters
Returns
xmlXPathCastStringToBoolean
[Source]
fun box xmlXPathCastStringToBoolean(
xmlval: String val)
: I32 val
Parameters
Returns
xmlXPathCastStringToNumber
[Source]
fun box xmlXPathCastStringToNumber(
xmlval: String val)
: F64 val
Parameters
Returns
xmlXPathCastToBoolean
[Source]
fun box xmlXPathCastToBoolean(
xmlval: NullablePointer[XmlXPathObject ref] tag)
: I32 val
Parameters
Returns
xmlXPathCastToNumber
[Source]
fun box xmlXPathCastToNumber(
xmlval: NullablePointer[XmlXPathObject ref] tag)
: F64 val
Parameters
Returns
xmlXPathCastToString
[Source]
fun box xmlXPathCastToString(
xmlval: NullablePointer[XmlXPathObject ref] tag)
: String val
Parameters
Returns
xmlXPathCeilingFunction
[Source]
fun box xmlXPathCeilingFunction(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
nargs: I32 val)
: None val
Parameters
Returns
xmlXPathCmpNodes
[Source]
fun box xmlXPathCmpNodes(
node1: NullablePointer[XmlNode ref] tag,
node2: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlXPathCompareValues
[Source]
fun box xmlXPathCompareValues(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
inf: I32 val,
strict: I32 val)
: I32 val
Parameters
Returns
xmlXPathCompile
[Source]
fun box xmlXPathCompile(
str: String val)
: NullablePointer[XmlXPathCompExpr ref] ref
Parameters
Returns
xmlXPathCompiledEval
[Source]
fun box xmlXPathCompiledEval(
comp: NullablePointer[XmlXPathCompExpr ref] tag,
ctx: NullablePointer[XmlXPathContext ref] tag)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPathCompiledEvalToBoolean
[Source]
fun box xmlXPathCompiledEvalToBoolean(
comp: NullablePointer[XmlXPathCompExpr ref] tag,
ctxt: NullablePointer[XmlXPathContext ref] tag)
: I32 val
Parameters
Returns
xmlXPathConcatFunction
[Source]
fun box xmlXPathConcatFunction(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
nargs: I32 val)
: None val
Parameters
Returns
xmlXPathContainsFunction
[Source]
fun box xmlXPathContainsFunction(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
nargs: I32 val)
: None val
Parameters
Returns
xmlXPathContextSetCache
[Source]
fun box xmlXPathContextSetCache(
ctxt: NullablePointer[XmlXPathContext ref] tag,
active: I32 val,
value: I32 val,
options: I32 val)
: I32 val
Parameters
Returns
xmlXPathConvertBoolean
[Source]
fun box xmlXPathConvertBoolean(
xmlval: NullablePointer[XmlXPathObject ref] tag)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPathConvertNumber
[Source]
fun box xmlXPathConvertNumber(
xmlval: NullablePointer[XmlXPathObject ref] tag)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPathConvertString
[Source]
fun box xmlXPathConvertString(
xmlval: NullablePointer[XmlXPathObject ref] tag)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPathCountFunction
[Source]
fun box xmlXPathCountFunction(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
nargs: I32 val)
: None val
Parameters
Returns
xmlXPathCtxtCompile
[Source]
fun box xmlXPathCtxtCompile(
ctxt: NullablePointer[XmlXPathContext ref] tag,
str: String val)
: NullablePointer[XmlXPathCompExpr ref] ref
Parameters
Returns
xmlXPathDebugDumpCompExpr
[Source]
fun box xmlXPathDebugDumpCompExpr(
output: NullablePointer[IOFILE ref] tag,
comp: NullablePointer[XmlXPathCompExpr ref] tag,
depth: I32 val)
: None val
Parameters
Returns
xmlXPathDebugDumpObject
[Source]
fun box xmlXPathDebugDumpObject(
output: NullablePointer[IOFILE ref] tag,
cur: NullablePointer[XmlXPathObject ref] tag,
depth: I32 val)
: None val
Parameters
Returns
xmlXPathDifference
[Source]
fun box xmlXPathDifference(
nodes1: NullablePointer[XmlNodeSet ref] tag,
nodes2: NullablePointer[XmlNodeSet ref] tag)
: NullablePointer[XmlNodeSet ref] ref
Parameters
Returns
xmlXPathDistinct
[Source]
fun box xmlXPathDistinct(
nodes: NullablePointer[XmlNodeSet ref] tag)
: NullablePointer[XmlNodeSet ref] ref
Parameters
Returns
xmlXPathDistinctSorted
[Source]
fun box xmlXPathDistinctSorted(
nodes: NullablePointer[XmlNodeSet ref] tag)
: NullablePointer[XmlNodeSet ref] ref
Parameters
Returns
xmlXPathDivValues
[Source]
fun box xmlXPathDivValues(
ctxt: NullablePointer[XmlXPathParserContext ref] tag)
: None val
Parameters
Returns
xmlXPathEqualValues
[Source]
fun box xmlXPathEqualValues(
ctxt: NullablePointer[XmlXPathParserContext ref] tag)
: I32 val
Parameters
Returns
xmlXPathErr
[Source]
fun box xmlXPathErr(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
xmlerror: I32 val)
: None val
Parameters
Returns
xmlXPathEval
[Source]
fun box xmlXPathEval(
str: String val,
ctx: NullablePointer[XmlXPathContext ref] tag)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPathEvalExpr
[Source]
fun box xmlXPathEvalExpr(
ctxt: NullablePointer[XmlXPathParserContext ref] tag)
: None val
Parameters
Returns
xmlXPathEvalExpression
[Source]
fun box xmlXPathEvalExpression(
str: String val,
ctxt: NullablePointer[XmlXPathContext ref] tag)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPathEvalPredicate
[Source]
fun box xmlXPathEvalPredicate(
ctxt: NullablePointer[XmlXPathContext ref] tag,
res: NullablePointer[XmlXPathObject ref] tag)
: I32 val
Parameters
Returns
xmlXPathEvaluatePredicateResult
[Source]
fun box xmlXPathEvaluatePredicateResult(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
res: NullablePointer[XmlXPathObject ref] tag)
: I32 val
Parameters
Returns
xmlXPathFalseFunction
[Source]
fun box xmlXPathFalseFunction(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
nargs: I32 val)
: None val
Parameters
Returns
xmlXPathFloorFunction
[Source]
fun box xmlXPathFloorFunction(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
nargs: I32 val)
: None val
Parameters
Returns
xmlXPathFreeCompExpr
[Source]
fun box xmlXPathFreeCompExpr(
comp: NullablePointer[XmlXPathCompExpr ref] tag)
: None val
Parameters
Returns
xmlXPathFreeContext
[Source]
fun box xmlXPathFreeContext(
ctxt: NullablePointer[XmlXPathContext ref] tag)
: None val
Parameters
Returns
xmlXPathFreeNodeSet
[Source]
fun box xmlXPathFreeNodeSet(
obj: NullablePointer[XmlNodeSet ref] tag)
: None val
Parameters
Returns
xmlXPathFreeNodeSetList
[Source]
fun box xmlXPathFreeNodeSetList(
obj: NullablePointer[XmlXPathObject ref] tag)
: None val
Parameters
Returns
xmlXPathFreeObject
[Source]
fun box xmlXPathFreeObject(
obj: NullablePointer[XmlXPathObject ref] tag)
: None val
Parameters
Returns
xmlXPathFreeParserContext
[Source]
fun box xmlXPathFreeParserContext(
ctxt: NullablePointer[XmlXPathParserContext ref] tag)
: None val
Parameters
Returns
xmlXPathFunctionLookup
[Source]
fun box xmlXPathFunctionLookup(
ctxt: NullablePointer[XmlXPathContext ref] tag,
name: String val)
: Pointer[None val] ref
Parameters
Returns
xmlXPathFunctionLookupNS
[Source]
fun box xmlXPathFunctionLookupNS(
ctxt: NullablePointer[XmlXPathContext ref] tag,
name: String val,
nsuri: String val)
: Pointer[None val] ref
Parameters
Returns
xmlXPathHasSameNodes
[Source]
fun box xmlXPathHasSameNodes(
nodes1: NullablePointer[XmlNodeSet ref] tag,
nodes2: NullablePointer[XmlNodeSet ref] tag)
: I32 val
Parameters
Returns
xmlXPathIdFunction
[Source]
fun box xmlXPathIdFunction(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
nargs: I32 val)
: None val
Parameters
Returns
xmlXPathInit
[Source]
fun box xmlXPathInit()
: None val
Returns
xmlXPathIntersection
[Source]
fun box xmlXPathIntersection(
nodes1: NullablePointer[XmlNodeSet ref] tag,
nodes2: NullablePointer[XmlNodeSet ref] tag)
: NullablePointer[XmlNodeSet ref] ref
Parameters
Returns
xmlXPathIsInf
[Source]
fun box xmlXPathIsInf(
xmlval: F64 val)
: I32 val
Parameters
Returns
xmlXPathIsNaN
[Source]
fun box xmlXPathIsNaN(
xmlval: F64 val)
: I32 val
Parameters
Returns
xmlXPathIsNodeType
[Source]
fun box xmlXPathIsNodeType(
name: String val)
: I32 val
Parameters
Returns
xmlXPathLangFunction
[Source]
fun box xmlXPathLangFunction(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
nargs: I32 val)
: None val
Parameters
Returns
xmlXPathLastFunction
[Source]
fun box xmlXPathLastFunction(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
nargs: I32 val)
: None val
Parameters
Returns
xmlXPathLeading
[Source]
fun box xmlXPathLeading(
nodes1: NullablePointer[XmlNodeSet ref] tag,
nodes2: NullablePointer[XmlNodeSet ref] tag)
: NullablePointer[XmlNodeSet ref] ref
Parameters
Returns
xmlXPathLeadingSorted
[Source]
fun box xmlXPathLeadingSorted(
nodes1: NullablePointer[XmlNodeSet ref] tag,
nodes2: NullablePointer[XmlNodeSet ref] tag)
: NullablePointer[XmlNodeSet ref] ref
Parameters
Returns
xmlXPathLocalNameFunction
[Source]
fun box xmlXPathLocalNameFunction(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
nargs: I32 val)
: None val
Parameters
Returns
xmlXPathModValues
[Source]
fun box xmlXPathModValues(
ctxt: NullablePointer[XmlXPathParserContext ref] tag)
: None val
Parameters
Returns
xmlXPathMultValues
[Source]
fun box xmlXPathMultValues(
ctxt: NullablePointer[XmlXPathParserContext ref] tag)
: None val
Parameters
Returns
xmlXPathNamespaceURIFunction
[Source]
fun box xmlXPathNamespaceURIFunction(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
nargs: I32 val)
: None val
Parameters
Returns
xmlXPathNewBoolean
[Source]
fun box xmlXPathNewBoolean(
xmlval: I32 val)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPathNewCString
[Source]
fun box xmlXPathNewCString(
xmlval: String val)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPathNewContext
[Source]
fun box xmlXPathNewContext(
doc: NullablePointer[XmlDoc ref] tag)
: NullablePointer[XmlXPathContext ref] ref
Parameters
Returns
xmlXPathNewFloat
[Source]
fun box xmlXPathNewFloat(
xmlval: F64 val)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPathNewNodeSet
[Source]
fun box xmlXPathNewNodeSet(
xmlval: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPathNewNodeSetList
[Source]
fun box xmlXPathNewNodeSetList(
xmlval: NullablePointer[XmlNodeSet ref] tag)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPathNewParserContext
[Source]
fun box xmlXPathNewParserContext(
str: String val,
ctxt: NullablePointer[XmlXPathContext ref] tag)
: NullablePointer[XmlXPathParserContext ref] ref
Parameters
Returns
xmlXPathNewString
[Source]
fun box xmlXPathNewString(
xmlval: String val)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPathNewValueTree
[Source]
fun box xmlXPathNewValueTree(
xmlval: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPathNextAncestor
[Source]
fun box xmlXPathNextAncestor(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
cur: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlXPathNextAncestorOrSelf
[Source]
fun box xmlXPathNextAncestorOrSelf(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
cur: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlXPathNextAttribute
[Source]
fun box xmlXPathNextAttribute(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
cur: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlXPathNextChild
[Source]
fun box xmlXPathNextChild(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
cur: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlXPathNextDescendant
[Source]
fun box xmlXPathNextDescendant(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
cur: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlXPathNextDescendantOrSelf
[Source]
fun box xmlXPathNextDescendantOrSelf(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
cur: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlXPathNextFollowing
[Source]
fun box xmlXPathNextFollowing(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
cur: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlXPathNextFollowingSibling
[Source]
fun box xmlXPathNextFollowingSibling(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
cur: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlXPathNextNamespace
[Source]
fun box xmlXPathNextNamespace(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
cur: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlXPathNextParent
[Source]
fun box xmlXPathNextParent(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
cur: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlXPathNextPreceding
[Source]
fun box xmlXPathNextPreceding(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
cur: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlXPathNextPrecedingSibling
[Source]
fun box xmlXPathNextPrecedingSibling(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
cur: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlXPathNextSelf
[Source]
fun box xmlXPathNextSelf(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
cur: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlXPathNodeEval
[Source]
fun box xmlXPathNodeEval(
node: NullablePointer[XmlNode ref] tag,
str: String val,
ctx: NullablePointer[XmlXPathContext ref] tag)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPathNodeLeading
[Source]
fun box xmlXPathNodeLeading(
nodes: NullablePointer[XmlNodeSet ref] tag,
node: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNodeSet ref] ref
Parameters
Returns
xmlXPathNodeLeadingSorted
[Source]
fun box xmlXPathNodeLeadingSorted(
nodes: NullablePointer[XmlNodeSet ref] tag,
node: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNodeSet ref] ref
Parameters
Returns
xmlXPathNodeSetAdd
[Source]
fun box xmlXPathNodeSetAdd(
cur: NullablePointer[XmlNodeSet ref] tag,
xmlval: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlXPathNodeSetAddNs
[Source]
fun box xmlXPathNodeSetAddNs(
cur: NullablePointer[XmlNodeSet ref] tag,
node: NullablePointer[XmlNode ref] tag,
ns: NullablePointer[XmlNs ref] tag)
: I32 val
Parameters
Returns
xmlXPathNodeSetAddUnique
[Source]
fun box xmlXPathNodeSetAddUnique(
cur: NullablePointer[XmlNodeSet ref] tag,
xmlval: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlXPathNodeSetContains
[Source]
fun box xmlXPathNodeSetContains(
cur: NullablePointer[XmlNodeSet ref] tag,
xmlval: NullablePointer[XmlNode ref] tag)
: I32 val
Parameters
Returns
xmlXPathNodeSetCreate
[Source]
fun box xmlXPathNodeSetCreate(
xmlval: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNodeSet ref] ref
Parameters
Returns
xmlXPathNodeSetDel
[Source]
fun box xmlXPathNodeSetDel(
cur: NullablePointer[XmlNodeSet ref] tag,
xmlval: NullablePointer[XmlNode ref] tag)
: None val
Parameters
Returns
xmlXPathNodeSetFreeNs
[Source]
fun box xmlXPathNodeSetFreeNs(
ns: NullablePointer[XmlNs ref] tag)
: None val
Parameters
Returns
xmlXPathNodeSetMerge
[Source]
fun box xmlXPathNodeSetMerge(
val1: NullablePointer[XmlNodeSet ref] tag,
val2: NullablePointer[XmlNodeSet ref] tag)
: NullablePointer[XmlNodeSet ref] ref
Parameters
Returns
xmlXPathNodeSetRemove
[Source]
fun box xmlXPathNodeSetRemove(
cur: NullablePointer[XmlNodeSet ref] tag,
xmlval: I32 val)
: None val
Parameters
Returns
xmlXPathNodeSetSort
[Source]
fun box xmlXPathNodeSetSort(
set: NullablePointer[XmlNodeSet ref] tag)
: None val
Parameters
Returns
xmlXPathNodeTrailing
[Source]
fun box xmlXPathNodeTrailing(
nodes: NullablePointer[XmlNodeSet ref] tag,
node: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNodeSet ref] ref
Parameters
Returns
xmlXPathNodeTrailingSorted
[Source]
fun box xmlXPathNodeTrailingSorted(
nodes: NullablePointer[XmlNodeSet ref] tag,
node: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlNodeSet ref] ref
Parameters
Returns
xmlXPathNormalizeFunction
[Source]
fun box xmlXPathNormalizeFunction(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
nargs: I32 val)
: None val
Parameters
Returns
xmlXPathNotEqualValues
[Source]
fun box xmlXPathNotEqualValues(
ctxt: NullablePointer[XmlXPathParserContext ref] tag)
: I32 val
Parameters
Returns
xmlXPathNotFunction
[Source]
fun box xmlXPathNotFunction(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
nargs: I32 val)
: None val
Parameters
Returns
xmlXPathNsLookup
[Source]
fun box xmlXPathNsLookup(
ctxt: NullablePointer[XmlXPathContext ref] tag,
prefix: String val)
: String val
Parameters
Returns
xmlXPathNumberFunction
[Source]
fun box xmlXPathNumberFunction(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
nargs: I32 val)
: None val
Parameters
Returns
xmlXPathObjectCopy
[Source]
fun box xmlXPathObjectCopy(
xmlval: NullablePointer[XmlXPathObject ref] tag)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPathOrderDocElems
[Source]
fun box xmlXPathOrderDocElems(
doc: NullablePointer[XmlDoc ref] tag)
: I64 val
Parameters
Returns
xmlXPathParseNCName
[Source]
fun box xmlXPathParseNCName(
ctxt: NullablePointer[XmlXPathParserContext ref] tag)
: String val
Parameters
Returns
xmlXPathParseName
[Source]
fun box xmlXPathParseName(
ctxt: NullablePointer[XmlXPathParserContext ref] tag)
: String val
Parameters
Returns
xmlXPathPopBoolean
[Source]
fun box xmlXPathPopBoolean(
ctxt: NullablePointer[XmlXPathParserContext ref] tag)
: I32 val
Parameters
Returns
xmlXPathPopExternal
[Source]
fun box xmlXPathPopExternal(
ctxt: NullablePointer[XmlXPathParserContext ref] tag)
: Pointer[None val] ref
Parameters
Returns
xmlXPathPopNodeSet
[Source]
fun box xmlXPathPopNodeSet(
ctxt: NullablePointer[XmlXPathParserContext ref] tag)
: NullablePointer[XmlNodeSet ref] ref
Parameters
Returns
xmlXPathPopNumber
[Source]
fun box xmlXPathPopNumber(
ctxt: NullablePointer[XmlXPathParserContext ref] tag)
: F64 val
Parameters
Returns
xmlXPathPopString
[Source]
fun box xmlXPathPopString(
ctxt: NullablePointer[XmlXPathParserContext ref] tag)
: String val
Parameters
Returns
xmlXPathPositionFunction
[Source]
fun box xmlXPathPositionFunction(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
nargs: I32 val)
: None val
Parameters
Returns
xmlXPathRegisterAllFunctions
[Source]
fun box xmlXPathRegisterAllFunctions(
ctxt: NullablePointer[XmlXPathContext ref] tag)
: None val
Parameters
Returns
xmlXPathRegisterFunc
[Source]
fun box xmlXPathRegisterFunc(
ctxt: NullablePointer[XmlXPathContext ref] tag,
name: String val,
f: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlXPathRegisterFuncLookup
[Source]
fun box xmlXPathRegisterFuncLookup(
ctxt: NullablePointer[XmlXPathContext ref] tag,
f: Pointer[None val] tag,
funcCtxt: Pointer[None val] tag)
: None val
Parameters
Returns
xmlXPathRegisterFuncNS
[Source]
fun box xmlXPathRegisterFuncNS(
ctxt: NullablePointer[XmlXPathContext ref] tag,
name: String val,
nsuri: String val,
f: Pointer[None val] tag)
: I32 val
Parameters
Returns
xmlXPathRegisterNs
[Source]
fun box xmlXPathRegisterNs(
ctxt: NullablePointer[XmlXPathContext ref] tag,
prefix: String val,
nsuri: String val)
: I32 val
Parameters
Returns
xmlXPathRegisterVariable
[Source]
fun box xmlXPathRegisterVariable(
ctxt: NullablePointer[XmlXPathContext ref] tag,
name: String val,
value: NullablePointer[XmlXPathObject ref] tag)
: I32 val
Parameters
Returns
xmlXPathRegisterVariableLookup
[Source]
fun box xmlXPathRegisterVariableLookup(
ctxt: NullablePointer[XmlXPathContext ref] tag,
f: Pointer[None val] tag,
data: Pointer[None val] tag)
: None val
Parameters
Returns
xmlXPathRegisterVariableNS
[Source]
fun box xmlXPathRegisterVariableNS(
ctxt: NullablePointer[XmlXPathContext ref] tag,
name: String val,
nsuri: String val,
value: NullablePointer[XmlXPathObject ref] tag)
: I32 val
Parameters
Returns
xmlXPathRegisteredFuncsCleanup
[Source]
fun box xmlXPathRegisteredFuncsCleanup(
ctxt: NullablePointer[XmlXPathContext ref] tag)
: None val
Parameters
Returns
xmlXPathRegisteredNsCleanup
[Source]
fun box xmlXPathRegisteredNsCleanup(
ctxt: NullablePointer[XmlXPathContext ref] tag)
: None val
Parameters
Returns
xmlXPathRegisteredVariablesCleanup
[Source]
fun box xmlXPathRegisteredVariablesCleanup(
ctxt: NullablePointer[XmlXPathContext ref] tag)
: None val
Parameters
Returns
xmlXPathRoot
[Source]
fun box xmlXPathRoot(
ctxt: NullablePointer[XmlXPathParserContext ref] tag)
: None val
Parameters
Returns
xmlXPathRoundFunction
[Source]
fun box xmlXPathRoundFunction(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
nargs: I32 val)
: None val
Parameters
Returns
xmlXPathSetContextNode
[Source]
fun box xmlXPathSetContextNode(
node: NullablePointer[XmlNode ref] tag,
ctx: NullablePointer[XmlXPathContext ref] tag)
: I32 val
Parameters
Returns
xmlXPathStartsWithFunction
[Source]
fun box xmlXPathStartsWithFunction(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
nargs: I32 val)
: None val
Parameters
Returns
xmlXPathStringEvalNumber
[Source]
fun box xmlXPathStringEvalNumber(
str: String val)
: F64 val
Parameters
Returns
xmlXPathStringFunction
[Source]
fun box xmlXPathStringFunction(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
nargs: I32 val)
: None val
Parameters
Returns
xmlXPathStringLengthFunction
[Source]
fun box xmlXPathStringLengthFunction(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
nargs: I32 val)
: None val
Parameters
Returns
xmlXPathSubValues
[Source]
fun box xmlXPathSubValues(
ctxt: NullablePointer[XmlXPathParserContext ref] tag)
: None val
Parameters
Returns
xmlXPathSubstringAfterFunction
[Source]
fun box xmlXPathSubstringAfterFunction(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
nargs: I32 val)
: None val
Parameters
Returns
xmlXPathSubstringBeforeFunction
[Source]
fun box xmlXPathSubstringBeforeFunction(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
nargs: I32 val)
: None val
Parameters
Returns
xmlXPathSubstringFunction
[Source]
fun box xmlXPathSubstringFunction(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
nargs: I32 val)
: None val
Parameters
Returns
xmlXPathSumFunction
[Source]
fun box xmlXPathSumFunction(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
nargs: I32 val)
: None val
Parameters
Returns
xmlXPathTrailing
[Source]
fun box xmlXPathTrailing(
nodes1: NullablePointer[XmlNodeSet ref] tag,
nodes2: NullablePointer[XmlNodeSet ref] tag)
: NullablePointer[XmlNodeSet ref] ref
Parameters
Returns
xmlXPathTrailingSorted
[Source]
fun box xmlXPathTrailingSorted(
nodes1: NullablePointer[XmlNodeSet ref] tag,
nodes2: NullablePointer[XmlNodeSet ref] tag)
: NullablePointer[XmlNodeSet ref] ref
Parameters
Returns
xmlXPathTranslateFunction
[Source]
fun box xmlXPathTranslateFunction(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
nargs: I32 val)
: None val
Parameters
Returns
xmlXPathTrueFunction
[Source]
fun box xmlXPathTrueFunction(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
nargs: I32 val)
: None val
Parameters
Returns
xmlXPathValueFlipSign
[Source]
fun box xmlXPathValueFlipSign(
ctxt: NullablePointer[XmlXPathParserContext ref] tag)
: None val
Parameters
Returns
xmlXPathVariableLookup
[Source]
fun box xmlXPathVariableLookup(
ctxt: NullablePointer[XmlXPathContext ref] tag,
name: String val)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPathVariableLookupNS
[Source]
fun box xmlXPathVariableLookupNS(
ctxt: NullablePointer[XmlXPathContext ref] tag,
name: String val,
nsuri: String val)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPathWrapCString
[Source]
fun box xmlXPathWrapCString(
xmlval: String val)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPathWrapExternal
[Source]
fun box xmlXPathWrapExternal(
xmlval: Pointer[None val] tag)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPathWrapNodeSet
[Source]
fun box xmlXPathWrapNodeSet(
xmlval: NullablePointer[XmlNodeSet ref] tag)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPathWrapString
[Source]
fun box xmlXPathWrapString(
xmlval: String val)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPatherror
[Source]
fun box xmlXPatherror(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
file: String val,
line: I32 val,
no: I32 val)
: None val
Parameters
Returns
xmlXPtrBuildNodeList
[Source]
fun box xmlXPtrBuildNodeList(
obj: NullablePointer[XmlXPathObject ref] tag)
: NullablePointer[XmlNode ref] ref
Parameters
Returns
xmlXPtrEval
[Source]
fun box xmlXPtrEval(
str: String val,
ctx: NullablePointer[XmlXPathContext ref] tag)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPtrEvalRangePredicate
[Source]
fun box xmlXPtrEvalRangePredicate(
ctxt: NullablePointer[XmlXPathParserContext ref] tag)
: None val
Parameters
Returns
xmlXPtrFreeLocationSet
[Source]
fun box xmlXPtrFreeLocationSet(
obj: NullablePointer[XmlLocationSet ref] tag)
: None val
Parameters
Returns
xmlXPtrLocationSetAdd
[Source]
fun box xmlXPtrLocationSetAdd(
cur: NullablePointer[XmlLocationSet ref] tag,
xmlval: NullablePointer[XmlXPathObject ref] tag)
: None val
Parameters
Returns
xmlXPtrLocationSetCreate
[Source]
fun box xmlXPtrLocationSetCreate(
xmlval: NullablePointer[XmlXPathObject ref] tag)
: NullablePointer[XmlLocationSet ref] ref
Parameters
Returns
xmlXPtrLocationSetDel
[Source]
fun box xmlXPtrLocationSetDel(
cur: NullablePointer[XmlLocationSet ref] tag,
xmlval: NullablePointer[XmlXPathObject ref] tag)
: None val
Parameters
Returns
xmlXPtrLocationSetMerge
[Source]
fun box xmlXPtrLocationSetMerge(
val1: NullablePointer[XmlLocationSet ref] tag,
val2: NullablePointer[XmlLocationSet ref] tag)
: NullablePointer[XmlLocationSet ref] ref
Parameters
Returns
xmlXPtrLocationSetRemove
[Source]
fun box xmlXPtrLocationSetRemove(
cur: NullablePointer[XmlLocationSet ref] tag,
xmlval: I32 val)
: None val
Parameters
Returns
xmlXPtrNewCollapsedRange
[Source]
fun box xmlXPtrNewCollapsedRange(
start: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPtrNewContext
[Source]
fun box xmlXPtrNewContext(
doc: NullablePointer[XmlDoc ref] tag,
here: NullablePointer[XmlNode ref] tag,
origin: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlXPathContext ref] ref
Parameters
Returns
xmlXPtrNewLocationSetNodeSet
[Source]
fun box xmlXPtrNewLocationSetNodeSet(
set: NullablePointer[XmlNodeSet ref] tag)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPtrNewLocationSetNodes
[Source]
fun box xmlXPtrNewLocationSetNodes(
start: NullablePointer[XmlNode ref] tag,
xmlend: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPtrNewRange
[Source]
fun box xmlXPtrNewRange(
start: NullablePointer[XmlNode ref] tag,
startindex: I32 val,
xmlend: NullablePointer[XmlNode ref] tag,
endindex: I32 val)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPtrNewRangeNodeObject
[Source]
fun box xmlXPtrNewRangeNodeObject(
start: NullablePointer[XmlNode ref] tag,
xmlend: NullablePointer[XmlXPathObject ref] tag)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPtrNewRangeNodePoint
[Source]
fun box xmlXPtrNewRangeNodePoint(
start: NullablePointer[XmlNode ref] tag,
xmlend: NullablePointer[XmlXPathObject ref] tag)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPtrNewRangeNodes
[Source]
fun box xmlXPtrNewRangeNodes(
start: NullablePointer[XmlNode ref] tag,
xmlend: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPtrNewRangePointNode
[Source]
fun box xmlXPtrNewRangePointNode(
start: NullablePointer[XmlXPathObject ref] tag,
xmlend: NullablePointer[XmlNode ref] tag)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPtrNewRangePoints
[Source]
fun box xmlXPtrNewRangePoints(
start: NullablePointer[XmlXPathObject ref] tag,
xmlend: NullablePointer[XmlXPathObject ref] tag)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
xmlXPtrRangeToFunction
[Source]
fun box xmlXPtrRangeToFunction(
ctxt: NullablePointer[XmlXPathParserContext ref] tag,
nargs: I32 val)
: None val
Parameters
Returns
xmlXPtrWrapLocationSet
[Source]
fun box xmlXPtrWrapLocationSet(
xmlval: NullablePointer[XmlLocationSet ref] tag)
: NullablePointer[XmlXPathObject ref] ref
Parameters
Returns
eq
[Source]
fun box eq(
that: LibXML2 val)
: Bool val
Parameters
Returns
ne
[Source]
fun box ne(
that: LibXML2 val)
: Bool val
Parameters
Returns