|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.xml.parsers.DocumentBuilderFactory | +--org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
The DocumentBuilderFactory
implementation for the Apache
Xerces XML parser.
Constructor Summary | |
DocumentBuilderFactoryImpl()
Create a new DocumentBuilderFactoryImpl instance. |
Method Summary | |
javax.xml.parsers.DocumentBuilder |
newDocumentBuilder()
Returns a new configured instance of type DocumentBuilder . |
Methods inherited from class javax.xml.parsers.DocumentBuilderFactory |
isNamespaceAware,
isValidating,
newInstance,
setNamespaceAware,
setValidating |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public DocumentBuilderFactoryImpl()
DocumentBuilderFactoryImpl
instance.Method Detail |
public javax.xml.parsers.DocumentBuilder newDocumentBuilder() throws javax.xml.parsers.ParserConfigurationException
DocumentBuilder
.DocumentBuilder
instance cannot be created
with the requested configuration.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |