Skip to main content

LSP.pmod/RoxenStubs.pmod/RXML.pike

Overview

RXML.pike - Stub module for RXML (Roxen XML) framework LSP support

Provides minimal stub implementations of RXML classes to allow

Pike code using RXML APIs to compile during LSP analysis.

RXML.Tag flag constants (Roxen 6.1)

RXML.Tag stub - base class for RXML tags

In real Roxen, this is used to create custom RXML tags

RXML.TagSet stub - collection of RXML tags

In real Roxen, this manages tag namespaces and containers

RXML.PXml stub - XML parser utility

In real Roxen, this parses XML/RXML content

RXML.Roxen stub - main RXML namespace

Symbols

SymbolTypeLine
Tagclass13
TagSetclass26
PXmlclass58
Roxenclass71
FLAG_EMPTY_ELEMENTconstant7
FLAG_STREAM_CONTENTconstant8
FLAG_DONT_REPORT_RESULTconstant9
createfunction16
createfunction28
add_tagfunction33
remove_tagfunction44
register_tagfunction48
createfunction60
get_xmlfunction65