OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_declarationDepth
(Results
1 - 2
of
2
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/serializer/
NamespaceMappings.java
78
* earlier on the stack will have smaller values for MappingRecord.
m_declarationDepth
.
243
if (uri.equals(mr.m_uri) || elemDepth == mr.
m_declarationDepth
) {
272
int depth = map.
m_declarationDepth
;
273
if (elemDepth < 1 || map.
m_declarationDepth
< elemDepth)
361
final int
m_declarationDepth
;
365
m_declarationDepth
= depth;
ToStream.java
[
all
...]
Completed in 31 milliseconds