Uses of Class
org.apache.jackrabbit.spi.commons.nodetype.compact.ParseException

Packages that use ParseException
org.apache.jackrabbit.spi.commons   
org.apache.jackrabbit.spi.commons.nodetype.compact   
 

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

Constructors in org.apache.jackrabbit.spi.commons that throw ParseException
AbstractReadableRepositoryService(Map descriptors, Map namespaces, Reader cnd, List wspNames)
          Creates a new AbstractReadableRepositoryService.
 

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

Methods in org.apache.jackrabbit.spi.commons.nodetype.compact that throw ParseException
 void Lexer.fail(String message)
           
 void Lexer.fail(String message, Throwable e)
           
 void Lexer.fail(Throwable e)
           
 String Lexer.getNextToken()
          getNextToken
 

Constructors in org.apache.jackrabbit.spi.commons.nodetype.compact that throw ParseException
CompactNodeTypeDefReader(Reader r, String systemId, NamespaceMapping mapping, QNodeTypeDefinitionsBuilder builder)
          Creates a new CND reader.
CompactNodeTypeDefReader(Reader r, String systemId, QNodeTypeDefinitionsBuilder builder)
          Creates a new CND reader.
 



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