Package org.eclipse.ercp.xml.parser

Class Summary
AbstractSAXParserImpl This class implements the default behavior for a non-validating XML parser using SAX 2.0 APIs Subset for JSR 172 This class is abstract to supports several concrete subclesses: - SAXParserImpl for CLDC (JSR 172) - SAXParserImpl for Core and bigger - XMLStateMachineParser Grammar: - - The assumptions of this parser is: - The XML file is lexicaly and syntaxy correct - There is not twice the same Namespace prefix declared - The prefix 'xml' is never used to declare a namespace (this namespace is always associated to - The XML file prolog doesn't contain any: -
AttributesImpl Default implementation for Attributes
CharDecoder Decodes special XML characters like: < & > ' " &#nnnn; Unicode character in decimal &#xnnnn; Unicode character in hexadecimal  
EXmlMsg String Externalization for MLRF
NSDeclaration