ICU 75.1 75.1
Loading...
Searching...
No Matches
Data Structures | Public Member Functions | Friends
icu::message2::data_model::Markup Class Reference

The Markup class corresponds to the markup nonterminal in the MessageFormat 2 grammar and the markup interface defined in https://github.com/unicode-org/message-format-wg/blob/main/spec/data-model/message.json. More...

#include <messageformat2_data_model.h>

Inheritance diagram for icu::message2::data_model::Markup:
icu::UObject icu::UMemory

Data Structures

class  Builder
 The mutable Markup::Builder class allows the markup to be constructed incrementally. More...
 

Public Member Functions

UBool isOpen () const
 Checks if this markup is an opening tag.
 
UBool isClose () const
 Checks if this markup is an closing tag.
 
UBool isStandalone () const
 Checks if this markup is an standalone tag.
 
const UnicodeStringgetName () const
 Gets the name of this markup.
 
std::vector< OptiongetOptions () const
 Gets the options of this markup.
 
std::vector< OptiongetAttributes () const
 Gets the attributes of this markup.
 
 Markup ()
 Default constructor.
 
virtual ~Markup ()
 Destructor.
 
- Public Member Functions inherited from icu::UObject
virtual ~UObject ()
 Destructor.
 
virtual UClassID getDynamicClassID () const
 ICU4C "poor man's RTTI", returns a UClassID for the actual ICU class.
 

Friends

class Builder
 
class message2::Serializer
 

Detailed Description

The Markup class corresponds to the markup nonterminal in the MessageFormat 2 grammar and the markup interface defined in https://github.com/unicode-org/message-format-wg/blob/main/spec/data-model/message.json.

Markup is immutable, copyable and movable.

Internal:
Do not use. This API is for internal use only. ICU 75.0 technology preview
Deprecated:
This API is for technology preview only.

Definition at line 1278 of file messageformat2_data_model.h.

Constructor & Destructor Documentation

◆ Markup()

icu::message2::data_model::Markup::Markup ( )
inline

Default constructor.

Puts the Markup into a valid but undefined state.

Internal:
Do not use. This API is for internal use only. ICU 75.0 technology preview
Deprecated:
This API is for technology preview only.

Definition at line 1341 of file messageformat2_data_model.h.

◆ ~Markup()

virtual icu::message2::data_model::Markup::~Markup ( )
virtual

Destructor.

Internal:
Do not use. This API is for internal use only. ICU 75.0 technology preview
Deprecated:
This API is for technology preview only.

Member Function Documentation

◆ getAttributes()

std::vector< Option > icu::message2::data_model::Markup::getAttributes ( ) const
inline

Gets the attributes of this markup.

Returns
A vector of attributes
Internal:
Do not use. This API is for internal use only. ICU 75.0 technology preview
Deprecated:
This API is for technology preview only.

Definition at line 1333 of file messageformat2_data_model.h.

◆ getName()

const UnicodeString & icu::message2::data_model::Markup::getName ( ) const
inline

Gets the name of this markup.

Returns
A reference to the string identifying the markup
Internal:
Do not use. This API is for internal use only. ICU 75.0 technology preview
Deprecated:
This API is for technology preview only.

Definition at line 1315 of file messageformat2_data_model.h.

◆ getOptions()

std::vector< Option > icu::message2::data_model::Markup::getOptions ( ) const
inline

Gets the options of this markup.

Returns
A reference to the string identifying the markup
Internal:
Do not use. This API is for internal use only. ICU 75.0 technology preview
Deprecated:
This API is for technology preview only.

Definition at line 1324 of file messageformat2_data_model.h.

◆ isClose()

UBool icu::message2::data_model::Markup::isClose ( ) const
inline

Checks if this markup is an closing tag.

Returns
True if and only if this represents an closing tag.
Internal:
Do not use. This API is for internal use only. ICU 75.0 technology preview
Deprecated:
This API is for technology preview only.

Definition at line 1297 of file messageformat2_data_model.h.

◆ isOpen()

UBool icu::message2::data_model::Markup::isOpen ( ) const
inline

Checks if this markup is an opening tag.

Returns
True if and only if this represents an opening tag.
Internal:
Do not use. This API is for internal use only. ICU 75.0 technology preview
Deprecated:
This API is for technology preview only.

Definition at line 1288 of file messageformat2_data_model.h.

◆ isStandalone()

UBool icu::message2::data_model::Markup::isStandalone ( ) const
inline

Checks if this markup is an standalone tag.

Returns
True if and only if this represents a standalone tag.
Internal:
Do not use. This API is for internal use only. ICU 75.0 technology preview
Deprecated:
This API is for technology preview only.

Definition at line 1306 of file messageformat2_data_model.h.

Friends And Related Symbol Documentation

◆ Builder

Definition at line 1479 of file messageformat2_data_model.h.

◆ message2::Serializer

friend class message2::Serializer
friend

Definition at line 1480 of file messageformat2_data_model.h.


The documentation for this class was generated from the following file: