Uses of Package
org.eclipse.ercp.xml.parser

Packages that use org.eclipse.ercp.xml.parser
org.eclipse.ercp.jaxp.implForCore   
org.eclipse.ercp.xml.parser   
 

Classes in org.eclipse.ercp.xml.parser used by org.eclipse.ercp.jaxp.implForCore
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
NSDeclaration
           
 

Classes in org.eclipse.ercp.xml.parser used by org.eclipse.ercp.xml.parser
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