ot::xml
class XMLInputSource
#include "ot/xml/XMLInputSource.h"
A single input source for an XML entity.
This class allows an application to encapsulate information about an input source in a single object, which may include a public identifier, a system identifier, a byte stream (possibly with a specified encoding), and/or a character stream.
| Constructor/Destructor Detail |
XMLInputSource
XMLInputSource()
-
XMLInputSource
XMLInputSource(InputStream* pInputStream)
-
XMLInputSource
XMLInputSource(Reader* pReader)
-
XMLInputSource
XMLInputSource(const String& systemId)
-
getEncoding
String getEncoding() const
-
getInputStream
RefPtr< InputStream > getInputStream() const
-
getPublicId
String getPublicId() const
-
getReader
RefPtr< Reader > getReader() const
-
getSystemId
String getSystemId() const
-
setEncoding
void setEncoding(const String& encoding)
-
setInputStream
void setInputStream(InputStream* pInputStream)
-
setPublicId
void setPublicId(const String& publicId)
-
setReader
void setReader(Reader* pReader)
-
setSystemId
void setSystemId(const String& systemId)
-
Found a bug or missing feature? Please email us at support@elcel.com