public interface SchemaContent extends Fragment
Modifier and Type | Method and Description |
---|---|
java.util.List<org.w3c.dom.Element> |
getAnnotations() |
java.lang.String |
getOtherAttribute(java.lang.String namespace,
java.lang.String localname)
Mirrors the getAttributeNS method of the org.w3c.dom.Element class.
|
java.util.List<org.w3c.dom.Node> |
getOtherAttributes() |
Schema |
getSchema() |
java.lang.String |
getSchemaId() |
java.lang.String |
getTargetNamespace() |
boolean |
hasOtherAttribute(java.lang.String namespace,
java.lang.String localname)
Mirrors the hasAttributeNS method of the org.w3c.dom.Element class.
|
appendElementSchemeXPointer, appendID, getAllChildren, getAllChildrenIndices, getAncestorOrSelf, getChild, getChildren, getChildren, getChildrenIndices, getDataRootElement, getElementSchemeXPointerExpression, getIDXPointerExpression, getLabels, getLabels, getLabels, getLabelsWithLanguage, getLabelsWithLanguageAndResourceRole, getLabelsWithLanguageAndResourceRoleAndLinkRole, getLabelsWithResourceRole, getLanguage, getLanguage, getLanguageName, getLanguageName, getLocalname, getLocalnameFromQName, getNamespace, getNamespaceFromQName, getParent, getParentElement, getParentIndex, getPrefixFromQName, getReferences, getReferencesWithLanguage, getReferencesWithLanguageAndResourceRoleAndLinkRole, getReferencesWithLanguageAndRole, getReferencesWithResourceRole, getReferencingLocators, getSequenceToParentElement, getSequenceToParentElementAsString, getSimpleLinks, getURI, getXPath, getXPointerExpression, isAncestorOf, isChild, isNewFragment, isRoot, setParentIndex, setSequenceToParentElement, setURI
appendMetadataElement, equals, getBuilder, getDocumentNode, getIndex, getMetaAttribute, getMetadataRootElement, getStore, getType, hashCode, hasMetaAttribute, isa, isa, removeMetaAttribute, removeMetadataElement, serialize, serialize, serialize, setBuilder, setIndex, setMetaAttribute, setResource, setStore, updateInStore
Schema getSchema() throws XBRLException
XBRLException
- if the schema content is not inside a schema.java.lang.String getTargetNamespace() throws XBRLException
XBRLException
java.util.List<org.w3c.dom.Node> getOtherAttributes() throws XBRLException
XBRLException
boolean hasOtherAttribute(java.lang.String namespace, java.lang.String localname) throws XBRLException
namespace
- The namespace of the attribute being tested forlocalname
- The local name of the attribute being tested forXBRLException
java.lang.String getOtherAttribute(java.lang.String namespace, java.lang.String localname) throws XBRLException
namespace
- The namespace of the attribute being tested forlocalname
- The local name of the attribute being tested forXBRLException
java.util.List<org.w3c.dom.Element> getAnnotations() throws XBRLException
XBRLException
java.lang.String getSchemaId() throws XBRLException
XBRLException