- 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(StructuredQName) - 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(NodeInfo) - Static method in class com.ihr.xbrl.util.XMLTools
-
Constructs a QName from an NodeInfo 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 XdmNode node.
- javaxQName(String, NodeInfo) - Static method in class com.ihr.xbrl.util.XMLTools
-
Constructs a QName using the lexical representation in the value argument and
namespaces defined at NodeInfo node.
- javaxQName(int, DTSContainer) - Static method in class com.ihr.xbrl.util.XMLTools
-
Builds up a QName form the received fingerprint using the name pool
associated with the container.
- javaxQName(int, NamePool) - Static method in class com.ihr.xbrl.util.XMLTools
-
Builds up a QName form the received fingerprint using the name pool
in the np parameter.
- javaxQnameNodeName(NodeInfo) - Static method in class com.ihr.xbrl.util.XMLTools
-
Obtains the node name from a NodeImpl node.
- jClark(QName) - Static method in class com.ihr.xbrl.util.XMLTools
-
Generates a JClark representation of the QName as a String.
- jClarkNoPrefix(QName) - Static method in class com.ihr.xbrl.util.XMLTools
-
Generates a JClark representation of the QName as a String.
- 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.