public class TreeBuilderFactory
extends java.lang.Object
| Constructor and Description |
|---|
TreeBuilderFactory() |
| Modifier and Type | Method and Description |
|---|---|
static TreeBuilder |
makeBuilder(java.lang.String extension)
Creates a tree builder depended on its file extension.
|
public static TreeBuilder makeBuilder(java.lang.String extension)
If the file extension is missing in the LanguageDefinition, and the class of
XmlTreeBuilder is assumed.
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.