Home | History | Annotate | Download | only in templates

Lines Matching refs:newDecl

1128    * @param newDecl namespace declaration to add to list
1130 void addOrReplaceDecls(XMLNSDecl newDecl)
1138 if (decl.getPrefix().equals(newDecl.getPrefix()))
1143 m_prefixTable.add(newDecl);