Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions
LDOMParser Class Reference

#include <LDOMParser.hxx>

Inheritance diagram for LDOMParser:
Inheritance graph
[legend]

Public Member Functions

 LDOMParser ()
 
virtual ~LDOMParser ()
 
LDOM_Document getDocument ()
 
bool parse (const char *const aFileName)
 
bool parse (std::istream &anInput, const bool theTagPerStep=false, const bool theWithoutRoot=false)
 
const TCollection_AsciiStringGetError (TCollection_AsciiString &aData) const
 
LDOM_OSStream::BOMType GetBOM () const
 

Protected Member Functions

virtual bool startElement ()
 
virtual bool endElement ()
 
LDOM_Element getCurrentElement () const
 

Constructor & Destructor Documentation

◆ LDOMParser()

LDOMParser::LDOMParser ( )
inline

◆ ~LDOMParser()

virtual LDOMParser::~LDOMParser ( )
virtual

Member Function Documentation

◆ endElement()

virtual bool LDOMParser::endElement ( )
protectedvirtual

Reimplemented in PCDM_DOMHeaderParser.

◆ GetBOM()

LDOM_OSStream::BOMType LDOMParser::GetBOM ( ) const

◆ getCurrentElement()

LDOM_Element LDOMParser::getCurrentElement ( ) const
protected

◆ getDocument()

LDOM_Document LDOMParser::getDocument ( )

◆ GetError()

const TCollection_AsciiString & LDOMParser::GetError ( TCollection_AsciiString & aData) const

◆ parse() [1/2]

bool LDOMParser::parse ( const char *const aFileName)

◆ parse() [2/2]

bool LDOMParser::parse ( std::istream & anInput,
const bool theTagPerStep = false,
const bool theWithoutRoot = false )

◆ startElement()

virtual bool LDOMParser::startElement ( )
protectedvirtual

Reimplemented in PCDM_DOMHeaderParser.


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