Searched defs:getMapping (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/
H A DDOMEnhancedForDTM.java38 public short[] getMapping(String[] names, String[] uris, int[] types); method in interface:DOMEnhancedForDTM
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DCaseInsensitiveMap.java54 return (codePoint < 0x10000) ? getMapping(codePoint) : null;
57 private static int[] getMapping(int codePoint) { method in class:CaseInsensitiveMap
83 int[] lcMap = getMapping(lc);
95 int[] ucMap = getMapping(uc);
127 int[] cMap = getMapping(c);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DNameSpaceSymbTable.java151 public Attr getMapping(String prefix) { method in class:NameSpaceSymbTable
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DDOMAdapter.java108 private short[] getMapping() { method in class:DOMAdapter
111 _mapping = _enhancedDOM.getMapping(_namesArray, _urisArray,
232 final short[] mapping = getMapping();
H A DSAXImpl.java554 public short[] getMapping(String[] names, String[] uris, int[] types) method in class:SAXImpl
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DDefaultMXBeanMappingFactory.java172 private static synchronized MXBeanMapping getMapping(Type type) { method in class:DefaultMXBeanMappingFactory
251 mapping = getMapping(objType);
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DFixedHeightLayoutCache.java594 private FHTreeStateNode getMapping(TreePath path) { method in class:FixedHeightLayoutCache
688 node = getMapping(path);
712 node = getMapping(path);
H A DVariableHeightLayoutCache.java706 private TreeStateNode getMapping(TreePath path) { method in class:VariableHeightLayoutCache
819 node = getMapping(path);
841 node = getMapping(path);

Completed in 75 milliseconds