Lines Matching refs:a

9  * with the License.  You may obtain a copy of the License at
121 a metadata reference, comprising the stream name and the XML ID
147 /** get the names of all metadata files with a given type.
153 the names of all metadata graphs that have a <code>rdf:type</code>
163 /** add a metadata file to the manifest.
168 <li>create a new graph with the given name in the repository</li>
169 <li>insert statements declaring the new graph to be a
181 a list of types that will be inserted as <code>rdf:type</code>
191 if a stream with the given FileName already exists
199 /** import a metadata file into the document repository, and add it to the
204 <li>import the given file into a graph with the given name
206 <li>insert statements declaring the new graph to be a
217 a base URI to resolve relative URI references
220 a list of types that will be inserted as <code>rdf:type</code>
228 or BaseURI is <NULL/> and the format requires use of a base URI,
235 if a stream with the given FileName already exists
256 /** remove a metadata file from the manifest and the repository.
261 <li>remove the statements declaring the graph to be a
272 if a graph with the given GraphName does not exist
279 /** add a content or styles file to the manifest.
282 This convenience method adds the required statements declaring a
300 if a stream with the given FileName already exists
307 /** remove a content or styles file from the manifest.
310 This convenience method removes the statements declaring a
321 if a graph with the given GraphName does not exist
328 /** initialize document metadata from a storage.
338 a manifest.
348 a storage, representing e.g. an ODF package file, or sub-document
351 a base URI to resolve relative URI references
373 /** store document metadata to a storage.
381 Note that to be stored correctly, a named graph must have a complete
386 a storage, representing e.g. an ODF package file, or sub-document
400 /** loads document metadata from a medium.
410 if the argument does not contain a URL or Stream property
423 /** stores document metadata to a medium.
430 if the argument does not contain a URL or Stream property