Uses of Class
org.eclipse.ercp.xml.parser.CharDecoder

Packages that use CharDecoder
org.eclipse.ercp.xml.parser   
 

Uses of CharDecoder in org.eclipse.ercp.xml.parser
 

Methods in org.eclipse.ercp.xml.parser that return CharDecoder
static CharDecoder CharDecoder.forXml()
          Return a new CharDecoder with the predefined entities
 CharDecoder AbstractSAXParserImpl.getCharDecoder()
          Returns the XML character decoder.
static CharDecoder CharDecoder.htmlCharacters()
          Set a CharDecoder with the main HTML characters id
 

Methods in org.eclipse.ercp.xml.parser with parameters of type CharDecoder
 void AbstractSAXParserImpl.setCharDecoder(CharDecoder charDecoder)
          Sets the XML character decoder.