| 
Java™ Platform Standard Ed. 6  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocumentBuilderFactory | |
|---|---|
| javax.xml.parsers | Provides classes allowing the processing of XML documents. | 
| Uses of DocumentBuilderFactory in javax.xml.parsers | 
|---|
| Methods in javax.xml.parsers that return DocumentBuilderFactory | |
|---|---|
static DocumentBuilderFactory | 
DocumentBuilderFactory.newInstance()
Obtain a new instance of a DocumentBuilderFactory. | 
static DocumentBuilderFactory | 
DocumentBuilderFactory.newInstance(String factoryClassName,
            ClassLoader classLoader)
Obtain a new instance of a DocumentBuilderFactory from class name. | 
  | 
Java™ Platform Standard Ed. 6  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.