public interface Match extends NonFragmentXML
Modifier and Type | Method and Description |
---|---|
void |
addMatchedURI(java.net.URI uri) |
void |
deleteURI(java.net.URI uri)
Call this method, for example, when a document is
deleted from the data store so matching information needs
to be updated.
|
java.net.URI |
getMatch() |
java.util.List<java.net.URI> |
getURIs() |
appendMetadataElement, equals, getBuilder, getDocumentNode, getIndex, getMetaAttribute, getMetadataRootElement, getStore, getType, hashCode, hasMetaAttribute, isa, isa, removeMetaAttribute, removeMetadataElement, serialize, serialize, serialize, setBuilder, setIndex, setMetaAttribute, setResource, setStore, updateInStore
void addMatchedURI(java.net.URI uri) throws XBRLException
uri
- The URI to add to the match XML resource.XBRLException
- if the URI is null.java.net.URI getMatch() throws XBRLException
XBRLException
- if the matching URI has invalid syntax.void deleteURI(java.net.URI uri) throws XBRLException
uri
- The URI to eliminate from the match resource.XBRLException
java.util.List<java.net.URI> getURIs() throws XBRLException
XBRLException