org.infinispan.config.parsing
Class RootElementBuilder
java.lang.Object
org.infinispan.config.parsing.RootElementBuilder
public class RootElementBuilder
- extends Object
Parses an xml files and validates xml elements form HORIZON_NS
namespace according to the
configured schema.
- Since:
- 4.0
- Author:
- Mircea.Markus@jboss.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HORIZON_NS
public static final String HORIZON_NS
- See Also:
- Constant Field Values
VALIDATING_SYSTEM_PROPERTY
public static final String VALIDATING_SYSTEM_PROPERTY
- See Also:
- Constant Field Values
RootElementBuilder
public RootElementBuilder(ErrorHandler errorHandler)
RootElementBuilder
public RootElementBuilder(ErrorHandler errorHandler,
boolean validating)
RootElementBuilder
public RootElementBuilder()
RootElementBuilder
public RootElementBuilder(boolean validating)
readRoot
public Element readRoot(InputStream config)
isValidating
public boolean isValidating()
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.