| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
| +--org.apache.fop.configuration.ConfigurationParser
SAX2 Handler which retrieves the configuration information and stores them in Configuration. Normally this class doesn't need to be accessed directly.
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 |
Method Detail |
public void characters(char[] ch, int start, int length)
public void endElement(String uri, String localName, String qName)
public void setDocumentLocator(Locator locator)
public void startDocument()
public void startElement(String uri, String localName, String qName, Attributes attributes)
Association Links |
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
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |