| Package | Description |
|---|---|
| org.apache.jackrabbit.commons.cnd |
| Modifier and Type | Method and Description |
|---|---|
void |
Lexer.fail(String message)
Creates a failure exception including the current line number and systemid.
|
void |
Lexer.fail(String message,
Throwable e)
Creates a failure exception including the current line number and systemid.
|
void |
Lexer.fail(Throwable e)
Creates a failure exception including the current line number and systemid.
|
String |
Lexer.getNextToken()
getNextToken
|
static NodeType[] |
CndImporter.registerNodeTypes(Reader cnd,
Session session)
Shortcut for
|
static NodeType[] |
CndImporter.registerNodeTypes(Reader cnd,
Session session,
boolean reregisterExisting)
Shortcut for
|
static NodeType[] |
CndImporter.registerNodeTypes(Reader cnd,
String systemId,
NodeTypeManager nodeTypeManager,
NamespaceRegistry namespaceRegistry,
ValueFactory valueFactory,
boolean reregisterExisting)
Registers nodetypes in
cnd format. |
| Constructor and Description |
|---|
CompactNodeTypeDefReader(Reader r,
String systemId,
DefinitionBuilderFactory<T,N> factory)
Creates a new CND reader and parses the given stream.
|
CompactNodeTypeDefReader(Reader r,
String systemId,
N nsMapping,
DefinitionBuilderFactory<T,N> factory)
Creates a new CND reader and parses the given stream.
|
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.