Poco::FastInfoset

class UnparsedEntity

File Information

Library: FastInfoset
Package: FastInfoset
Header: Poco/FastInfoset/UnparsedEntity.h

Description

Stores data fro an UnparsedEntity event

Member Summary

Member Functions: getName, getNotationName, getPublicId, getSystemId, setName, setNotationName, setPublicId, setSystemId

Constructors

UnparsedEntity

UnparsedEntity();

Creates an uninitialized UnparsedEntity.

UnparsedEntity

UnparsedEntity(
    const std::string & name,
    const std::string & publicId,
    const std::string & systemId,
    const std::string & notationName
);

Creates the UnparsedEntity.

Destructor

~UnparsedEntity

~UnparsedEntity();

Destroys the UnparsedEntity.

Member Functions

getName inline

const std::string & getName() const;

Returns the name of the UnparsedEntity

getNotationName inline

const std::string & getNotationName() const;

Returns the notation name

getPublicId inline

const std::string & getPublicId() const;

Returns the publicId

getSystemId inline

const std::string & getSystemId() const;

Returns the systemId

setName inline

void setName(
    const std::string & val
);

Sets the UnparsedEntity name

setNotationName inline

void setNotationName(
    const std::string & val
);

Sets the notation name

setPublicId inline

void setPublicId(
    const std::string & val
);

Sets the publicId

setSystemId inline

void setSystemId(
    const std::string & val
);

Sets the systemId

Securely control IoT edge devices from anywhere   Connect a Device