버전

menu_open
Wwise SDK 2022.1.13
AK.Wwise::Plugin::V1::XmlWriter 클래스 참조

API interface for XML-based plug-in persistence. 더 자세히 ...

#include <HostXml.h>

AK.Wwise::Plugin::V1::XmlWriter에 대한 상속 다이어그램 :
AK.Wwise::Plugin::CBaseInstanceGlue< CHostXml, CHostXml::WriterInstance > ak_wwise_plugin_host_xml_writer_instance_v1 AK.Wwise::Plugin::CBaseInterfaceGlue< CHostXml > ak_wwise_plugin_cpp_base_instance ak_wwise_plugin_instance_ptr

클래스

class  AutoStartEndElement
 Use this class to handle the WriteStartElement/WriteEndElement pair automatically in a C++ scope. 더 자세히 ...
 

Public 타입

enum  : InterfaceTypeValue { k_interfaceType = AK_WWISE_PLUGIN_INTERFACE_TYPE_HOST_XML }
 The interface type, as requested by this plug-in. 더 자세히 ...
 
enum  : InterfaceVersion { k_interfaceVersion = 1 }
 The interface version, as requested by this plug-in. 더 자세히 ...
 
using Interface = CHostXml
 
- AK.Wwise::Plugin::CBaseInstanceGlue< CHostXml, CHostXml::WriterInstance >(으)로부터 상속된 Public 타입
using Instance = CHostXml::WriterInstance
 
- AK.Wwise::Plugin::CBaseInterfaceGlue< CHostXml >(으)로부터 상속된 Public 타입
using GluedInterface = CHostXml
 

Public 멤버 함수

bool IsReady () const
 Determines if the writer is ready to be used. 더 자세히 ...
 
AK::Wwise::Plugin::XmlWriteReady::WriteReady GetReadyState () const
 Determines the state of readiness of the writer. 더 자세히 ...
 
bool Append (XmlWriter &in_writerToAppend)
 Appending a first XML writer to a second XML writer. 더 자세히 ...
 
AK::Wwise::Plugin::XmlWriteState::WriteState GetWriteState () const
 Retrieves the state of the node the writer is currently populating. 더 자세히 ...
 
void WriteStartDocument ()
 Starts a new XML document. 더 자세히 ...
 
void WriteEndDocument ()
 Ends a completed XML document. 더 자세히 ...
 
void WriteStartElement (const char *in_rcsElementName, AK::Wwise::Plugin::XmlElementType::ElementType in_eType)
 Creates a new inner node. 더 자세히 ...
 
void WriteEndElement ()
 Closes the previous node. 더 자세히 ...
 
void WriteAttributeString (const char *in_rcsAttribute, const char *in_rcsValue)
 Adds an attribute to the current node. 더 자세히 ...
 
void WriteString (const char *in_rcsValue)
 Appends a string as value to the current node. 더 자세히 ...
 
void WriteCData (const char *in_rcsValue)
 Appends a raw CDATA string as value to the current node. 더 자세히 ...
 
void WriteRaw (const char *in_rcsValue)
 Appends a raw string at this precise point of the XML file. 더 자세히 ...
 
- ak_wwise_plugin_cpp_base_instance(으)로부터 상속된 Public 멤버 함수
virtual ~ak_wwise_plugin_cpp_base_instance ()
 

추가로 상속된 멤버들

- AK.Wwise::Plugin::CBaseInterfaceGlue< CHostXml >(으)로부터 상속된 정적 Public 속성
static GluedInterfaceg_cinterface
 The unique instance of the CInterface interface. Defined at nullptr first, overridden by the Host once loaded. 더 자세히 ...
 

상세한 설명

API interface for XML-based plug-in persistence.

The XML plug-in persistence is useful when a plug-in provides custom data handling. Normally, plug-in data is stored through the property sets (see PropertySet and ObjectStore). However, a plug-in might provide its own custom handling. For complex interfaces, it might be worthwhile to use the CustomData interface. Loading and saving can then be done through this XML interface.

The XML interface represents a cursor pointing to a node (element), alongside methods to navigate through the hierarchy.

참고: One unique XML interface is provided for both reading and writing XML. Depending on the instance being provided, it will allow reading or writing through this interface.

It can either be a ak_wwise_plugin_host_xml_reader_instance_v1 or a ak_wwise_plugin_host_xml_writer_instance_v1.

HostXml.h 파일의 755 번째 라인에서 정의되었습니다.


이 페이지가 도움이 되었나요?

지원이 필요하신가요?

질문이 있으신가요? 문제를 겪고 계신가요? 더 많은 정보가 필요하신가요? 저희에게 문의해주시면 도와드리겠습니다!

지원 페이지를 방문해 주세요

작업하는 프로젝트에 대해 알려주세요. 언제든지 도와드릴 준비가 되어 있습니다.

프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.

Wwise를 시작해 보세요