|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
com.aurigalogic.aurigadoc.core.FOCSSHandler
This class implements a SAX handler for catching sax events while parsing AurigaDoc document. Handles stylesheet for fo related formats.
Constructor Summary | |
FOCSSHandler(java.lang.String input,
java.lang.String output)
Constructor. |
Method Summary | |
java.lang.String |
getCssTreeFile()
Returns the path of the cssTree file |
boolean |
isCssPresent()
Returns is a css is present in the input document. |
void |
startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String rawName,
org.xml.sax.Attributes atts)
Handles the start of an element. |
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FOCSSHandler(java.lang.String input, java.lang.String output) throws java.lang.Exception
input
- the input documentoutput
- the output document
java.lang.Exception
- is an error occursMethod Detail |
public boolean isCssPresent()
public java.lang.String getCssTreeFile()
public void startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String rawName, org.xml.sax.Attributes atts) throws org.xml.sax.SAXException
namespaceURI
- the name space urilocalName
- the local name of the elementrawName
- the raw name of the elementatts
- the element attributes
org.xml.sax.SAXException
- in case of a parsing error
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |