|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XmlDocument
Interface for all types of documents in XBRL environment.
XbrlDocuments should be able to initilize based on a system id or uri that points to the location containing the xbrl data.
Copyright 2006 J2R BV, The Netherlands.
Part of Licensed Materials.
www.batavia-xbrl.com
| Method Summary | |
|---|---|
void |
fromXml(java.lang.String uri)
Initilize based on a system id or uri that points to the location containing the xbrl data. |
XmlElement |
getRoot()
Get the root element for this document. |
java.lang.String |
getSystemId()
Get the system id or uri that points to the location containing the xbrl data. |
void |
setRoot(XmlElement root)
SetImpl the root element for this document. |
void |
setSystemId(java.lang.String systemId)
SetImpl the system id foor this document. |
void |
toXml(org.xml.sax.ContentHandler contentHandler)
Pass the content of this document to the given Contenthandler through SAX events. delagate to the children |
void |
toXml(java.io.OutputStream data)
Write the content of this document to the given OutputStream. delagate to the children |
boolean |
validate(ValidationDocument msgs)
Validate this xbrl part (of the instance and/or its supporting discoverable taxonomy set) and add messages on any problem to the given XbrlValidationMessagesImpl collection. |
| Method Detail |
|---|
void fromXml(java.lang.String uri)
throws XbrlException
XbrlExceptionXmlElement getRoot()
java.lang.String getSystemId()
void setRoot(XmlElement root)
root - The root to set.void setSystemId(java.lang.String systemId)
systemId - The systemId to set.
void toXml(java.io.OutputStream data)
throws XbrlException
XbrlException
void toXml(org.xml.sax.ContentHandler contentHandler)
throws XbrlException
XbrlExceptionboolean validate(ValidationDocument msgs)
msgs - The messages that indicate the problems with the instance and or its supporting. Empty when there are no problems.
taxonomy set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||