|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParseException | |
|---|---|
| org.apache.jackrabbit.commons.cnd | |
| Uses of ParseException in org.apache.jackrabbit.commons.cnd |
|---|
| Methods in org.apache.jackrabbit.commons.cnd that throw ParseException | |
|---|---|
void |
Lexer.fail(java.lang.String message)
Creates a failure exception including the current line number and systemid. |
void |
Lexer.fail(java.lang.String message,
java.lang.Throwable e)
Creates a failure exception including the current line number and systemid. |
void |
Lexer.fail(java.lang.Throwable e)
Creates a failure exception including the current line number and systemid. |
java.lang.String |
Lexer.getNextToken()
getNextToken |
static NodeType[] |
CndImporter.registerNodeTypes(java.io.Reader cnd,
Session session)
Shortcut for |
static NodeType[] |
CndImporter.registerNodeTypes(java.io.Reader cnd,
java.lang.String systemId,
NodeTypeManager nodeTypeManager,
NamespaceRegistry namespaceRegistry,
ValueFactory valueFactory,
boolean reregisterExisting)
Registers nodetypes in cnd format. |
| Constructors in org.apache.jackrabbit.commons.cnd that throw ParseException | |
|---|---|
CompactNodeTypeDefReader(java.io.Reader r,
java.lang.String systemId,
DefinitionBuilderFactory<T,N> factory)
Creates a new CND reader and parses the given stream. |
|
CompactNodeTypeDefReader(java.io.Reader r,
java.lang.String systemId,
N nsMapping,
DefinitionBuilderFactory<T,N> factory)
Creates a new CND reader and parses the given stream. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||