- JarAndClasses - Class in com.ihr.xbrl.util
-
Packages together the URL of a jar file and some selected classes on it.
- JarAndClasses(URL) - Constructor for class com.ihr.xbrl.util.JarAndClasses
-
Instantiates a new jar and classes.
- JAVA - Static variable in class com.ihr.xbrl.om.Platform
-
The Constant JAVA.
- javaxQName(QName) - Static method in class com.ihr.xbrl.util.XMLTools
-
Creates a new javax QName from a saxon QName.
- javaxQName(QNameValue) - Static method in class com.ihr.xbrl.util.XMLTools
-
Creates a new javax QName from a saxon QName.
- javaxQName(XdmNode) - Static method in class com.ihr.xbrl.util.XMLTools
-
Constructs a QName from an attribute XdmNode or an element that is well known
to have a QName content.
- javaxQName(String, XdmNode) - Static method in class com.ihr.xbrl.util.XMLTools
-
Constructs a QName using the lexical representation in the value argument and
namespaces defined at node.
- javaxQName(StructuredQName) - Static method in class com.ihr.xbrl.util.XMLTools
-
Javax q name.
- jClark(QName) - Static method in class com.ihr.xbrl.util.XMLTools
-
This should be the same as QName.toString() but we may want to implement
this consistently for other QNames too so we have own own implementation
- jdomCreateAttributeNode(Element, String, QName) - Static method in class com.ihr.xbrl.util.XMLTools
-
Jdom create attribute node.
- jdomNode(XdmNode) - Static method in class com.ihr.xbrl.util.XMLTools
-
Jdom node.
- jdomNodeSet(XdmValue) - Static method in class com.ihr.xbrl.util.XMLTools
-
Jdom node set.
- jdomNodeSet(XdmSequenceIterator) - Static method in class com.ihr.xbrl.util.XMLTools
-
Jdom node set.
- JLogPanelInterface - Interface in com.ihr.xbrl.gui.interfaces
-
The Interface JLogPanelInterface.
- JNDIDataSource - Class in com.ihr.xbrl.mapper.source
-
Class with methods to obtain data from an SQL database and create an XBRL report.
- JNDIDataSource() - Constructor for class com.ihr.xbrl.mapper.source.JNDIDataSource
-
- JoinedIterator<E> - Class in com.ihr.xbrl.util
-
Joins two iterators in one iterator that will cycle the first iterator and when finished this
will continue with the second iterator.
- JoinedIterator(Iterator<? extends E>, Iterator<? extends E>) - Constructor for class com.ihr.xbrl.util.JoinedIterator
-
Instantiates a new joined iterator.