Uses of Class
org.apache.jackrabbit.commons.cnd.ParseException

Packages that use ParseException
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
 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 registerNodeTypes(cnd, "cnd input stream", wsp.getNodeTypeManager(), wsp.getNamespaceRegistry(), session.getValueFactory(), false); where wsp is the workspace of the session passed.
static NodeType[] CndImporter.registerNodeTypes(Reader cnd, Session session, boolean reregisterExisting)
          Shortcut for registerNodeTypes(cnd, "cnd input stream", wsp.getNodeTypeManager(), wsp.getNamespaceRegistry(), session.getValueFactory(), reregisterExisting); where wsp is the workspace of the session passed.
static NodeType[] CndImporter.registerNodeTypes(Reader cnd, 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(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.
 

Uses of ParseException in org.apache.jackrabbit.spi.commons
 

Constructors in org.apache.jackrabbit.spi.commons that throw ParseException
AbstractReadableRepositoryService(Map<String,QValue[]> descriptors, Map<String,String> namespaces, Reader cnd, List<String> wspNames, String defaultWsp)
          Creates a new AbstractReadableRepositoryService.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.