Package | Description |
---|---|
buri.ddmsence.ddms |
Contains the top-level DDMS component,
Resource , various exception classes, and other supporting classes. |
buri.ddmsence.util |
Contains shared utility classes used throughout the project.
|
Modifier and Type | Method and Description |
---|---|
Resource |
Resource.Builder.commit() |
Constructor and Description |
---|
Builder(Resource resource)
Constructor which starts from an existing component.
|
Modifier and Type | Method and Description |
---|---|
protected Resource |
DDMSReader.buildResource(nu.xom.Element xomElement)
Shared helper method to build a DDMS Resource from a XOM Element
|
Resource |
DDMSReader.getDDMSResource(File file)
Creates a DDMS resource based on the contents of a file, and also sets the DDMSVersion based on the namespace
URIs in the file.
|
Resource |
DDMSReader.getDDMSResource(InputStream inputStream)
Creates a DDMS resource based on the contents of an input stream, and also sets the DDMSVersion based on the
namespace URIs in the document.
|
Resource |
DDMSReader.getDDMSResource(Reader reader)
Creates a DDMS resource based on the contents of a reader, and also sets the DDMSVersion based on the namespace
URIs in the document.
|
Resource |
DDMSReader.getDDMSResource(String xml)
Creates a DDMS resource based on the contents of a string representation of an XML document, and also sets the
DDMSVersion based on the namespace URIs in the document.
|
Copyright 2010 - 2019 by Brian Uri!
Generated on 09/15/2016 12:36 PM
https://ddmsence.urizone.net/