Package org.graffiti.plugins.ios.importers.graphml.parser
This package provides the parsing facilities for reading in files in the graphML format.
The parser is a validating SAX parser that uses the JAXP API. It consists of multiple filters handling different aspects.
-
Class Summary Class Description Base64 Encodes and decodes to and from Base64 notation.Base64.InputStream ABase64.InputStreamwill read data from anotherInputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.Base64.OutputStream ABase64.OutputStreamwill write data to anotherOutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.GraphMLEntityResolver ClassGraphMLEntityResolverimplements theEntityResolverinterface to resolve external entities.GraphMLFilter ClassGraphMLFilterprocesses the SAX events generated by the parser and builds the graph according to the events.GraphMLParser ClassGraphMLParseris responsible for setting up the XML parsing environment.