|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
org.apache.fop.configuration.ConfigurationParser
public class ConfigurationParser
SAX2 Handler which retrieves the configuration information and stores them in Configuration. Normally this class doesn't need to be accessed directly.
Constructor Summary | |
---|---|
ConfigurationParser()
|
Method Summary | |
---|---|
void |
characters(char[] ch,
int start,
int length)
extracts characters from text nodes and puts them into their respective variables |
void |
endElement(String uri,
String localName,
String qName)
stores subentries or entries into their hashes (map for subentries, configuration for entry) |
void |
setDocumentLocator(Locator locator)
get locator for position information |
void |
startDocument()
|
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes)
extracts the element and attribute name and sets the fitting status and datatype values |
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
---|
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationParser()
Method Detail |
---|
public void startDocument()
startDocument
in interface ContentHandler
startDocument
in class DefaultHandler
public void setDocumentLocator(Locator locator)
setDocumentLocator
in interface ContentHandler
setDocumentLocator
in class DefaultHandler
public void startElement(String uri, String localName, String qName, Attributes attributes)
startElement
in interface ContentHandler
startElement
in class DefaultHandler
public void endElement(String uri, String localName, String qName)
endElement
in interface ContentHandler
endElement
in class DefaultHandler
public void characters(char[] ch, int start, int length)
characters
in interface ContentHandler
characters
in class DefaultHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |