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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DNamespaceMappings.java81 * earlier on the stack will have smaller values for MappingRecord.m_declarationDepth.
122 stack.push(new MappingRecord(EMPTYSTRING,EMPTYSTRING,0));
125 stack.push(new MappingRecord( XML_PREFIX,
128 m_nodeStack.push(new MappingRecord(null,null,-1));
142 ((MappingRecord) stack.peek()).m_uri : null;
145 MappingRecord getMappingFromPrefix(String prefix) {
148 ((MappingRecord) stack.peek()) : null;
175 MappingRecord getMappingFromURI(String uri)
177 MappingRecord foundMap = null;
182 MappingRecord map
314 class MappingRecord { class in class:NamespaceMappings
319 MappingRecord(String prefix, String uri, int depth) { method in class:NamespaceMappings.MappingRecord
[all...]

Completed in 51 milliseconds