Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
javax.xml.parsers | Provides classes allowing the processing of XML documents. |
Uses of DocumentBuilderFactory in javax.xml.parsers |
---|
Modifier and Type | Method and Description |
---|---|
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. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.