|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
net.sourceforge.xbrlcomposer.ContentHandlerImpl
| Constructor Summary | |
ContentHandlerImpl()
|
|
| Method Summary | |
void |
characters(char[] buf,
int offset,
int len)
Copy characters (trimming white space as required) to the DTSImpl. |
void |
endDocument()
The end of the document triggers stepping out of the document's container element |
void |
endElement(java.lang.String namespaceURI,
java.lang.String sName,
java.lang.String qName)
The end of an element triggers processing of an extended link if we have reached the end of an extended link. |
void |
error(org.xml.sax.SAXParseException err)
Report validation errors and carry on |
void |
ignorableWhitespace(char[] buf,
int offset,
int len)
Ignore ignorable whitespace |
void |
processingInstruction(java.lang.String target,
java.lang.String data)
Copy across processing instructions to the DTSImpl |
void |
setDocumentLocator(org.xml.sax.Locator l)
The locator for a document is stored as part of the DTSImpl object to facilitate resolution of URL's relative to that location. |
void |
setDTS(DTS dts)
The Discoverable Taxonomy Set (DTSImpl) can be set for the content handler before it is used but it cannot be retrieved. |
void |
startDocument()
The start of the document triggers creation of a container element for the document being parsed. |
void |
startElement(java.lang.String namespaceURI,
java.lang.String lName,
java.lang.String qName,
org.xml.sax.Attributes attrs)
All element processing is done by the DTSImpl object. |
void |
warning(org.xml.sax.SAXParseException err)
Report validation warnings and carry on |
| Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endPrefixMapping, fatalError, notationDecl, resolveEntity, skippedEntity, startPrefixMapping, unparsedEntityDecl |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ContentHandlerImpl()
| Method Detail |
public void setDTS(DTS dts)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic void setDocumentLocator(org.xml.sax.Locator l)
public void startDocument()
throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void endDocument()
throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void startElement(java.lang.String namespaceURI,
java.lang.String lName,
java.lang.String qName,
org.xml.sax.Attributes attrs)
throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void endElement(java.lang.String namespaceURI,
java.lang.String sName,
java.lang.String qName)
throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void characters(char[] buf,
int offset,
int len)
throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void ignorableWhitespace(char[] buf,
int offset,
int len)
throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void processingInstruction(java.lang.String target,
java.lang.String data)
throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void error(org.xml.sax.SAXParseException err)
throws org.xml.sax.SAXParseException
org.xml.sax.SAXParseException
public void warning(org.xml.sax.SAXParseException err)
throws org.xml.sax.SAXParseException
org.xml.sax.SAXParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||