Vita3K/vita3k/modules/SceLibXml/SceLibXml.h
hobyst 168dfb19ca Add license notice on source files which didn't have one
- Also updated the copyright notice year on all files to 2021
2021-08-19 23:14:27 +02:00

207 lines
10 KiB
C++

// Vita3K emulator project
// Copyright (C) 2021 Vita3K team
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License along
// with this program; if not, write to the Free Software Foundation, Inc.,
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#pragma once
#include <module/module.h>
BRIDGE_DECL(_ZN3sce3Xml10SimpleDataC1EPKcj)
BRIDGE_DECL(_ZN3sce3Xml10SimpleDataC1Ev)
BRIDGE_DECL(_ZN3sce3Xml10SimpleDataC2EPKcj)
BRIDGE_DECL(_ZN3sce3Xml10SimpleDataC2Ev)
BRIDGE_DECL(_ZN3sce3Xml11Initializer10initializeEPKNS0_13InitParameterE)
BRIDGE_DECL(_ZN3sce3Xml11Initializer9terminateEv)
BRIDGE_DECL(_ZN3sce3Xml11InitializerC1Ev)
BRIDGE_DECL(_ZN3sce3Xml11InitializerC2Ev)
BRIDGE_DECL(_ZN3sce3Xml11InitializerD1Ev)
BRIDGE_DECL(_ZN3sce3Xml11InitializerD2Ev)
BRIDGE_DECL(_ZN3sce3Xml12MemAllocatorC1Ev)
BRIDGE_DECL(_ZN3sce3Xml12MemAllocatorC2Ev)
BRIDGE_DECL(_ZN3sce3Xml12MemAllocatorD0Ev)
BRIDGE_DECL(_ZN3sce3Xml12MemAllocatorD1Ev)
BRIDGE_DECL(_ZN3sce3Xml12MemAllocatorD2Ev)
BRIDGE_DECL(_ZN3sce3Xml13AttributeList10initializeEPKNS0_11InitializerE)
BRIDGE_DECL(_ZN3sce3Xml13AttributeList12addAttributeEPKNS0_6StringES4_)
BRIDGE_DECL(_ZN3sce3Xml13AttributeList5clearEv)
BRIDGE_DECL(_ZN3sce3Xml13AttributeList9terminateEv)
BRIDGE_DECL(_ZN3sce3Xml13AttributeListC1ERKS1_)
BRIDGE_DECL(_ZN3sce3Xml13AttributeListC1Ev)
BRIDGE_DECL(_ZN3sce3Xml13AttributeListC2ERKS1_)
BRIDGE_DECL(_ZN3sce3Xml13AttributeListC2Ev)
BRIDGE_DECL(_ZN3sce3Xml13AttributeListD1Ev)
BRIDGE_DECL(_ZN3sce3Xml13AttributeListD2Ev)
BRIDGE_DECL(_ZN3sce3Xml14VarAllocBuffer4copyEPKhjb)
BRIDGE_DECL(_ZN3sce3Xml14VarAllocBuffer5clearEv)
BRIDGE_DECL(_ZN3sce3Xml14VarAllocBuffer7copyStrEPKcj)
BRIDGE_DECL(_ZN3sce3Xml14VarAllocBuffer7copyStrERKNS0_6StringE)
BRIDGE_DECL(_ZN3sce3Xml14VarAllocBuffer7reserveEj)
BRIDGE_DECL(_ZN3sce3Xml14VarAllocBuffer9terminateEv)
BRIDGE_DECL(_ZN3sce3Xml14VarAllocBufferC1EPKNS0_11InitializerE)
BRIDGE_DECL(_ZN3sce3Xml14VarAllocBufferC2EPKNS0_11InitializerE)
BRIDGE_DECL(_ZN3sce3Xml14VarAllocBufferD0Ev)
BRIDGE_DECL(_ZN3sce3Xml14VarAllocBufferD1Ev)
BRIDGE_DECL(_ZN3sce3Xml14VarAllocBufferD2Ev)
BRIDGE_DECL(_ZN3sce3Xml18SerializeParameterC1Ev)
BRIDGE_DECL(_ZN3sce3Xml18SerializeParameterC2Ev)
BRIDGE_DECL(_ZN3sce3Xml20bXResultToResultTypeEi)
BRIDGE_DECL(_ZN3sce3Xml23getMemManagerDebugLevelEv)
BRIDGE_DECL(_ZN3sce3Xml23setMemManagerDebugLevelEi)
BRIDGE_DECL(_ZN3sce3Xml3Dom15DocumentBuilder10initializeEPKNS0_11InitializerE)
BRIDGE_DECL(_ZN3sce3Xml3Dom15DocumentBuilder11getDocumentEv)
BRIDGE_DECL(_ZN3sce3Xml3Dom15DocumentBuilder16setResolveEntityEb)
BRIDGE_DECL(_ZN3sce3Xml3Dom15DocumentBuilder20setSkipIgnorableTextEb)
BRIDGE_DECL(_ZN3sce3Xml3Dom15DocumentBuilder26setSkipIgnorableWhiteSpaceEb)
BRIDGE_DECL(_ZN3sce3Xml3Dom15DocumentBuilder5parseEPKNS0_6StringEb)
BRIDGE_DECL(_ZN3sce3Xml3Dom15DocumentBuilder9terminateEv)
BRIDGE_DECL(_ZN3sce3Xml3Dom15DocumentBuilderC1Ev)
BRIDGE_DECL(_ZN3sce3Xml3Dom15DocumentBuilderC2Ev)
BRIDGE_DECL(_ZN3sce3Xml3Dom15DocumentBuilderD1Ev)
BRIDGE_DECL(_ZN3sce3Xml3Dom15DocumentBuilderD2Ev)
BRIDGE_DECL(_ZN3sce3Xml3Dom4Node11appendChildEy)
BRIDGE_DECL(_ZN3sce3Xml3Dom4Node11removeChildEy)
BRIDGE_DECL(_ZN3sce3Xml3Dom4Node12insertBeforeEyy)
BRIDGE_DECL(_ZN3sce3Xml3Dom4NodeC1Ey)
BRIDGE_DECL(_ZN3sce3Xml3Dom4NodeC2Ey)
BRIDGE_DECL(_ZN3sce3Xml3Dom4NodeD1Ev)
BRIDGE_DECL(_ZN3sce3Xml3Dom4NodeD2Ev)
BRIDGE_DECL(_ZN3sce3Xml3Dom8Document10importNodeEyyPKS2_y)
BRIDGE_DECL(_ZN3sce3Xml3Dom8Document10initializeEPKNS0_11InitializerE)
BRIDGE_DECL(_ZN3sce3Xml3Dom8Document10insertNodeEyyy)
BRIDGE_DECL(_ZN3sce3Xml3Dom8Document11removeChildEyy)
BRIDGE_DECL(_ZN3sce3Xml3Dom8Document11resetStatusEv)
BRIDGE_DECL(_ZN3sce3Xml3Dom8Document11setWritableEv)
BRIDGE_DECL(_ZN3sce3Xml3Dom8Document12importParentEPKS2_y)
BRIDGE_DECL(_ZN3sce3Xml3Dom8Document12setAttrValueEyPKNS0_6StringES5_)
BRIDGE_DECL(_ZN3sce3Xml3Dom8Document12setAttributeEyPKNS0_6StringES5_)
BRIDGE_DECL(_ZN3sce3Xml3Dom8Document13createElementEPKNS0_6StringEPKNS0_13AttributeListES5_)
BRIDGE_DECL(_ZN3sce3Xml3Dom8Document13recurseDeleteEy)
BRIDGE_DECL(_ZN3sce3Xml3Dom8Document14createTextNodeEPKNS0_6StringE)
BRIDGE_DECL(_ZN3sce3Xml3Dom8Document15addElementChildEyPKNS0_6StringEPKNS0_13AttributeListES5_)
BRIDGE_DECL(_ZN3sce3Xml3Dom8Document15removeAttributeEyPKNS0_6StringE)
BRIDGE_DECL(_ZN3sce3Xml3Dom8Document16removeAttributesEy)
BRIDGE_DECL(_ZN3sce3Xml3Dom8Document16setAttributeListEyPKNS0_13AttributeListE)
BRIDGE_DECL(_ZN3sce3Xml3Dom8Document7setTextEyPKNS0_6StringE)
BRIDGE_DECL(_ZN3sce3Xml3Dom8Document9serializeEPKNS0_18SerializeParameterEPNS0_6StringE)
BRIDGE_DECL(_ZN3sce3Xml3Dom8Document9terminateEv)
BRIDGE_DECL(_ZN3sce3Xml3Dom8DocumentC1ERKS2_)
BRIDGE_DECL(_ZN3sce3Xml3Dom8DocumentC1Ev)
BRIDGE_DECL(_ZN3sce3Xml3Dom8DocumentC2ERKS2_)
BRIDGE_DECL(_ZN3sce3Xml3Dom8DocumentC2Ev)
BRIDGE_DECL(_ZN3sce3Xml3Dom8DocumentD1Ev)
BRIDGE_DECL(_ZN3sce3Xml3Dom8DocumentD2Ev)
BRIDGE_DECL(_ZN3sce3Xml3Dom8DocumentaSERKS2_)
BRIDGE_DECL(_ZN3sce3Xml3Dom8NodeList10initializeEPKNS0_11InitializerE)
BRIDGE_DECL(_ZN3sce3Xml3Dom8NodeList10insertLastEy)
BRIDGE_DECL(_ZN3sce3Xml3Dom8NodeList10removeItemEy)
BRIDGE_DECL(_ZN3sce3Xml3Dom8NodeList11insertFirstEy)
BRIDGE_DECL(_ZN3sce3Xml3Dom8NodeList5clearEv)
BRIDGE_DECL(_ZN3sce3Xml3Dom8NodeList9terminateEv)
BRIDGE_DECL(_ZN3sce3Xml3Dom8NodeListC1ERKS2_)
BRIDGE_DECL(_ZN3sce3Xml3Dom8NodeListC1Ev)
BRIDGE_DECL(_ZN3sce3Xml3Dom8NodeListC2ERKS2_)
BRIDGE_DECL(_ZN3sce3Xml3Dom8NodeListC2Ev)
BRIDGE_DECL(_ZN3sce3Xml3Dom8NodeListD1Ev)
BRIDGE_DECL(_ZN3sce3Xml3Dom8NodeListD2Ev)
BRIDGE_DECL(_ZN3sce3Xml3Sax6Parser10initializeEPKNS0_11InitializerE)
BRIDGE_DECL(_ZN3sce3Xml3Sax6Parser11setUserDataEPv)
BRIDGE_DECL(_ZN3sce3Xml3Sax6Parser16setResolveEntityEb)
BRIDGE_DECL(_ZN3sce3Xml3Sax6Parser18setDocumentHandlerEPNS1_15DocumentHandlerE)
BRIDGE_DECL(_ZN3sce3Xml3Sax6Parser26setSkipIgnorableWhiteSpaceEb)
BRIDGE_DECL(_ZN3sce3Xml3Sax6Parser5parseEPKNS0_6StringEb)
BRIDGE_DECL(_ZN3sce3Xml3Sax6Parser5resetEv)
BRIDGE_DECL(_ZN3sce3Xml3Sax6Parser9terminateEv)
BRIDGE_DECL(_ZN3sce3Xml3Sax6ParserC1Ev)
BRIDGE_DECL(_ZN3sce3Xml3Sax6ParserC2Ev)
BRIDGE_DECL(_ZN3sce3Xml3Sax6ParserD1Ev)
BRIDGE_DECL(_ZN3sce3Xml3Sax6ParserD2Ev)
BRIDGE_DECL(_ZN3sce3Xml4Attr10initializeEPKNS0_11InitializerE)
BRIDGE_DECL(_ZN3sce3Xml4Attr7setNameEPKNS0_6StringE)
BRIDGE_DECL(_ZN3sce3Xml4Attr8setValueEPKNS0_6StringE)
BRIDGE_DECL(_ZN3sce3Xml4Attr9terminateEv)
BRIDGE_DECL(_ZN3sce3Xml4AttrC1ERKS1_)
BRIDGE_DECL(_ZN3sce3Xml4AttrC1Ev)
BRIDGE_DECL(_ZN3sce3Xml4AttrC2ERKS1_)
BRIDGE_DECL(_ZN3sce3Xml4AttrC2Ev)
BRIDGE_DECL(_ZN3sce3Xml4AttrD1Ev)
BRIDGE_DECL(_ZN3sce3Xml4AttrD2Ev)
BRIDGE_DECL(_ZN3sce3Xml4AttraSERKS1_)
BRIDGE_DECL(_ZN3sce3Xml4Util9strResultEi)
BRIDGE_DECL(_ZN3sce3Xml6StringC1EPKc)
BRIDGE_DECL(_ZN3sce3Xml6StringC1EPKcj)
BRIDGE_DECL(_ZN3sce3Xml6StringC1ERKS1_)
BRIDGE_DECL(_ZN3sce3Xml6StringC1Ev)
BRIDGE_DECL(_ZN3sce3Xml6StringC2EPKc)
BRIDGE_DECL(_ZN3sce3Xml6StringC2EPKcj)
BRIDGE_DECL(_ZN3sce3Xml6StringC2ERKS1_)
BRIDGE_DECL(_ZN3sce3Xml6StringC2Ev)
BRIDGE_DECL(_ZN3sce3Xml6StringaSERKS1_)
BRIDGE_DECL(_ZNK3sce3Xml13AttributeList11isAvailableEv)
BRIDGE_DECL(_ZNK3sce3Xml13AttributeList12getAttributeEPKNS0_6StringE)
BRIDGE_DECL(_ZNK3sce3Xml13AttributeList12getAttributeEj)
BRIDGE_DECL(_ZNK3sce3Xml13AttributeList9getLengthEv)
BRIDGE_DECL(_ZNK3sce3Xml3Dom13DocumentDebug13getStructSizeEv)
BRIDGE_DECL(_ZNK3sce3Xml3Dom13DocumentDebug16getAttrTableSizeEv)
BRIDGE_DECL(_ZNK3sce3Xml3Dom13DocumentDebug16getCharTableSizeEv)
BRIDGE_DECL(_ZNK3sce3Xml3Dom13DocumentDebug19getElementTableSizeEv)
BRIDGE_DECL(_ZNK3sce3Xml3Dom4Node11getNodeNameEv)
BRIDGE_DECL(_ZNK3sce3Xml3Dom4Node11getNodeTypeEv)
BRIDGE_DECL(_ZNK3sce3Xml3Dom4Node11isAvailableEv)
BRIDGE_DECL(_ZNK3sce3Xml3Dom4Node12getLastChildEv)
BRIDGE_DECL(_ZNK3sce3Xml3Dom4Node12getNodeValueEv)
BRIDGE_DECL(_ZNK3sce3Xml3Dom4Node13getAttributesEv)
BRIDGE_DECL(_ZNK3sce3Xml3Dom4Node13getChildNodesEv)
BRIDGE_DECL(_ZNK3sce3Xml3Dom4Node13getFirstChildEv)
BRIDGE_DECL(_ZNK3sce3Xml3Dom4Node13getParentNodeEv)
BRIDGE_DECL(_ZNK3sce3Xml3Dom4Node13hasAttributesEv)
BRIDGE_DECL(_ZNK3sce3Xml3Dom4Node13hasChildNodesEv)
BRIDGE_DECL(_ZNK3sce3Xml3Dom4Node14getNextSiblingEv)
BRIDGE_DECL(_ZNK3sce3Xml3Dom4Node16getOwnerDocumentEv)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8Document10getDocRootEv)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8Document10getSiblingEy)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8Document10getXmlMetaEv)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8Document10isReadOnlyEv)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8Document11getAttrNameEy)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8Document11getNextAttrEy)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8Document11getNodeNameEy)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8Document11getNodeTypeEy)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8Document11isAvailableEv)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8Document12getAttrValueEy)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8Document12getAttributeEyPKNS0_6StringE)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8Document12getFirstAttrEy)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8Document12getLastChildEy)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8Document13getAttributesEyPNS1_8NodeListE)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8Document13getChildNodesEyPNS1_8NodeListE)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8Document13getEntityTypeEy)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8Document13getFirstChildEy)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8Document13hasAttributesEy)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8Document13hasChildNodesEy)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8Document14getSkippedTextEy)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8Document20getElementsByTagNameEyPKNS0_6StringEPNS1_8NodeListE)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8Document7getRootEv)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8Document7getTextEy)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8Document9getEntityEy)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8Document9getParentEy)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8Document9getStatusEv)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8NodeList11isAvailableEv)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8NodeList4itemEj)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8NodeList8findItemEPKNS0_6StringE)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8NodeList8findItemEy)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8NodeList9getLengthEv)
BRIDGE_DECL(_ZNK3sce3Xml3Dom8NodeListixEj)
BRIDGE_DECL(_ZNK3sce3Xml4Attr11isAvailableEv)
BRIDGE_DECL(_ZNK3sce3Xml4Attr7getNameEv)
BRIDGE_DECL(_ZNK3sce3Xml4Attr8getValueEv)