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

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

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-2008 The Apache Software Foundation. All Rights Reserved.