Package | Description |
---|---|
org.xbrlapi |
Provides interface declarations for the xbrlapi XBRL API.
|
org.xbrlapi.builder |
The builder constructs an XML representation of a fragment.
|
org.xbrlapi.impl |
Provides the implementations of all of the objects that expose
the XBRL data for the user of the XBRLAPI.
|
Modifier and Type | Method and Description |
---|---|
Builder |
XML.getBuilder()
Get the fragment builder.
|
Modifier and Type | Method and Description |
---|---|
void |
XML.setBuilder(Builder builder)
Set the builder that constructs the fragment XML during parsing.
|
Modifier and Type | Class and Description |
---|---|
class |
BuilderImpl
Class defining the SAX event handlers that
enable a fragment to be built up during
DTS discovery.
|
Modifier and Type | Method and Description |
---|---|
Builder |
XMLImpl.getBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
XMLImpl.setBuilder(Builder builder) |