|
| NclDocumentParser (IDeviceLayout *deviceLayout) |
|
NclTransitionParser * | getTransitionParser () |
|
NclConnectorsParser * | getConnectorsParser () |
|
void | setConnectorsParser (NclConnectorsParser *connectorsParser) |
|
NclImportParser * | getImportParser () |
|
void | setBaseReuseParser (NclImportParser *importParser) |
|
NclPresentationControlParser * | getPresentationControlParser () |
|
void | setPresentationControlParser (NclPresentationControlParser *presentationControlParser) |
|
NclComponentsParser * | getComponentsParser () |
|
void | setComponentsParser (NclComponentsParser *componentsParser) |
|
NclStructureParser * | getStructureParser () |
|
void | setStructureParser (NclStructureParser *structureParser) |
|
NclPresentationSpecificationParser * | getPresentationSpecificationParser () |
|
void | setPresentationSpecificationParser (NclPresentationSpecificationParser *presentationSpecificationParser) |
|
NclLayoutParser * | getLayoutParser () |
|
void | setLayoutParser (NclLayoutParser *layoutParser) |
|
NclInterfacesParser * | getInterfacesParser () |
|
void | setInterfacesParser (NclInterfacesParser *interfacesParser) |
|
NclMetainformationParser * | getMetainformationParser () |
|
void | setMetainformationParser (NclMetainformationParser *metainformationParser) |
|
NclLinkingParser * | getLinkingParser () |
|
void | setLinkingParser (NclLinkingParser *linkingParser) |
|
void * | parse (string uri, string iUriD, string fUriD) |
|
void * | parse (DOMElement *rootElement, string uri) |
|
string | getIUriD () |
|
string | getFUriD () |
|
string | getUserCurrentPath () |
|
bool | checkUriPrefix (string uri) |
|
bool | isAbsolutePath (string path) |
|
bool | isXmlStr (string location) |
|
string | getAbsolutePath (string path) |
|
string | getDocumentUri () |
|
string | getDocumentPath () |
|
void | setDocumentPath (string path) |
|
DOMDocument * | getDocumentTree () |
|
void | addObject (string tableName, string key, void *value) |
|
void * | getObject (string tableName, string key) |
|
void | removeObject (string tableName, string key) |
|
void | addObjectGrouped (string tableName, string key, void *value) |
|
bool | importDocument (DocumentParser *parser, string docLocation) |
|