| java.lang.Object org.netbeans.modules.visualweb.insync.faces.Entities
Entities | final public class Entities (Code) | | Class managing XHTML entity lookups
author: Tor Norbye |
expandHtmlEntities | public static String expandHtmlEntities(String html, boolean warn)(Code) | | |
getExpandedOffset | public static int getExpandedOffset(String unexpanded, int unexpandedOffset)(Code) | | Computes the position in the expanded string
which corresponds to the given offset (unexpandedOffset) in the
unexpanded string.
Parameters: unexpanded - unexpanded string Parameters: unexpanededOffset - offset in the unexpanded string offset in the corresponding expanded string |
getUnexpandedOffset | public static int getUnexpandedOffset(String unexpanded, int expandedOffset)(Code) | | Computes the position in the unexpanded string
which corresponds to the given offset (expandedOffset) in the
expanded string.
Parameters: unexpanded - unexpanded string Parameters: expanededOffset - offset in the corresponding expanded string offset in the unexpanded string |
|
|