org.apache.fop.configuration
Class ConfigurationParser

|
+--org.apache.fop.configuration.ConfigurationParser

public class ConfigurationParser
extends DefaultHandler

SAX2 Handler which retrieves the configuration information and stores them in Configuration. Normally this class doesn't need to be accessed directly.


Method Summary
 voidcharacters(char[] ch, int start, int length)
          extracts characters from text nodes and puts them into their respective variables
 voidendElement(String uri, String localName, String qName)
          stores subentries or entries into their hashes (map for subentries, configuration for entry)
 voidsetDocumentLocator(Locator locator)
          get locator for position information
 voidstartDocument()
           
 voidstartElement(String uri, String localName, String qName, Attributes attributes)
          extracts the element and attribute name and sets the fitting status and datatype values

Method Detail

characters

public void characters(char[] ch, int start, int length)
extracts characters from text nodes and puts them into their respective variables

endElement

public void endElement(String uri, String localName, String qName)
stores subentries or entries into their hashes (map for subentries, configuration for entry)

setDocumentLocator

public void setDocumentLocator(Locator locator)
get locator for position information

startDocument

public void startDocument()

startElement

public void startElement(String uri, String localName, String qName, Attributes attributes)
extracts the element and attribute name and sets the fitting status and datatype values

Association Links

to Class java.util.Hashtable

to Class java.util.Hashtable

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

to Class java.util.Vector

to Class java.util.Hashtable

to Class java.lang.String

determines role / target of configuration information, default is standard