| Package | Description |
|---|---|
| org.jahia.services.content.nodetypes |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeTypeRegistry.addDefinitionsFile(File file,
String systemId) |
void |
NodeTypeRegistry.addDefinitionsFile(File file,
String systemId,
ModuleVersion version)
Deprecated.
|
void |
NodeTypeRegistry.addDefinitionsFile(List<? extends org.springframework.core.io.Resource> resources,
String systemId) |
void |
NodeTypeRegistry.addDefinitionsFile(org.springframework.core.io.Resource resource,
String systemId) |
void |
NodeTypeRegistry.addDefinitionsFile(org.springframework.core.io.Resource resource,
String systemId,
ModuleVersion version)
Deprecated.
|
void |
LexerLegacy.fail(String message) |
void |
Lexer.fail(String message)
Creates a failure exception including the current line number and systemid.
|
void |
LexerLegacy.fail(String message,
Throwable e) |
void |
Lexer.fail(String message,
Throwable e)
Creates a failure exception including the current line number and systemid.
|
void |
LexerLegacy.fail(Throwable e) |
void |
Lexer.fail(Throwable e)
Creates a failure exception including the current line number and systemid.
|
List<ExtendedNodeType> |
NodeTypeRegistry.getDefinitionsFromFile(org.springframework.core.io.Resource resource,
String systemId)
Reads the specified CND file resource and parses it to obtain a list of node type definitions.
|
String |
LexerLegacy.getNextToken()
getNextToken
|
String |
Lexer.getNextToken()
getNextToken
|
protected void |
JahiaCndReader.nextToken()
Gets the next token from the underlying lexer.
|
protected void |
JahiaCndReaderLegacy.nextToken()
Gets the next token from the underlying LexerLegacy.
|
void |
JahiaCndReader.parse()
Parses the definition
|
void |
JahiaCndReaderLegacy.parse()
Parses the definition
|
void |
JahiaGroupingFileReader.parse()
Parses the definition
|
protected Name |
JahiaCndReader.parseName(String name) |
protected Name |
JahiaCndReaderLegacy.parseName(String name) |
| Constructor and Description |
|---|
JahiaCndReaderLegacy(Reader r,
String filename,
String systemId,
NodeTypeRegistry registry)
Creates a new CND reader.
|
JahiaGroupingFileReader(Reader r,
String filename,
String systemId,
NodeTypeRegistry registry)
Creates a new CND reader.
|
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.