|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentAdapterBuilderException | |
com.taursys.dom | This package contains classes to support and utilize the Document Object Model. |
com.taursys.dom.test.util | |
com.taursys.xml | This package contains the core Mapper XML components and containers. |
Uses of DocumentAdapterBuilderException in com.taursys.dom |
Methods in com.taursys.dom that throw DocumentAdapterBuilderException | |
DocumentAdapter |
XercesDocumentAdapterBuilder.build(java.io.InputStream is)
|
DocumentAdapter |
TidyDocumentAdapterBuilder.build(java.io.InputStream is)
|
DocumentAdapter |
JAXPDocumentAdapterBuilder.build(java.io.InputStream is)
|
DocumentAdapter |
DOMDocumentAdapterFactory.newDOMDocumentAdapter(java.lang.Object doc)
Create new DOM type DocumentAdapter which conforms to the DOM implementation level of the given Document object. |
DocumentAdapterBuilder |
DocumentAdapterBuilderFactory.newDocumentAdapterBuilder()
Creates a new DocumentAdapterBuilder and initializes it based on this factory's settings. |
abstract DocumentAdapter |
DocumentAdapterBuilder.build(java.io.InputStream is)
Build a new DocumentAdapter from the XML document contained in the InputStream. |
DocumentAdapter |
DocumentAdapterBuilder.build(java.lang.Class clazz,
java.lang.String resourceName)
Build a new DocumentAdapter from the XML document contained in the indicated resource in the jar of the given class. |
DocumentAdapter |
DocumentAdapterBuilder.build(java.lang.ClassLoader loader,
java.lang.String resourceName)
Build a new DocumentAdapter from the XML document read as a resource using the given ClassLoader. |
DocumentAdapter |
DocumentAdapterBuilder.build(java.net.URL url)
Build a new DocumentAdapter from the XML document found at the URL. |
DocumentAdapter |
DocumentAdapterBuilder.build(java.lang.String uri)
Build a new DocumentAdapter from the XML document found at the given String URI. |
Uses of DocumentAdapterBuilderException in com.taursys.dom.test.util |
Methods in com.taursys.dom.test.util that throw DocumentAdapterBuilderException | |
DocumentAdapter |
TestDocumentAdapterBuilder.build(java.io.InputStream is)
Test method checks that InputStream is not null and that it can read a byte from the stream. |
Uses of DocumentAdapterBuilderException in com.taursys.xml |
Methods in com.taursys.xml that throw DocumentAdapterBuilderException | |
void |
Form.setDocument(org.w3c.dom.Document newDocument)
Sets the document and creates the documentAdapter for this form. |
DocumentAdapterBuilder |
Form.getDocumentAdapterBuilder()
Get the DocumentAdapterBuilder for this Form and create it if null. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |