Uses of Class
org.apache.jackrabbit.commons.cnd.ParseException
-
Packages that use ParseException Package Description org.apache.jackrabbit.commons.cnd org.apache.jackrabbit.spi.commons -
-
Uses of ParseException in org.apache.jackrabbit.commons.cnd
Methods in org.apache.jackrabbit.commons.cnd that throw ParseException Modifier and Type Method 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()
getNextTokenstatic NodeType[]
CndImporter. registerNodeTypes(Reader cnd, String systemId, NodeTypeManager nodeTypeManager, NamespaceRegistry namespaceRegistry, ValueFactory valueFactory, boolean reregisterExisting)
Registers nodetypes incnd
format.static NodeType[]
CndImporter. registerNodeTypes(Reader cnd, Session session)
Shortcut forstatic NodeType[]
CndImporter. registerNodeTypes(Reader cnd, Session session, boolean reregisterExisting)
Shortcut forConstructors in org.apache.jackrabbit.commons.cnd that throw ParseException Constructor Description CompactNodeTypeDefReader(Reader r, String systemId, N nsMapping, DefinitionBuilderFactory<T,N> factory)
Creates a new CND reader and parses the given stream.CompactNodeTypeDefReader(Reader r, String systemId, DefinitionBuilderFactory<T,N> factory)
Creates a new CND reader and parses the given stream. -
Uses of ParseException in org.apache.jackrabbit.spi.commons
Constructors in org.apache.jackrabbit.spi.commons that throw ParseException Constructor Description AbstractReadableRepositoryService(Map<String,QValue[]> descriptors, Map<String,String> namespaces, Reader cnd, List<String> wspNames, String defaultWsp)
Creates a newAbstractReadableRepositoryService
.
-