|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentBuilder | |
---|---|
javax.xml.bind.annotation | Defines annotations for customizing Java program elements to XML Schema mapping. |
javax.xml.parsers | Provides classes allowing the processing of XML documents. |
Uses of DocumentBuilder in javax.xml.bind.annotation |
---|
Methods in javax.xml.bind.annotation that return DocumentBuilder | |
---|---|
DocumentBuilder |
W3CDomHandler.getBuilder()
|
Methods in javax.xml.bind.annotation with parameters of type DocumentBuilder | |
---|---|
void |
W3CDomHandler.setBuilder(DocumentBuilder builder)
|
Constructors in javax.xml.bind.annotation with parameters of type DocumentBuilder | |
---|---|
W3CDomHandler(DocumentBuilder builder)
Constructor that allows applications to specify which DOM implementation to be used. |
Uses of DocumentBuilder in javax.xml.parsers |
---|
Methods in javax.xml.parsers that return DocumentBuilder | |
---|---|
abstract DocumentBuilder |
DocumentBuilderFactory.newDocumentBuilder()
Creates a new instance of a DocumentBuilder
using the currently configured parameters. |
|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.